{"id":21595016,"url":"https://github.com/thomas-touhey/kaquel","last_synced_at":"2026-05-17T12:14:01.020Z","repository":{"id":242562298,"uuid":"809803948","full_name":"thomas-touhey/kaquel","owner":"thomas-touhey","description":"Tools for handling ElasticSearch queries in various languages (Gitlab.com mirror).","archived":false,"fork":false,"pushed_at":"2025-01-15T17:43:10.000Z","size":262,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-01-24T17:17:15.208Z","etag":null,"topics":["elasticsearch","es-query","kql","lucene","parsing","query"],"latest_commit_sha":null,"homepage":"https://kaquel.touhey.pro/","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomas-touhey.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.txt","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-03T13:33:38.000Z","updated_at":"2025-01-15T17:43:12.000Z","dependencies_parsed_at":"2025-01-14T13:32:15.395Z","dependency_job_id":"ca34fd7e-0c18-4eb9-bfbb-7624fd2d16fe","html_url":"https://github.com/thomas-touhey/kaquel","commit_stats":null,"previous_names":["thomas-touhey/kaquel"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas-touhey%2Fkaquel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas-touhey%2Fkaquel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas-touhey%2Fkaquel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas-touhey%2Fkaquel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomas-touhey","download_url":"https://codeload.github.com/thomas-touhey/kaquel/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244207477,"owners_count":20416097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elasticsearch","es-query","kql","lucene","parsing","query"],"created_at":"2024-11-24T17:24:35.434Z","updated_at":"2026-05-17T12:13:55.980Z","avatar_url":"https://github.com/thomas-touhey.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"``kaquel`` -- Tools for handling ElasticSearch queries in various languages\n===========================================================================\n\nKaquel, pronounced */kækyɛl/*, is a toolset for parsing and rendering\nquery languages for ElasticSearch.\n\nAs described in `Parsing queries`_, you can parse Kibana Query Language (KQL),\nApache Lucene and ElasticSearch queries, and render them using the\n`ElasticSearch Query DSL`_. For example, with KQL:\n\n.. code-block:: python\n\n    from kaquel.kql import parse_kql\n\n    query = parse_kql('identity: { first_name: \"John\" }')\n    print(query.render())\n\nThe project is present at the following locations:\n\n* `Official website and documentation at kaquel.touhey.pro \u003cKaquel website_\u003e`_;\n* `Kaquel repository on Gitlab \u003cKaquel on Gitlab_\u003e`_;\n* `kaquel project on PyPI \u003cKaquel on PyPI_\u003e`_.\n\n.. _Kaquel website: https://kaquel.touhey.pro/\n.. _Kaquel on Gitlab: https://gitlab.com/kaquel/kaquel\n.. _Kaquel on PyPI: https://pypi.org/project/kaquel/\n.. _Parsing queries: https://kaquel.touhey.pro/guides/parse.html\n.. _ElasticSearch Query DSL:\n    https://www.elastic.co/guide/en/elasticsearch/reference/current/\n    query-dsl.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas-touhey%2Fkaquel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomas-touhey%2Fkaquel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas-touhey%2Fkaquel/lists"}