This repo will hold the code for my ES lightening talk
Run Instructions
Download the ES docker image
- Instructions here
- change - xpack.security.enabled=true to - xpack.security.enabled=false
- this turns off security on your local elasticsearch cluster reference
- Another reference for doing this via docker run
- start the container
- once it starts the user should be able to go to http://localhost:9200 and see the tag_line "You know, for search"
Clone this repo
- clone the repo
- cd into the folder where you cloned the repo
- create a virtualenv
- activate the virtualenv
- pip install -r requirements.txt
- python ./main.py