this question may have been asked many times, but could not find any suitable answer. Is there any ORM on Rails3 for Cassandra.
I have searched google and found following.
Please help me out in deciding which one I should go with.
Thanks
First, you can put anything not updated in 2011 on the "don't bother" list. 0.7 was released in January 2011 and has some API incompatiblities with earlier clients.
Of the ones left, fauna/cassandra is a lower-level client (I suspect most of the others use it as a starting point), which leaves a very short list left to evaluate. Based purely on commit activity I suspect active_column is your best bet.
For 0.8.1 (it won't be ready in time to ship with 0.8.0) we're working on a CQL driver that we hope will provide Rails compatibility out of the box. That will be in the Cassandra source tree under drivers/ when it's ready.
gotime-cassandra_object
gemcequel
gemand if you're using Datastax:
datastax_rails
gemUpdate: June 2014
Building off of mccannf's suggestions, I can personally verify that cequel is a top-notch ORM that has an excellent, straightforward API that is ActiveRecord-like while being slightly more transparent (less behind-the-scenes magic than AR). It is currently being maintained as of June 2014.
Update: June 2013
hsgubert/cassandra_migrations
It gives access to Cassandra through CQL3 and integrates with rails to manage schema with migrations.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With