top | item 10345652

(no title)

kylebrown | 10 years ago

Is there a free/open-source download for RiakTS?

Or can anyone recommend something lighter-weight than full-blown Kafka etc.?

discuss

order

xinuc|10 years ago

Maybe, just maybe, someday basho will open the source for RiakTS, like what they did for RiakCS (Riak S2). Well, I certainly hope so :)

simpsond|10 years ago

I've had a good experience with Cassandra for times series data.

kodablah|10 years ago

Likewise, but it doesn't solve one of the things that Riak TS and other timeseries DB's appear to try to solve: querying your data across ranges without knowing the range ahead of time. Essentially you are performing rollups yourself (which requires internal knowledge about how to aggregate values) to not scan gazillions of records to get a month's worth of data. Among other solutions, I believe this is something KairosDB[1] specifically tackles.

1 - https://github.com/kairosdb/kairosdb