Skip to content

neilalbrock/flask-elasticutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-ElasticUtils

Integrates elasticutils with Flask (a very thin wrapper).

Installation

Flask-ElasticUtils is pip installable:

$ pip install Flask-ElasticUtils

Configure

The only configuration is ELASTICSEARCH_URL, defaults to localhost:9200

Usage

Import the extension into your Flask project and initialise:

from flask.ext.elasticutils import ElasticUtils

es = ElasticUtils(app)

Development

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