Skip to content

pmarti/flask-elastic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Elastic

Integrates the official Python low-level client for Elasticsearch into Flask.

Installation

Flask-Elastic is pip installable:

$ pip install Flask-Elastic

Configure

The only configuration is ELASTICSEARCH_URL, defaults to localhost:9200. You can pass any kwargs to Elastic() for further configuration. The kwargs will be passed to Elasticsearch().

Usage

Import the extension into your Flask project and initialize:

from flask.ext.elastic import Elastic

elastic = Elastic(app)

Development

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

About

Integrates elasticsearch-py into flask

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%