The Redis plugin provides integration with a Redis datastore. Redis is a lightning fast 'data structure server'. The plugin enables a number of memoization techniques to cache results from complex operations in Redis. Read more
Dependency :
compile ":redis:1.3.3"
Documentation
Source
Issues
A plugin that integrates the AWS SimpleDB datastore into Grails, providing a GORM API onto it Read more
Dependency :
compile ":simpledb:0.5"
Documentation
Source
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
The MyBatis plugin enables Grails integration with MyBatis ORM framework Read more
Dependency :
compile ":mybatis:0.0.2"
Documentation
Source
Issues
The MongoFile plugin provides a MongoFileService that saves, retrieves and deletes files from a MongoDB file store. Furthermore, the domain classes have methods injected to handle these files.
Each file is stored in a MongoDB collection (bucket), named after the domain class name. This plugin depends on the MongoDB plugin.
Read more
Dependency :
compile ":mongo-file:1.1.1"
Documentation
Source
Issues
This is a plugin for the JBoss Infinispan distributed cache (
http://www.jboss.org/infinispan).
Refer to the Grails Infinispan plugin web page for more information (
http://grails.org/plugin/infinispan).
Read more
Dependency :
compile ":infinispan:0.4.5"
Documentation
Source
Issues
A plugin that integrates the Riak document/data store into Grails. Read more
Dependency :
compile ":riak:1.0.0.M4"
Documentation
Source
Issues
This plugin allows Grails developers to query domain objects using native Groovy closures. Read more
Dependency :
compile ":gorm-native-finders:0.2"
Documentation
Source
Issues
Read more
Dependency :
compile ":cassandra:0.7.0.20110120.1"
Documentation