Integrates elasticutils
with Flask (a very thin wrapper).
Flask-ElasticUtils is pip installable:
$ pip install Flask-ElasticUtils
The only configuration is ELASTICSEARCH_URL
, defaults to localhost:9200
Import the extension into your Flask project and initialise:
from flask.ext.elasticutils import ElasticUtils es = ElasticUtils(app)
Source code is hosted on GitHub (contributions are welcome).