6 ms·
Is there a free/open-source download for RiakTS? Or can anyone recommend something lighter-weight than full-blown Kafka etc.?
by kylebrown 11y ago
Is there a free/open-source download for RiakTS?
Or can anyone recommend something lighter-weight than full-blown Kafka etc.?
- SEJeff 11y agoIt isn't near as scalable as Riak, as the so-called clustering tops out at 3 nodes, but Influx is very very nice if you don't put gobs of data at it: https://influxdb.com https://influxdb.com Riak is one of those systems, where it really does scale out linearly.
- pauldix 11y agoThings are actually about to get dramatically better for InfluxDB: https://influxdb.com/blog/2015/10/07/the_new_influxdb_storage_engine_a_time_structured_merge_tree.html https://influxdb.com/blog/2015/10/07/the_new_influxdb_storag...
- im_down_w_otp 11y agoI'm not sure how that helps fix the HA/FT clustering setup? I can hurl more data at the system and have it go unavailable during a partition or lose updates when it heals?
- SEJeff 11y agoThanks for the heads up. As a current influx (and cassandra) user, I'm painfully aware of the limitations at "scale". Influx seems to be the best long term play, but still has some growing up to do.
- xinuc 11y agoMaybe, just maybe, someday basho will open the source for RiakTS, like what they did for RiakCS (Riak S2). Well, I certainly hope so :)
- simpsond 11y agoI've had a good experience with Cassandra for times series data.
- kodablah 11y agoLikewise, 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 https://github.com/kairosdb/kairosdb