GitBook: [0.4.0] 100 pages modified

This commit is contained in:
OpenMetadata 2021-09-29 16:56:32 +00:00 committed by gitbook-bot
parent 8daa4be94c
commit 298e1ba208
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -16,6 +16,10 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
1. Python 3.7 or above 1. Python 3.7 or above
{% endhint %} {% endhint %}
### Run OpenMetadata Server
please refer to Run OpenMetadata section to run the server manually or using docker.
### Install from PyPI ### Install from PyPI
{% tabs %} {% tabs %}
@ -56,7 +60,7 @@ docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elas
Index sample data in ElasticSearch: Index sample data in ElasticSearch:
```bash ```bash
cd OpenMetadata/ingestion cd openmetadata-0.4.0/ingestion
metadata ingest -c ./pipelines/metadata_to_es.json metadata ingest -c ./pipelines/metadata_to_es.json
``` ```