Elasticsearch is a distributed RESTful search engine built for the cloud.
Opensource: https://github.com/elastic/elasticsearch
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.3.2
- Scripting Language: Python
- Version : 3.6
- Pip: Package management system used to install and manage software packages written in Python.
- Version : pip3
- Python Packages:
- pytest
- requests
- jinja2
- pyYaml