mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 07:28:30 +00:00
GitBook: [#238] Reorganize first section of docs.
This commit is contained in:
parent
e21d5716be
commit
0e74cb9fa4
@ -3,34 +3,34 @@
|
||||
* [Introduction](README.md)
|
||||
* [Features](features/README.md)
|
||||
* [Asset Discovery](features/asset-discovery.md)
|
||||
* [Connectors](connectors/README.md)
|
||||
* [Athena](connectors/athena.md)
|
||||
* [BigQuery](connectors/bigquery.md)
|
||||
* [BigQuery Usage](connectors/bigquery-usage.md)
|
||||
* [ElasticSearch](connectors/elastic-search.md)
|
||||
* [Hive](connectors/hive.md)
|
||||
* [Kafka](connectors/kafka.md)
|
||||
* [Looker](connectors/looker.md)
|
||||
* [MsSQL](connectors/mssql.md)
|
||||
* [MySQL](connectors/mysql.md)
|
||||
* [Oracle](connectors/oracle.md)
|
||||
* [PII](connectors/pii.md)
|
||||
* [Postgres](connectors/postgres.md)
|
||||
* [Presto](connectors/presto.md)
|
||||
* [Redash](connectors/redash.md)
|
||||
* [Redshift](connectors/redshift.md)
|
||||
* [Redshift Usage](connectors/redshift-usage.md)
|
||||
* [Salesforce](connectors/salesforce.md)
|
||||
* [Snowflake](connectors/snowflake.md)
|
||||
* [Snowflake Usage](connectors/snowflake-usage.md)
|
||||
* [Superset](connectors/superset.md)
|
||||
* [Tableau](connectors/tableau.md)
|
||||
* [Trino](connectors/trino.md)
|
||||
* [Vertica](connectors/vertica.md)
|
||||
* [Roadmap](roadmap.md)
|
||||
* [Try OpenMetadata](take-it-for-a-spin.md)
|
||||
* [Tutorials](tutorials/README.md)
|
||||
* [Tutorial: Data Discovery with OpenMetadata](tutorials/tutorial-data-discovery-with-openmetadata.md)
|
||||
* [Roadmap](roadmap.md)
|
||||
* [Connectors](install/metadata-ingestion/connectors/README.md)
|
||||
* [Athena](openmetadata/connectors/athena.md)
|
||||
* [BigQuery](openmetadata/connectors/bigquery.md)
|
||||
* [BigQuery Usage](openmetadata/connectors/bigquery-usage.md)
|
||||
* [ElasticSearch](openmetadata/connectors/elastic-search.md)
|
||||
* [Hive](openmetadata/connectors/hive.md)
|
||||
* [Kafka](openmetadata/connectors/kafka.md)
|
||||
* [Looker](openmetadata/connectors/looker.md)
|
||||
* [MsSQL](openmetadata/connectors/mssql.md)
|
||||
* [MySQL](openmetadata/connectors/mysql.md)
|
||||
* [Oracle](openmetadata/connectors/oracle.md)
|
||||
* [PII](openmetadata/connectors/pii.md)
|
||||
* [Postgres](openmetadata/connectors/postgres.md)
|
||||
* [Presto](openmetadata/connectors/presto.md)
|
||||
* [Redash](openmetadata/connectors/redash.md)
|
||||
* [Redshift](openmetadata/connectors/redshift.md)
|
||||
* [Redshift Usage](openmetadata/connectors/redshift-usage.md)
|
||||
* [Salesforce](openmetadata/connectors/salesforce.md)
|
||||
* [Snowflake](openmetadata/connectors/snowflake.md)
|
||||
* [Snowflake Usage](openmetadata/connectors/snowflake-usage.md)
|
||||
* [Superset](openmetadata/connectors/superset.md)
|
||||
* [Tableau](openmetadata/connectors/tableau.md)
|
||||
* [Trino](openmetadata/connectors/trino.md)
|
||||
* [Vertica](openmetadata/connectors/vertica.md)
|
||||
|
||||
## OpenMetadata
|
||||
|
||||
|
||||
@ -1,40 +0,0 @@
|
||||
# Connectors
|
||||
|
||||
OpenMetadata supports connectors to some popular services. We will continue as a community to provide more integrations to get all your metadata into a central repository.
|
||||
|
||||
#### Database Services
|
||||
|
||||
* [Athena](athena.md)
|
||||
* [BigQuery](bigquery.md)
|
||||
* [BigQuery Usage](bigquery-usage.md)
|
||||
* [ElasticSearch](elastic-search.md)
|
||||
* [MSSQL](mssql.md)
|
||||
* [MySQL](mysql.md)
|
||||
* [Hive](hive.md)
|
||||
* [Oracle](oracle.md)
|
||||
* [Postgres](postgres.md)
|
||||
* [Presto](presto.md)
|
||||
* [Redshift](redshift.md)
|
||||
* [Redshift Usage](redshift-usage.md)
|
||||
* [Salesforce](salesforce.md)
|
||||
* [Snowflake](snowflake.md)
|
||||
* [Snowflake Usage](snowflake-usage.md)
|
||||
* [Trino](trino.md)
|
||||
* [Vertica](vertica.md)
|
||||
|
||||
#### Dashboard Services
|
||||
|
||||
* [Looker](looker.md)
|
||||
* [Redash](redash.md)
|
||||
* [Superset](superset.md)
|
||||
* [Tableau](tableau.md)
|
||||
|
||||
#### Messaging Services
|
||||
|
||||
* [Kafka](kafka.md)
|
||||
* Pulsar (WIP)
|
||||
|
||||
#### Pipeline Services
|
||||
|
||||
* Airflow
|
||||
* Prefect
|
||||
@ -5,5 +5,5 @@ OpenMetadata Ingestion is a simple framework to build connectors and ingest meta
|
||||
## Guides
|
||||
|
||||
* [Ingest Sample Data](ingest-sample-data.md)
|
||||
* [Explore Connectors & Install](../../connectors/)
|
||||
* [Explore Connectors & Install](connectors/)
|
||||
* [Configure Airflow](airflow/)
|
||||
|
||||
@ -88,4 +88,4 @@ def metadata_ingestion_workflow():
|
||||
workflow.stop
|
||||
```
|
||||
|
||||
Create a Workflow instance and pass a sample-data configuration which will read metadata from Json files and ingest it into the OpenMetadata Server. You can customize this configuration or add different connectors please refer to our [examples](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/examples/workflows) and refer to [Connectors](../../../connectors/).
|
||||
Create a Workflow instance and pass a sample-data configuration which will read metadata from Json files and ingest it into the OpenMetadata Server. You can customize this configuration or add different connectors please refer to our [examples](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/examples/workflows) and refer to [Connectors](../connectors/).
|
||||
|
||||
40
docs/install/metadata-ingestion/connectors/README.md
Normal file
40
docs/install/metadata-ingestion/connectors/README.md
Normal file
@ -0,0 +1,40 @@
|
||||
# Connectors
|
||||
|
||||
OpenMetadata supports connectors to some popular services. We will continue as a community to provide more integrations to get all your metadata into a central repository.
|
||||
|
||||
#### Database Services
|
||||
|
||||
* [Athena](../../../openmetadata/connectors/athena.md)
|
||||
* [BigQuery](../../../openmetadata/connectors/bigquery.md)
|
||||
* [BigQuery Usage](../../../openmetadata/connectors/bigquery-usage.md)
|
||||
* [ElasticSearch](../../../openmetadata/connectors/elastic-search.md)
|
||||
* [MSSQL](../../../openmetadata/connectors/mssql.md)
|
||||
* [MySQL](../../../openmetadata/connectors/mysql.md)
|
||||
* [Hive](../../../openmetadata/connectors/hive.md)
|
||||
* [Oracle](../../../openmetadata/connectors/oracle.md)
|
||||
* [Postgres](../../../openmetadata/connectors/postgres.md)
|
||||
* [Presto](../../../openmetadata/connectors/presto.md)
|
||||
* [Redshift](../../../openmetadata/connectors/redshift.md)
|
||||
* [Redshift Usage](../../../openmetadata/connectors/redshift-usage.md)
|
||||
* [Salesforce](../../../openmetadata/connectors/salesforce.md)
|
||||
* [Snowflake](../../../openmetadata/connectors/snowflake.md)
|
||||
* [Snowflake Usage](../../../openmetadata/connectors/snowflake-usage.md)
|
||||
* [Trino](../../../openmetadata/connectors/trino.md)
|
||||
* [Vertica](../../../openmetadata/connectors/vertica.md)
|
||||
|
||||
#### Dashboard Services
|
||||
|
||||
* [Looker](../../../openmetadata/connectors/looker.md)
|
||||
* [Redash](../../../openmetadata/connectors/redash.md)
|
||||
* [Superset](../../../openmetadata/connectors/superset.md)
|
||||
* [Tableau](../../../openmetadata/connectors/tableau.md)
|
||||
|
||||
#### Messaging Services
|
||||
|
||||
* [Kafka](../../../openmetadata/connectors/kafka.md)
|
||||
* Pulsar (WIP)
|
||||
|
||||
#### Pipeline Services
|
||||
|
||||
* Airflow
|
||||
* Prefect
|
||||
Loading…
x
Reference in New Issue
Block a user