mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
652 B
652 B
| description |
|---|
| This guide will help install ElasticSearch connector and run manually |
ElasticSearch
ElasticSearch
{% hint style="info" %} Prerequisites
OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
-
Python 3.7 or above
-
Create and activate python env
python3 -m venv env source env/bin/activate
{% endhint %}
Install
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.10.2
pip install '.[elasticsearch]
Run Manually
metadata ingest -c ./pipelines/metadata_to_es.json