Astyanax Cassandra Client
Dependency :
compile ":cassandra-astyanax:0.3.2"
Summary
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.
Installation
grails install-plugin cassandra-astyanax
Description
The Cassandra Astyanax Plugin simplifies integration of the Netflix developed Astyanax Cassandra client into a Grails application. In addition to encapsulating the client into a Grails service the plugin adds several dynamic methods that make using the client from the Groovy language more convenient for typical use cases.