Skip to content

Elasticsearch Backend

Felix Loesing edited this page Feb 28, 2021 · 1 revision

Start Sparkler with Elasticsearch

Please have docker-compose installed on the local machine. Instructions can be found here.

Start the Network with containers for Sparkler, Elasticsearch, Kibana: Note: The Sparkler container will not include Solr as the backend is Elasticsearch.

Use the following script to manage the docker-compose network

cd sparkler-core/sparkler-deployment/docker/elasticsearch
# Display all the options of the script
python dockler.py --help

# Start the network with three containers (Sparkler, Elasticsearch, Kibana)
python dockler.py --up

# Stop the network
python dockler.py --down