slackbuilds_ponce/python/elasticsearch5
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
elasticsearch5.info
elasticsearch5.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

elasticsearch5 (Official low level python client for Elasticsearch)

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.

It provides a more convenient and idiomatic way to write and manipulate 
queries. It stays close to the Elasticsearch JSON DSL, mirroring its 
terminology and structure while exposing the whole range of the DSL from Python
either directly using defined classes or a queryset-like expressions.

It also provides an optional persistence layer for working with documents as 
Python objects in an ORM-like fashion: defining mappings, retrieving and saving
documents, wrapping the document data in user-defined classes.