OpenMetadata/README.md

77 lines
4.2 KiB
Markdown
Raw Normal View History

2021-08-01 14:27:44 -07:00
<div align="center">
<img src="./docs/.gitbook/assets/openmetadata-banner.png" align="center" alt="OpenMetadata" height="350"/>
2021-08-01 14:27:44 -07:00
<hr />
2021-08-13 15:55:03 +05:30
[![Build Status](https://github.com/open-metadata/OpenMetadata/actions/workflows/maven-build.yml/badge.svg?event=push)](https://github.com/open-metadata/OpenMetadata/actions/workflows/maven-build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=open-metadata_OpenMetadata&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=open-metadata_OpenMetadata)
2021-08-13 15:55:03 +05:30
[![Release](https://img.shields.io/github/release/open-metadata/OpenMetadata/all.svg)](https://github.com/open-metadata/OpenMetadata/releases)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/open-metadata/OpenMetadata)
2021-08-01 14:27:44 -07:00
[![Twitter Follow](https://img.shields.io/twitter/follow/open_metadata?style=social)](https://twitter.com/intent/follow?screen_name=open_metadata)
2021-09-24 09:40:07 -07:00
<a href="https://slack.open-metadata.org/"><img src="https://img.shields.io/badge/slack-join-E01E5A?logo=slack" alt="Join us on Slack" height="22"/></a>
2021-08-13 15:55:03 +05:30
[![License](https://img.shields.io/github/license/open-metadata/OpenMetadata.svg)](LICENSE)
2021-08-01 14:27:44 -07:00
</div>
- [What is OpenMetadata?](#what-is-openmetadata )
- [Features](#features)
2021-08-13 15:21:08 -07:00
- [Try our Sandbox](#try-our-sandbox)
- [Install & Run](#install-and-run-openmetadata)
- [Roadmap](docs/roadmap.md)
2021-08-13 15:21:08 -07:00
- [Documentation and support](#documentation-and-support)
- [Contributors](#contributors)
2021-08-01 14:27:44 -07:00
- [License](#license)
# What is OpenMetadata?
[OpenMetadata](https://open-metadata.org/) is an Open Standard for Metadata. A Single place to Discover, Collaborate, and Get your data right.
2021-08-13 15:28:12 -07:00
<img src="https://user-images.githubusercontent.com/1417689/129423079-d21cbf3f-786f-4d4a-b6c3-b66feca234b8.png" width="800">
2021-08-13 15:13:21 -07:00
OpenMetadata includes the following:
2021-08-13 15:16:41 -07:00
- **Metadata schemas** - defines core abstractions and vocabulary for metadata with schemas for Types, Entities, Relationships between entities. This is the foundation of the Open Metadata Standard.
2021-08-13 15:13:21 -07:00
- **Metadata store** - stores metadata graph that connects data assets, user, and tool generated metadata.
2021-08-13 15:13:21 -07:00
2021-08-13 15:16:41 -07:00
- **Metadata APIs** - for producing and consuming metadata built on schemas for User Interfaces and Integration of tools, systems, and services.
2021-08-13 15:13:21 -07:00
2021-08-13 15:16:41 -07:00
- **Ingestion framework** - a pluggable framework for integrating tools and ingesting metadata to the metadata store. Ingestion framework already supports well know data warehouses - Google BigQuery, Snowflake, Amazon Redshift, and Apache Hive, and databases - MySQL, Postgres, Oracle, and MSSQL.
2021-08-13 15:13:21 -07:00
2021-08-13 15:16:41 -07:00
- **OpenMetadata User Interface** - one single place for users to discover, and collaborate on all data.
2021-08-01 14:27:44 -07:00
## Features
Check all the supported features [here](https://docs.open-metadata.org/features) ✨
![](./docs/.gitbook/assets/lineage.gif)
2021-08-13 15:18:48 -07:00
## Try our Sandbox
Take a look and play with sample data at [http://sandbox.open-metadata.org](http://sandbox.open-metadata.org)
[<img src="./docs/.gitbook/assets/demo-button.png" height="50"/>](http://sandbox.open-metadata.org)
2021-08-13 15:18:48 -07:00
## Install and run OpenMetadata
Get up and running in few minutes. See the OpenMetadata documentation for [installation instructions](https://docs.open-metadata.org/install/run-openmetadata).
2021-08-08 17:41:30 -07:00
## Documentation and Support
2021-08-01 14:27:44 -07:00
Check out [OpenMetadata documentation](https://docs.open-metadata.org/) for a complete description of OpenMetadata's features.
2021-09-24 08:52:26 -07:00
Join [our Slack Community](https://slack.open-metadata.org/) if you get stuck, want to chat, or are thinking of a new feature.
2021-08-08 17:41:30 -07:00
Or join the group at [https://groups.google.com/g/openmetadata-users](https://groups.google.com/g/openmetadata-users)
2021-08-08 17:41:30 -07:00
We're here to help - and make OpenMetadata even better!
## Contributors
We ❤️ all contributions, big and small! Check out our [CONTRIBUTING](./CONTRIBUTING.md) guide to get started and let us know how we can help.
Don't want to miss anything? Give the project a ⭐ 🚀
2021-08-08 17:41:30 -07:00
Big thanks to all of you who already support us!
2021-08-08 17:41:30 -07:00
[![Stargazers repo roster for @open-metadata/OpenMetadata](https://reporoster.com/stars/open-metadata/OpenMetadata)](https://github.com/open-metadata/OpenMetadata/stargazers)
2021-08-08 17:41:30 -07:00
2021-08-01 14:27:44 -07:00
## License
2021-08-13 15:10:06 -07:00
OpenMetadata is released under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)