OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Find a file
vijaypm 5d796172ce
ISSUE-960: (#988)
* ISSUE-960: fixed test cases and updated documented with list of pip install

* using requests package for testing http port responsiveness and socket for non-http ports

* use healthcheck api instead of just service endpoint

Co-authored-by: Vijay Mariadassou <vijay@mariadassou.com>
2021-11-01 08:32:34 -07:00
.gitbook/assets Documentation Update (#774) 2021-10-14 15:21:13 -07:00
.github Update pull_request_template.md 2021-10-23 08:55:45 -07:00
bin added selenium tests (#882) 2021-10-22 12:10:55 +05:30
bootstrap Fixes 991 - Merge Tasks as attributes into Pipeline 2021-10-31 08:56:44 -07:00
catalog-rest-service Fix: Highlight dashboard, topic and pipeline name on search & on table change previous tab count reset (#979) 2021-11-01 12:43:13 +05:30
checkstyle Checkstyle: Losen up right and left curly checks (#902) 2021-10-22 11:14:14 -07:00
common Remove jdbi2 dependency 2021-10-22 13:30:40 -07:00
conf Issue 898 (#905) 2021-10-22 19:35:12 -07:00
dist Set version to 0.6.0-SNAPSHOT (#764) 2021-10-14 07:47:00 -07:00
docker Docker fix - latest release changes (#983) 2021-10-30 09:05:30 -07:00
docs ISSUE-960: (#988) 2021-11-01 08:32:34 -07:00
ingestion ISSUE-960: (#988) 2021-11-01 08:32:34 -07:00
profiler Add bigquery, athena support for profiler (#974) 2021-10-29 09:16:12 +05:30
.gitbook.yaml applied license to the backend files 2021-08-02 15:08:30 +05:30
.gitignore applied license to the backend files 2021-08-02 15:08:30 +05:30
.nojekyll shahsank3t published a site update 2021-08-04 06:23:29 +00:00
.pylintrc [Issue-759] - Model Entity Sample (#797) 2021-10-16 09:59:32 -07:00
CODE_OF_CONDUCT.md Fix #412 - Add code of conduct for OpenMetadata community 2021-09-06 18:57:17 -07:00
LICENSE OpenMetadata snapshot release 0.3 2021-08-01 14:27:44 -07:00
Makefile [Issue-877] - High Level API (#890) 2021-10-21 14:51:38 -07:00
NOTICE OpenMetadata snapshot release 0.3 2021-08-01 14:27:44 -07:00
pom.xml Remove jdbi2 dependency 2021-10-22 13:30:40 -07:00
README.md Update README.md 2021-10-16 10:22:40 -07:00
roadmap.md issue-696: Added trino support for Openmetadata (#697) 2021-10-07 11:15:34 -07:00

OpenMetadata

Build Status Release Commit Twitter Follow Join us on Slack License

What is OpenMetadata?

OpenMetadata is an Open Standard for Metadata. A Single place to Discover, Collaborate, and Get your data right.

OpenMetadata includes the following:

  • 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.

  • Metadata store - stores metadata graph that connects data assets, user, and tool generated metadata.

  • Metadata APIs - for producing and consuming metadata built on schemas for User Interfaces and Integration of tools, systems, and services.

  • 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.

  • OpenMetadata User Interface - one single place for users to discover, and collaborate on all data.

Try our Sandbox

Visit our demo at http://sandbox.open-metadata.org

Install and run OpenMetadata

Get up and running in few mins

git clone https://github.com/open-metadata/OpenMetadata
cd OpenMetadata/docker/metadata
docker-compose up -d

Then visit http://localhost:8585

For more details on running OpenMetadata on your local machine or in production, see our Install Doc.

Documentation and Support

Check out OpenMetadata documentation for a complete description of OpenMetadata's features.

Join our Slack Community if you get stuck, want to chat, or are thinking of a new feature.

Or join the group at https://groups.google.com/g/openmetadata-users

We're here to help - and make OpenMetadata even better!

Contributors

We ❤️ all contributions, big and small!

Read Build Code and Run Tests for how to setup your local development environment. Get started with our Good first issues.

If you want to, you can reach out via Slack or email and we'll set up a pair programming session to get you started.

License

OpenMetadata is released under Apache License, Version 2.0