joksnet / flask-elasticsearch

Integrates ElasticSearch with Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-ElasticSearch

Integrates ElasticSearch with Flask using the official elasticsearch python package.

Installation

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

Configure

The only configuration is ELASTICSEARCH_URL, defaults to http://localhost:9200/.

Development

Source code is hosted on github (contributions are welcome).

About

Integrates ElasticSearch with Flask

License:MIT License


Languages

Language:Python 100.0%