kaquel 0.3

Creator: rpa-with-ash

Last updated:

Add to Cart

Description:

kaquel 0.3

Kaquel, pronounced /kækyɛl/, is a toolset for parsing and rendering
query languages for ElasticSearch.
As described in Parsing queries, you can parse Kibana Query Language (KQL),
Apache Lucene and ElasticSearch queries, and render them using the
ElasticSearch Query DSL. For example, with KQL:
from kaquel.kql import parse_kql

query = parse_kql('identity: { first_name: "John" }')
print(query.render())
The project is present at the following locations:

Official website and documentation at kaquel.touhey.pro;
Kaquel repository on Gitlab;
kaquel project on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.