Package: wnpp
Severity: wishlist
Owner: Karsten Schöke <[email protected]>
X-Debbugs-Cc: [email protected]
Package name : python-elastcsearch8
Version : 8.17.2
Upstream Contact: Elastic Client Library Maintainers
<[email protected]>
URL : https://github.com/elastic/elasticsearch-py
License : Apache-2.0
Programming Lang: Python
Description : Python client for Elasticsearch8
Official low-level client for Elasticsearch version 8.
Its goal is to provide common ground for all
Elasticsearch-related code in Python; because of this it tries
to be opinion-free and very extendable.
The client's features include:
* translating basic Python data types to and from json (datetimes are not
decoded for performance reasons)
* configurable automatic discovery of cluster nodes
* persistent connections
* load balancing (with pluggable selection strategy) across all available
nodes
* failed connection penalization (time based - failed connections won't be
retried until a timeout is reached)
* thread safety
* pluggable architecture
* Helper functions for idiomatically using APIs together
This is a new dependency of python-elasticsearch-curator
an will be maintained by DPT.