Is Cassandra production ready for Ruby on Rails?

Posted by funkymunky on Stack Overflow See other posts from Stack Overflow or by funkymunky
Published on 2010-03-04T20:18:33Z Indexed on 2010/03/20 6:11 UTC
Read the original article Hit count: 790

I'm working on a project that is considering using Cassandra as a database. We would like to eventually migrate to Cassandra even if we use MySQL to start with, given its scalability. I know that big companies like Facebook, Digg, and recently Twitter is using Cassandra, but I don't believe any of those sites run off Rails. My question is whether or not it's feasible to use Cassandra using Ruby on Rails. Points to consider:

  1. We heavily rely on the Authlogic gem. Would switching to Cassandra affect how it works?
  2. Are there any mature ruby clients for Cassandra? Looking on Github it seems that fauna's client is the most mature. Has anyone had production experience with it?

Appreciate any tips.

© Stack Overflow or respective owner

Related posts about cassandra

Related posts about ruby-on-rails