mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 14:37:52 +00:00
changes in documentation (#531)
Co-authored-by: parthp2107 <parth@getcollate.io>
This commit is contained in:
parent
7bc2b14178
commit
b8531e7561
@ -70,7 +70,7 @@
|
||||
* [Connectors](install/metadata-ingestion/connectors/README.md)
|
||||
* [Dashboard Services](install/metadata-ingestion/connectors/dashboard-services/README.md)
|
||||
* [Looker](install/metadata-ingestion/connectors/dashboard-services/looker.md)
|
||||
* [Salesforce](install/metadata-ingestion/connectors/dashboard-services/salesforce.md)
|
||||
* [Salesforce](install/metadata-ingestion/connectors/database-services/salesforce.md)
|
||||
* [Superset](install/metadata-ingestion/connectors/dashboard-services/superset.md)
|
||||
* [Tableau](install/metadata-ingestion/connectors/dashboard-services/tableau.md)
|
||||
* [Database Services](install/metadata-ingestion/connectors/database-services/README.md)
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Metadata Ingestion
|
||||
|
||||
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through [OpenMetadata APIs](https://docs.open-metadata.org/v/docs/openmetadata-apis/apis). It could be used in an orchestration framework\(e.g. Apache Airflow\) to ingest metadata.
|
||||
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through [OpenMetadata APIs](https://docs.open-metadata.org/openmetadata-apis/apis). It could be used in an orchestration framework\(e.g. Apache Airflow\) to ingest metadata.
|
||||
|
||||
## Guides
|
||||
|
||||
* [Ingest Sample Data](https://docs.open-metadata.org/v/docs/install/metadata-ingestion/ingest-sample-data)
|
||||
* [Explore Connectors & Install](https://docs.open-metadata.org/v/docs/install/metadata-ingestion/connectors/)
|
||||
* [Run Simple Scheduler](https://docs.open-metadata.org/v/docs/install/metadata-ingestion/scheduler)
|
||||
* [Configure Airflow](https://docs.open-metadata.org/v/docs/install/metadata-ingestion/airflow)
|
||||
* [Ingest Sample Data](https://docs.open-metadata.org/install/metadata-ingestion/ingest-sample-data)
|
||||
* [Explore Connectors & Install](https://docs.open-metadata.org/install/metadata-ingestion/connectors/)
|
||||
* [Run Simple Scheduler](https://docs.open-metadata.org/install/metadata-ingestion/scheduler)
|
||||
* [Configure Airflow](https://docs.open-metadata.org/install/metadata-ingestion/airflow)
|
||||
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[looker]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[superset]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[tableau]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[athena]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[bigquery]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -19,7 +19,6 @@ description: This guide will help install Hive connector and run manually
|
||||
#install hive-sasl library
|
||||
sudo apt-get install libsasl2-dev
|
||||
pip install 'openmetadata-ingestion[hive]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[mssql]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[mysql]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[oracle]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[postgres]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -16,8 +16,7 @@ description: This guide will help install Presto connector and run manually
|
||||
{% tabs %}
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[tableau]'
|
||||
python -m spacy download en_core_web_sm
|
||||
pip install 'openmetadata-ingestion[presto]'
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[salesforce]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[snowflake]'
|
||||
python -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user