https://github.com/sethmlarson/eland-demo-pycon2022
https://github.com/sethmlarson/eland-demo-pycon2022
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sethmlarson/eland-demo-pycon2022
- Owner: sethmlarson
- License: apache-2.0
- Created: 2022-04-29T13:12:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T15:37:56.000Z (about 4 years ago)
- Last Synced: 2025-12-12T23:40:09.717Z (6 months ago)
- Language: Jupyter Notebook
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eland PyCon 2022 Demo
👉 [View this Jupyter Notebook live in your browser!](https://mybinder.org/v2/gh/sethmlarson/eland-demo-pycon2022/master?filepath=notebook.ipynb)
👋 Welcome to the PyCon 2022 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: [Tweets indexed by Tweepy](https://www.tweepy.org)
- [Eland Demo Source Code](https://github.com/sethmlarson/eland-demo-pycon2022)
## 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