Builds an elastic index of dog breeds.
Data was sourced from fci-breeds.
You will need Docker version 1.13.1.
Install node dependencies.
npm install
Start the elastic search service.
npm run elastic-up
npm run index
npm run query "I love golden retrievers"
npm run elastic-down
The following blog post gives a detailed write-up. http://www.lessrework.com/2017/02/automating-elasticsearch-indexing/.