22 lines
493 B
Markdown
Raw Normal View History

2021-08-01 14:27:44 -07:00
# Metadata Ingestion
2021-08-12 11:39:56 -07:00
OpenMetadata Ingesiton is a simple framework to build connectors and ingest metadata of various systems through OpenMetadata APIs.
It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata.
## Ingest Sample Data
{% page-ref page="ingest-sample-metadata" %}
## Explore and configure connectors
{% page-ref page="connectors" %}
## Run Simple Scheduler
{% page-ref page="scheduler" %}
## Run using Airflow
{% page-ref page="airflow" %}