Hello friends, welcome to this repository. I have explained three things here in the Youtube playlist...
-
How to setup the Elasticsearch using docker see the video.
-
How to interact with the ES engine using simple cUrl requests from Postman see the video.
-
Setup a Python + Flask API to interact with the Elasticsearch engine see the video.
You will find following things here in the repository...
-
in the folder engine, there is a docker-compose.yml file
-
in the folder postman, you will find the Postman collection I have used, you can import that in your Postman application
-
in the python folder, there is a project_code folder which contains the sample Python + Flask code.
There are also some supportive documents to help you in other tasks as well.