nodew / elasticsearch-playground

Elasticsearch playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch playground

Elasticsearch playground based on vscode plugin - rest-client, an easy way to access elasticsearch's rich apis.

Start

  1. Clone the project to your local dev machine
git clone https://github.com/nodew/elasticsearch-playground.git

cd elasticsearch-playground
  1. Run elasticsearch server in docker
docker-compose up
  1. Generate fake data
node .\scripts\dataGen.js
  1. Install rest-client

  2. Play with elasticsearch apis in /apis folder.

About

Elasticsearch playground


Languages

Language:JavaScript 100.0%