[ 原始碼: python-elasticsearch ]
套件:python3-elasticsearch(7.17.6-1)
python3-elasticsearch 的相關連結
Debian 的資源:
下載原始碼套件 python-elasticsearch:
- [python-elasticsearch_7.17.6-1.dsc]
- [python-elasticsearch_7.17.6.orig.tar.gz]
- [python-elasticsearch_7.17.6-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Python client for Elasticsearch (Python3 version)
Official low-level client for Elasticsearch. 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
This package contains the Python 3 version of the library.
其他與 python3-elasticsearch 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-certifi
- root certificates for validating SSL certs and verifying TLS hosts (python3)
-
- dep: python3-urllib3
- HTTP library with thread-safe connection pooling for Python3
-
- sug: python-elasticsearch-doc
- Python client for Elasticsearch (Documentation)