https://github.com/shunfei/godruid
An open source Golang client for Druid
https://github.com/shunfei/godruid
Last synced: about 1 month ago
JSON representation
An open source Golang client for Druid
- Host: GitHub
- URL: https://github.com/shunfei/godruid
- Owner: shunfei
- License: mit
- Created: 2014-10-08T10:45:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T04:57:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T22:56:58.598Z (about 1 year ago)
- Language: Go
- Size: 26.4 KB
- Stars: 70
- Watchers: 12
- Forks: 47
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
godruid
=======An open source Golang client for Druid
**Node:** This project is not yet beta released. It should certainly contains bugs, and the apis could change in any time. So please be really careful if you choose to use it in production. Currently the [groupBy](http://druid.io/docs/latest/GroupByQuery.html) and [topN](http://druid.io/docs/latest/TopNQuery.html) queries are used in our production.
Any bug fixes, issues, contributions, questions are welcome.