Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
1.0 KiB
Markdown
Raw Normal View History

2021-08-13 01:40:56 +05:30
---
This guide will help you setup the Ingestion framework and connectors
---
![Python version 3.7+](https://img.shields.io/badge/python-3.7%2B-blue)
2021-08-13 01:40:56 +05:30
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**
- Python >= 3.7.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
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=c1a30c7c-6dc7-4928-95bf-6ee08ca6aa6a" />
### TopologyRunner
All the Ingestion Workflows run through the TopologyRunner.
The flow is depicted in the images below.
**TopologyRunner Standard Flow**
![image](https://github.com/IceS2/OpenMetadata/assets/4912399/c253af53-c11a-4b91-b101-892fa8169c81)
**TopologyRunner Multithread Flow**
![image](https://github.com/IceS2/OpenMetadata/assets/4912399/3fcef845-10da-4aee-82cc-28d5f5ff9532)