Cequel is a Ruby ORM for Cassandra using CQL3.
Cequel
Cequel is a Ruby ORM for Cassandra using CQL3.
Inline docs http://inch-ci.org/github/cequel/cequel.png
Cequel::Record
is an ActiveRecord-like domain model layer that exposes
the robust data modeling capabilities of CQL3, including parent-child
relationships via compound primary keys and collection columns.
The lower-level Cequel::Metal
layer provides a CQL query builder interface
inspired by the excellent Sequel library.
See the ruby gem : https://github.com/cequel/cequel