An open API service indexing awesome lists of open source software.

https://github.com/sethmlarson/eland-binder-demo


https://github.com/sethmlarson/eland-binder-demo

Last synced: about 1 month ago
JSON representation

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