Development Environment Set-up for a Custom Elasticsearch Plugin
6 min readDec 10, 2020
--
In the last few months, I have been spending most of my time creating a search engine using Elasticsearch. The team decided to go with this technology based on its simple REST APIs, distributed nature, speed, and scalability.
I started prototyping in Python. It was easy to port most of the implementation’s components to Elasticsearch; however, there is a…