Plugins You can find out about all the publicly available Grails plugins.

Cassandra Object Persistence Framework

  • Tags : persistence, nosql, cassandra
  • Latest : 0.3.2
  • Last Updated: 30 November 2012
  • Grails version : 2.0.0 > *
0 vote

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

Astyanax Cassandra Client

  • Tags : persistence, nosql, cassandra
  • Latest : 0.3.2
  • Last Updated: 30 November 2012
  • Grails version : 2.0.0 > *
0 vote

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

Previous12