Skip to content

Tools for handling ElasticSearch queries in various languages (Gitlab.com mirror).

License

Notifications You must be signed in to change notification settings

thomas-touhey/kaquel

Repository files navigation

kaquel -- Tools for handling ElasticSearch queries in various languages

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:

About

Tools for handling ElasticSearch queries in various languages (Gitlab.com mirror).

Topics

Resources

License

Stars

Watchers

Forks