11 lines
413 B
Markdown
Raw Normal View History

2021-08-01 14:27:44 -07:00
# Metadata Ingestion
2021-10-15 03:51:13 +05:30
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through [OpenMetadata APIs](../../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
2021-10-15 03:51:13 +05:30
* [Ingest Sample Data](ingest-sample-data.md)
* [Explore Connectors & Install](connectors/)
* [Configure Airflow](airflow.md)