Production Quality Ruby Driver?

2014-03-17 Thread NORD SC
Hi, I am looking for a Ruby driver that is production ready and truly supports CQL 3. Can anyone strongly recommend one in particular? I found - https://github.com/iconara/cql-rb - https://github.com/kreynolds/cassandra-cql - https://github.com/cequel/cequel Jan

Re: Production Quality Ruby Driver?

2014-03-19 Thread Theo Hultberg
I'm the author of cql-rb, the first one on your list. It runs in production in systems doing tens of thousands of operations per second. cequel is an ORM and its latest version runs on top of cql-rb. If you decide on using cql-rb I'm happy to help you out with any problems you might have, just ope

Re: Production Quality Ruby Driver?

2014-03-19 Thread Theo Hultberg
And cql-rb is full featured when it comes to CQL3. It supports all features of Cassandra 1.2. For some of the Cassandra 2.0 features you have to wait for a final version of 2.0, but the current prerelease is stable and well tested. yours Theo On Wed, Mar 19, 2014 at 5:21 PM, Theo Hultberg wrote

Re: Production Quality Ruby Driver?

2014-03-20 Thread Jan Algermissen
Hi Theo, On 19 Mar 2014, at 17:23, Theo Hultberg wrote: > And cql-rb is full featured when it comes to CQL3. It supports all features > of Cassandra 1.2. For some of the Cassandra 2.0 features you have to wait for > a final version of 2.0, but the current prerelease is stable and well tested.