CassandraRecord is a fun to use ORM for Cassandra with a chainable, ActiveRecord like DSL for querying, inserting, updating and deleting records plus built-in migration support. It is built on-top of the cassandra-driver gem, using its built-in automated paging what is drastically reducing the complexity of the code base.
Add this line to your application's Gemfile:
gem 'cassandra_record'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cassandra_record
- YARD
- Rake task to migrate up/down
- README
CassandraRecord is using Semantic Versioning: SemVer
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request