12 lines
701 B
Markdown
Raw Normal View History

2021-08-01 14:27:44 -07:00
# Metadata Ingestion
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through [OpenMetadata APIs](https://docs.open-metadata.org/openmetadata-apis/apis). It could be used in an orchestration framework\(e.g. Apache Airflow\) to ingest metadata.
2021-08-12 11:39:56 -07:00
2021-08-12 13:10:14 -07:00
## Guides
2021-08-12 11:39:56 -07:00
* [Ingest Sample Data](https://docs.open-metadata.org/install/metadata-ingestion/ingest-sample-data)
* [Explore Connectors & Install](https://docs.open-metadata.org/install/metadata-ingestion/connectors/)
* [Run Simple Scheduler](https://docs.open-metadata.org/install/metadata-ingestion/scheduler)
* [Configure Airflow](https://docs.open-metadata.org/install/metadata-ingestion/airflow)