docker-flask-elasticsearch-example
docker-flask-elasticsearch-example copied to clipboard
Flask with Elasticsearch in docker example
Python Flask API with Elasticsearch
An example of REST API with Flask and Elasticsearch as backend.
Install docker, docker-compose (pip install docker-compose
) and type
./startContainers.sh
Then go to http://${DOCKER_MACHINE_IP}:5000/info
to access elasticsearch info page