Skip to content

ElasticSearch docker compose with dummy examples using faker

Notifications You must be signed in to change notification settings

tanvirrb/elastic-search-docker

Repository files navigation

Install dependencies

npm install

Run the service

npm run dev

Create dummy index (using Faker)

npm run index:create

Search in the created dummy index (change the search term in the code)

npm run index:search

Drop the whole dummy index

npm run index:drop

Kill the service

npm run dev:down

About

ElasticSearch docker compose with dummy examples using faker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published