kairosdb / kairosdb-client

Java Client for KairosDB
65 stars 69 forks source link

Add support for Rollups API #66

Closed gmuehlenberg closed 6 years ago

gmuehlenberg commented 6 years ago

As of now, the Kairosdb-Client is a bit incomplete because it provides no support for the management of Rollups. The company I am working for needs rollups to create preaggregated data, so I will need to write some classes for this. Do you also see this as a sensible extension for the kairosdb-client?

jsabin commented 6 years ago

Are you suggesting a client API that hooks into the Kairos roll-up REST APIs or are you talking about aggregating the data before you push into Kairos? The term "rollup" is somewhat overloaded.

gmuehlenberg commented 6 years ago

I am suggesting to use the roll-up REST API.

jsabin commented 6 years ago

Yep makes sense. I will add this to the client. Thanks for the suggestion.

gmuehlenberg commented 6 years ago

If you wish, I might as well contribute this.

jsabin commented 6 years ago

Support for roll-ups are now in the develop branch.