Popularity
8.1
Stable
Activity
7.1
Growing
3,754
431
796

Description

Elasticsearch DSL is a high-level library whose aim is to help with writing and running queries against Elasticsearch. It is built on top of the official low-level client (elasticsearch-py).

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. It exposes the whole range of the DSL from Python either directly using defined classes or a queryset-like expressions.

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

To use the other Elasticsearch APIs (eg. cluster health) just use the underlying client.

Code Quality Rank: L5
Programming language: Python
License: Apache License 2.0
Tags: Search    
Latest version: v7.4.0

elasticsearch-dsl-py alternatives and similar packages

Based on the "Search" category.
Alternatively, view elasticsearch-dsl-py alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of elasticsearch-dsl-py or a related project?

Add another 'Search' Package