Hacker News new | ask | show | jobs
by perlin 3655 days ago
We evaluated InfluxDB for our TSDB solution and found it to be generally high performance (up to about 100k unique series). Kapacitor also had some promising features for realtime aggregations, but was ultimately pretty buggy and didn't have support for out-of-order event processing. All in all, it looks like a great suite of products and we're curious to see how it evolves over the next few years.

Like many other users here, we were disappointed about paid clustering, but when the original press release said $400, we were willing to wait it out and see. However, we ultimately decided to go a different direction after seeing they wanted $20k+ to run clustering on a 256GB node. We ingest 10s of millions of data points per day from IoT sensors, and expect our data size to far exceed that capacity.

That said, we plan to run our own Cassandra cluster w/ KairosDB (http://kairosdb.github.io/) acting as a read / write abstraction layer. It'll cost us about $11k to run the cluster for the year, with 3 nodes @300GB/ea., leveraging Cassandra's (free) and open source clustering, HA, and replication technology.

1 comments

+1 for Cassandra and KairosDB. We use Instaclustr to host Cassandra on AWS and do time series data management with Kairos. It's been a hugely scalable, robust system we use ingest about 5B datapoints per day.

Also, Brian (project leader of KairosDB) agreed to a small consulting project for us to help us configure and tune Kairos. He's a very nice guy and was very helpful.