https://github.com/mrkamel/cassandra_record
Powerful ORM for Cassandra
https://github.com/mrkamel/cassandra_record
cassandra library orm ruby
Last synced: 2 months ago
JSON representation
Powerful ORM for Cassandra
- Host: GitHub
- URL: https://github.com/mrkamel/cassandra_record
- Owner: mrkamel
- License: mit
- Created: 2016-11-26T11:30:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T21:36:33.000Z (over 6 years ago)
- Last Synced: 2025-06-29T15:38:47.550Z (about 1 year ago)
- Topics: cassandra, library, orm, ruby
- Language: Ruby
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](http://travis-ci.org/mrkamel/cassandra_record)
# CassandraRecord
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.
## Install
Add this line to your application's Gemfile:
gem 'cassandra_record'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cassandra_record
## TODO
* YARD
* Rake task to migrate up/down
* README
## Semantic Versioning
CassandraRecord is using Semantic Versioning: [SemVer](http://semver.org/)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request