freebsd-ports/textproc/py-pyelasticsearch/pkg-descr

12 lines
476 B
Text
Raw Normal View History

pyelasticsearch is a clean, future-proof, high-scale API to elasticsearch. It
provides features like...
* Transparent conversion of Python data types to and from JSON
* Translating HTTP status codes representing failure into exceptions
* Connection pooling
* Load-balancing of requests across nodes in a cluster
* Failed-node marking to avoid downed nodes for a period
* Optional automatic retrying of failed requests
2015-03-07 14:09:20 +01:00
WWW: https://github.com/pyelasticsearch/pyelasticsearch