mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 11:43:54 +00:00
GitBook: [#99] Move "Metadata Ingestion" under "Connectors"
This commit is contained in:
parent
4f2496ba8a
commit
6e38118be4
@ -12,6 +12,7 @@
|
||||
|
||||
## Integrations
|
||||
|
||||
* [Metadata Ingestion Overview](integrations/metadata-ingestion.md)
|
||||
* [Connectors](integrations/connectors/README.md)
|
||||
* [Airflow](integrations/connectors/airflow/README.md)
|
||||
* [Airflow Metadata Ingestion](integrations/connectors/airflow/airflow.md)
|
||||
@ -58,6 +59,7 @@
|
||||
* [Trino](integrations/connectors/trino.md)
|
||||
* [Vertica](integrations/connectors/vertica.md)
|
||||
* [Troubleshoot Connectors](integrations/troubleshoot-connectors.md)
|
||||
* [Ingest Sample Data](integrations/ingest-sample-data.md)
|
||||
|
||||
## Metadata Standard
|
||||
|
||||
@ -205,11 +207,6 @@
|
||||
* [Metrics](../data-quality/data-quality-overview/metrics.md)
|
||||
* [Tests](../data-quality/data-quality-overview/tests.md)
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
* [Metadata Ingestion Overview](../metadata-ingestion/metadata-ingestion.md)
|
||||
* [Ingest Sample Data](../metadata-ingestion/ingest-sample-data.md)
|
||||
|
||||
## Open Source Community
|
||||
|
||||
* [Community](open-source-community/community.md)
|
||||
|
@ -18,7 +18,7 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
|
||||
### Run OpenMetadata Server
|
||||
|
||||
Please refer to the [Run OpenMetadata ](../docs/try-openmetadata/run-openmetadata/#install-on-your-local-machine)section to run the server manually or using [Docker](../docs/try-openmetadata/run-openmetadata/#run-docker).
|
||||
Please refer to the [Run OpenMetadata ](../try-openmetadata/run-openmetadata/#install-on-your-local-machine)section to run the server manually or using [Docker](../try-openmetadata/run-openmetadata/#run-docker).
|
||||
|
||||
### Install from PyPI
|
||||
|
9
docs/integrations/metadata-ingestion.md
Normal file
9
docs/integrations/metadata-ingestion.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Metadata Ingestion Overview
|
||||
|
||||
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.
|
||||
|
||||
## Guides
|
||||
|
||||
* [Explore Connectors & Install](connectors/)
|
||||
* [Ingest Sample Data](ingest-sample-data.md)
|
||||
* [Configure Airflow](connectors/airflow/airflow.md)
|
@ -1,9 +0,0 @@
|
||||
# Metadata Ingestion Overview
|
||||
|
||||
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through [OpenMetadata APIs](../docs/openmetadata-apis/apis/). It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata.
|
||||
|
||||
## Guides
|
||||
|
||||
* [Ingest Sample Data](ingest-sample-data.md)
|
||||
* [Explore Connectors & Install](../docs/integrations/connectors/)
|
||||
* [Configure Airflow](../docs/integrations/connectors/airflow/airflow.md)
|
Loading…
x
Reference in New Issue
Block a user