Hoping elastic data comes back...
This is an experiment intending to:
- Write large amounts of data to elasticsearch
- Make successful elasticsearch queries
- Test all the things
- Turn it all into an API
All this is for the purpose of improving my Node.js and elasticsearch skills.
- Install elasticsearch on your machine
- Run an elasticsearch session locally, listening on port 9200
- Clone this repo
- From your local project directory, run
npm install
npm test- Node 12.16.0
- Elasticsearch 7.8.1
- Fork this repo
- Create your feature branch (
git checkout -b feature/thingamajig) - Commit your changes (
git commit -am 'Added a cool doodad!') - Push to the branch (
git push origin feature/thingamajig) - Create a new Pull Request
Written by Norm Schultz
Github:https://github.com/normanrs Web:http://www.normanrschultz.com