Integrates the official [Python low-level client for Elasticsearch](https://github.com/elasticsearch/elasticsearch-py) into Flask.
Installation
Flask-Elastic is pip installable:
$ pip install Flask-Elastic
Configure
The only configuration is ELASTICSEARCH_URL, defaults to localhost:9200
Usage
Import the extension into your Flask project and initialise:
from flask.ext.elastic import Elastic elastic = Elastic(app)
Development
Source code is hosted on [GitHub](https://github.com/bbmogool/flask-elastic) (contributions are welcome).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Flask-Elastic-0.1.tar.gz
(2.1 kB
view details)
File details
Details for the file Flask-Elastic-0.1.tar.gz.
File metadata
- Download URL: Flask-Elastic-0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef52f1f119ea3bdcf1377d0f851b999f4b8e0a390dbec83a71deea1abd513076
|
|
| MD5 |
0de49f7ce7e3e3dd48ec468c957dd97e
|
|
| BLAKE2b-256 |
a4119a62360261c39b3f299260fc5dccbad1633cde6756928d260276cd5a96ae
|