Home

Awesome

ROM::Cassandra

Gem Version Build Status Dependency Status Code Climate Coverage Inline docs

Apache Cassandra support for Ruby Object Mapper.

Based on the official datastax ruby driver and CQL query builder.

Installation

Add this line to your application's Gemfile:

# Gemfile
gem "rom-cassandra"

Then execute:

bundle

Or add it manually:

gem install rom-cassandra

Usage

See the corresponding Guide on rom-rb.org.

Compatibility

Compatible to ROM 0.9.1+, Cassandra Query Language v3 (CQL3), Apache Cassandra 1.2+.

Tested under MRI and JRuby compatible to 1.9.3+.

Uses RSpec 3.0+ for testing and hexx-suit for dev/test tools collection.

Contributing

License

See the MIT LICENSE.