2021-08-13 01:40:56 +05:30
---
This guide will help you setup the Ingestion framework and connectors
---
2024-04-18 18:03:16 +02:00

2021-08-13 01:40:56 +05:30
2021-12-18 16:41:38 +01:00
OpenMetadata Ingestion 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.
2021-08-13 01:40:56 +05:30
**Prerequisites**
2024-04-18 18:03:16 +02:00
- Python > = 3.8.x
2021-08-13 01:40:56 +05:30
2021-11-24 07:18:33 -08:00
### Docs
2021-08-13 01:40:56 +05:30
2022-12-02 20:12:06 +05:30
Please refer to the documentation here https://docs.open-metadata.org/connectors
2023-01-11 09:33:09 +01:00
< img referrerpolicy = "no-referrer-when-downgrade" src = "https://static.scarf.sh/a.png?x-pxid=c1a30c7c-6dc7-4928-95bf-6ee08ca6aa6a" / >
2024-03-25 18:20:40 +01:00
### TopologyRunner
All the Ingestion Workflows run through the TopologyRunner.
The flow is depicted in the images below.
**TopologyRunner Standard Flow**
2024-03-27 08:30:16 +01:00

2024-03-25 18:20:40 +01:00
**TopologyRunner Multithread Flow**
2024-03-27 08:30:16 +01:00
