Provides GORM-like dynamic methods for persisting Groovy objects into Cassandra (but does not implement the GORM API).
It also adds a number of dynamic methods and arguments specific to typical Cassandra usage, like the ability to specify consistency level and manipulate counters.
Must me used in concert with the cassandra-astyanax plugin. Read more
Dependency :
compile ":cassandra-orm:0.3.2"
Documentation
Source
Issues
This plugin exposes the Astyanax Cassandra client as a Grails service and adds dynamic methodsto make using it from Groovy more convenient. It also implements the interface defined by the cassandra-orm plugin (to be released soon) that provides GORM-like dynamic methods for storing Groovy objects and relationships in Cassandra.Note that this plugin does not implement the GORM API. Read more
Dependency :
compile ":cassandra-astyanax:0.3.2"
Documentation
Source
Issues
Read more
Dependency :
compile ":cassandra:0.7.0.20110120.1"
Documentation