Skip to content

Commit

Permalink
GitBook: [0.4.0] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
parthp2107 authored and gitbook-bot committed Sep 20, 2021
1 parent 2608339 commit f4dc534
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/install/metadata-ingestion/ingest-sample-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
1. Python 3.7 or above
{% endhint %}

### Install from PyPI or Source
### Install from PyPI

{% tabs %}
{% tab title="Install Using PyPI" %}
```bash
python3 -m pip install 'openmetadata-ingestion[sample-tables, elasticsearch]'
python3 -m spacy download en_core_web_sm
python3 -m pip install 'openmetadata-ingestion[sample-data, elasticsearch]'

git clone https://github.com/open-metadata/OpenMetadata.git
cd OpenMetadata/ingestion
Expand All @@ -35,12 +34,7 @@ cd OpenMetadata/ingestion
Sample Data, Tables, Usage, Users, Topics, and Dashboards.

```bash
metadata ingest -c ./pipelines/sample_tables.json
metadata ingest -c ./pipelines/sample_usage.json
metadata ingest -c ./pipelines/sample_users.json
metadata ingest -c ./pipelines/sample_topics.json
metadata ingest -c ./pipelines/sample_dashboards.json
metadata ingest -c ./pipelines/sample_data.json
metadata ingest -c ./examples/workflows/sample_data.json
```

### Index Sample Data into ElasticSearch
Expand Down

0 comments on commit f4dc534

Please sign in to comment.