Elasticsearch playground based on vscode plugin - rest-client, an easy way to access elasticsearch's rich apis.
- Clone the project to your local dev machine
git clone https://github.com/nodew/elasticsearch-playground.git
cd elasticsearch-playground
- Run elasticsearch server in docker
docker-compose up
- Generate fake data
node .\scripts\dataGen.js
-
Install rest-client
-
Play with elasticsearch apis in
/apis
folder.