Advanced Time Series Metric Data with Cassandra
There are already a few good resources for doing time series data with Cassandra. This post tries to build upon those posts, so feel free to go read them now… I’ll wait. :) Continue reading
There are already a few good resources for doing time series data with Cassandra. This post tries to build upon those posts, so feel free to go read them now… I’ll wait. :) Continue reading
So a few months ago I started looking into using Cassandra for a project. Not being fluent in Java or Python which have excellent client libraries for interfacing to Cassandra (Hector and Pycassa respectfully), I looked into the Perl and Ruby clients.
At the time, none of the native Perl or Ruby clients weren’t nearly as powerful, feature rich or as actively maintained as Hector/Pycassa. I started hacking on the Perl client, but a) realized it was going to need a lot of work and b) I really wanted to use Ruby on Rails as the front end for my application I started looking into using Hector with JRuby. Continue reading