On Thu, Dec 15, 2011 at 3:13 AM, Wolfgang Vogl wrote:
> Hi,
>
> I have a couple of questions about working with Ruby on Rails and Cassandra.
>
>
>
> What is the recommended way of Cassandra integration into a Rails app ?
>
> active_column
>
> cassandra-cql
>
> some other gems?
>
>
>
> Is there any
Traditionally there are two places to go. Twitter's ruby client at
https://github.com/twitter/cassandra or the newer cql driver at
http://code.google.com/a/apache-extras.org/p/cassandra-ruby/. The latter might
be nice for green field applications but CQL is still gaining features. Some
peopl
I'm not sure this is the best answer, but all of our webapps (RoR included)
access Cassandra via REST.
That is one of the major reasons we built Virgil.
http://code.google.com/a/apache-extras.org/p/virgil/
It allows us to build the webapps, for the most part, independent of the
actual storage mec
Hi,
I have a couple of questions about working with Ruby on Rails and Cassandra.
What is the recommended way of Cassandra integration into a Rails app ?
active_column
cassandra-cql
some other gems?
Is there any reference implementation?
some projects on github that are using the gems?