changes in documentation (#531)

Co-authored-by: parthp2107 <parth@getcollate.io>
This commit is contained in:
parthp2107 2021-09-20 10:57:50 +05:30 committed by GitHub
parent 7bc2b14178
commit b8531e7561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 7 additions and 20 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}