Getting started with Elasticsearch in Python
https://towardsdatascience.com/getting-started-with-elasticsearch-in-python-c3598e718380
In this post, I am going to discuss Elasticsearch and how you can integrate it with different Python apps.
ElasticSearch (ES) is a distributed and highly available open-source search engine that is built on top of Apache Lucene. It’s an open-source which is built in Java thus available for many platforms. You store unstructured data in JSON format which also makes it a NoSQL database. So, unlike other NoSQL databases ES also provides search engine capabilities and other related features.