https://github.com/zgiber/esq
ElasticSearch Query Builder
https://github.com/zgiber/esq
Last synced: about 1 year ago
JSON representation
ElasticSearch Query Builder
- Host: GitHub
- URL: https://github.com/zgiber/esq
- Owner: zgiber
- License: mit
- Created: 2017-12-19T00:19:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T23:04:18.000Z (over 8 years ago)
- Last Synced: 2025-02-04T16:23:22.749Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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