Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for elasticsearch

I was searching extensively for having an IDE for elasticsearch. But I am unable to find one. I know it is simple Restclient will do but in most of the rest client the body editor doesnt have automatic indention and all. I was thinking If there is no IDE, I can make one so that other people can also benefit from it. To make it I need how to create an editor? Any tools are available which will do proper json formatting while typing. IF that is there I can start a github project and start making an IDE. I can also add keywords of elastic search and it will easy for developers.

IF that kind of thing is already there please point me to it. I am unable to find out one.

like image 908
srinath29 Avatar asked Dec 18 '22 19:12

srinath29


1 Answers

The best option I have disovered so far is the Atom plugin elasticsearch-client

It does a great job in simplifying my ES work. It also has tons of predefined queries like index stats and alike and a neat query benchmarking tool. Be sure to add some helpful JSON plugins like json-path-finder and general helpers like minimap and it gets quite comfortable.

Not as powerful as the combination of cat/echo, httpie and jq but much more IDE-like.

like image 182
kostja Avatar answered Dec 30 '22 22:12

kostja