Skip to content

nodew/elasticsearch-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published