An example of integrating Elastic search with Plotly Dash
- Download and install Elasticsearch
- Download this repo
- Start Elasticsearch
- Run scrape.py
- Run elasticUI_dash.py
Then we can then search the collected data and display the search results
What things you need to install the software and how to install them
Elasticsearch
Plotly Dash
A step by step series of examples that tell you how to get a development env running
Say what the step will be
Install Elasticsearch
Install plotly Dash
End with an example of getting some data out of the system or using it for a little demo
To get things running start the elastic instance On windows this is done by moving to the "bin" directory and run the "bat" file, eg. C:\Elastic\elasticsearch-6.5.0\bin>elasticsearch.bat
Then we create and indexand load it with data by running scrape.py eg python scrape.py
Then we start the Dash App by running the app file eg python elasticUI_dash.py
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Ross Ashman - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc