mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 10:56:02 +00:00
GitBook: [#52] Update landing with video and to highlight connectors
This commit is contained in:
parent
af56b81174
commit
2a0730b486
@ -1,19 +1,49 @@
|
||||
# Introduction
|
||||
|
||||
Metadata enables you to unlock the value of data assets in the common use cases of data discovery and governance, but also in emerging use cases related to data quality, observability, and people collaboration. However, poorly organized and managed metadata leads to redundant efforts within organizations and other inefficiencies that are expensive in time and dollars.
|
||||
OpenMetadata is an open standard with a centralized metadata store and ingestion framework supporting [connectors](install/metadata-ingestion/connectors/) for a wide range of services. The metadata ingestion framework enables you to customize or add support for any service. REST APIs enable you to integrate OpenMetadata with existing tool chains. Using the OpenMetadata user interface (UI), data consumers can discover the right data to use in decision making and data producers can assess usage and consumer experience in order to plan improvements and prioritize bug fixes.  
|
||||
|
||||
### **OpenMetadata is an open standard with a centralized metadata store that unifies all your data assets end-to-end to enable data discovery, user collaboration, and tool interoperability.**
|
||||
OpenMetadata enables metadata management end-to-end, giving you the ability to unlock the value of data assets in the common use cases of data discovery and governance, but also in emerging use cases related to data quality, observability, and people collaboration.
|
||||
|
||||
{% embed url="https://youtu.be/3xaHf3A2PgU" %}
|
||||
|
||||
## Connectors
|
||||
|
||||
OpenMetadata provides connectors that enable you to perform metadata ingestion from a number of common database, dashboard, messaging, and pipeline services. With each release, we add additional connectors and the ingestion framework provides a structured and straightforward method for creating your own connectors. See the table below for a list of supported connectors.
|
||||
|
||||
| Database | Dashboard | Pipeline | Messaging | Modeling |
|
||||
| ------------------------------------------------------------- | ----------------------------------------------- | ---------------------------------------------- | ----------------------------------------- | ------------------------ |
|
||||
| [Athena](openmetadata/connectors/athena.md) | [Looker](openmetadata/connectors/looker.md) | [Airflow](install/metadata-ingestion/airflow/) | [Kafka](openmetadata/connectors/kafka.md) | [DBT](connectors/dbt.md) |
|
||||
| [BigQuery](openmetadata/connectors/bigquery.md) | [Redash](openmetadata/connectors/redash.md) | Prefect | Pulsar (WIP) | |
|
||||
| [BigQuery Usage](openmetadata/connectors/bigquery-usage.md) | [Superset](openmetadata/connectors/superset.md) | Glue | | |
|
||||
| [Elasticsearch](openmetadata/connectors/elastic-search.md) | [Tableau](openmetadata/connectors/tableau.md) | | | |
|
||||
| [Glue Catalog](connectors/glue-catalog.md) | | | | |
|
||||
| [Hive](openmetadata/connectors/hive.md) | | | | |
|
||||
| [MariaDB](connectors/mariadb.md) | | | | |
|
||||
| [MSSQL](openmetadata/connectors/mssql.md) | | | | |
|
||||
| [MySQL](openmetadata/connectors/mysql.md) | | | | |
|
||||
| [Oracle](openmetadata/connectors/oracle.md) | | | | |
|
||||
| [Postgres](openmetadata/connectors/postgres.md) | | | | |
|
||||
| [Presto](openmetadata/connectors/presto.md) | | | | |
|
||||
| [Redshift](openmetadata/connectors/redshift.md) | | | | |
|
||||
| [Redshift Usage](openmetadata/connectors/redshift-usage.md) | | | | |
|
||||
| [Salesforce](openmetadata/connectors/salesforce.md) | | | | |
|
||||
| [Snowflake](openmetadata/connectors/snowflake.md) | | | | |
|
||||
| [Snowflake Usage](openmetadata/connectors/snowflake-usage.md) | | | | |
|
||||
| [Trino](openmetadata/connectors/trino.md) | | | | |
|
||||
| [Vertica](openmetadata/connectors/vertica.md) | | | | |
|
||||
|
||||
## OpenMetadata Components
|
||||
|
||||
The key components of OpenMetadata include the following:
|
||||
|
||||
* [**OpenMetadata User Interface**](features.md) - a central place for users to discover and collaborate on all data.
|
||||
* [**Ingestion framework**](open-source-community/developer/build-a-connector/) - a pluggable framework for integrating tools and ingesting metadata to the metadata store. The ingestion framework already supports well-known data warehouses - Google BigQuery, Snowflake, Amazon Redshift, and Apache Hive and databases - MySQL, Postgres, Oracle, and MSSQL.
|
||||
* [**Metadata APIs**](openmetadata-apis/apis/) - for producing and consuming metadata built on schemas for User Interfaces and for Integrating tools, systems, and services.
|
||||
* ****[**Metadata store**](install/run-openmetadata.md) - stores a metadata graph that connects data assets and user and tool generated metadata.
|
||||
* [**Metadata schemas**](openmetadata-apis/schemas/) - defines core abstractions and vocabulary for metadata with schemas for Types, Entities, and Relationships between entities. This is the foundation of the Open Metadata Standard.
|
||||
|
||||
.png>)
|
||||
|
||||
OpenMetadata includes the following:
|
||||
|
||||
* **Metadata schemas** - defines core abstractions and vocabulary for metadata with schemas for Types, Entities, and Relationships between entities. This is the foundation of the Open Metadata Standard.
|
||||
* **Metadata store** - stores a metadata graph that connects data assets and user and tool generated metadata.
|
||||
* **Metadata APIs** - for producing and consuming metadata built on schemas for User Interfaces and for Integrating tools, systems, and services.
|
||||
* **Ingestion framework** - a pluggable framework for integrating tools and ingesting metadata to the metadata store. The ingestion framework already supports well-known data warehouses - Google BigQuery, Snowflake, Amazon Redshift, and Apache Hive and databases - MySQL, Postgres, Oracle, and MSSQL.
|
||||
* **OpenMetadata User Interface** - a central place for users to discover and collaborate on all data.
|
||||
|
||||
## License
|
||||
|
||||
OpenMetadata is released under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user