https://github.com/sethmlarson/eland-binder-demo
https://github.com/sethmlarson/eland-binder-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sethmlarson/eland-binder-demo
- Owner: sethmlarson
- License: apache-2.0
- Created: 2020-09-09T15:25:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T03:34:12.000Z (over 5 years ago)
- Last Synced: 2025-01-18T16:20:37.436Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eland Elastic{ON} Demo
👉 [View this Jupyter Notebook live in your browser!](https://mybinder.org/v2/gh/sethmlarson/eland-binder-demo/master?filepath=Eland%20Elastic{ON}%20Demo.ipynb)
👋 Welcome to the Elastic{ON} Demo of Eland!
The Elasticsearch cluster being used for this demo is [hosted on Elastic Cloud](https://cloud.elastic.co)
and this Jupyter Notebook is [hosted by Binder](https://mybinder.org). The Elasticsearch cluster is configured to be read-only.
## Resources
- [Eland Documentation (eland.readthedocs.io)](https://eland.readthedocs.io)
- [Eland Source Code](https://github.com/elastic/eland)
- Dataset: [NYC OpenData Restaurant Inspection Results](https://data.cityofnewyork.us/Health/DOHMH-New-York-City-Restaurant-Inspection-Results/43nn-pn8j)
- [Eland Demo Source Code](https://github.com/sethmlarson/eland-binder-demo)
## Installing
Eland is available on [PyPI](https://pypi.org/project/eland) and [Conda Forge](https://anaconda.org/conda-forge/eland):
- `$ python -m pip install eland`
- `$ conda install -c conda-forge eland`
## Getting Started
This Jupyter Notebook works like any other, you can simply browse the already completed results or you can try things out yourself by modifying a code block and hitting "Run". The Elasticsearch cluster in Elastic Cloud will respond with new results.
If you're unfamiliar with Jupyter Notebooks there's a [quickstart guide available](https://www.datacamp.com/community/tutorials/tutorial-jupyter-notebook).
## License
Apache-2.0