Re: Cequel is a full-featured Ruby ORM for Cassandra

2014-02-19 Thread Matthew A. Brown
R is for “row” : ) (And generally I think the term “ORM” is well-understood even when applied to non-relational databases) On Wed, Feb 19, 2014 at 1:37 PM, Jeffrey Kesselman wrote: > why do you call it an ORM when Cassandra is not relational? > > > On Wed, Feb 19, 2014 at 11:39 AM, Matthew A.

Re: Cequel is a full-featured Ruby ORM for Cassandra

2014-02-19 Thread Jeffrey Kesselman
why do you call it an ORM when Cassandra is not relational? On Wed, Feb 19, 2014 at 11:39 AM, Matthew A. Brown wrote: > Hi all, > > I recently released version 1.0 of Cequel, > a high-level Ruby library for Cassandra using CQL3. Version 1.0 provides an > object-

Cequel is a full-featured Ruby ORM for Cassandra

2014-02-19 Thread Matthew A. Brown
Hi all, I recently released version 1.0 of Cequel , a high-level Ruby library for Cassandra using CQL3. Version 1.0 provides an object-oriented abstraction for CQL3 data modeling, including parent-child relationships using compound primary keys, and collection col