An open API service indexing awesome lists of open source software.

https://github.com/zgiber/esq

ElasticSearch Query Builder
https://github.com/zgiber/esq

Last synced: about 1 year ago
JSON representation

ElasticSearch Query Builder

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/zgiber/esq?status.svg)](https://godoc.org/github.com/zgiber/esq)
# esq
ElasticSearch Query Builder helps constructing request body search queries for ElasticSearch (ES). It is not a full-fledged ES client, but a tool which comes handy when writing queries.

At this moment this package is experimental. Which has a benefit: Suggestions and feature requests are appreciated. And a drawback: Expect Breaking changes.

TODO:
- tests
- additional ES features
- aggregations
- examples