Integrates pyelasticsearch
with Flask (a very thin wrapper).
Flask-ElasticSearch is pip installable.
pip install Flask-ElasticSearch
You can install the latest development version like so:
pip install http://github.com/kazoup/flask-elasticsearch/tarball/master#egg=Flask-ElasticSearch-dev
The only configuration is ELASTICSEARCH_URL
, defaults to http://localhost:9200/
.
Source code is hosted on GitHub <https://github.com/kazoup/flask-elasticsearch>
_
(contributions are welcome).