DynamoDB GORM
Dependency :
compile ":dynamodb:0.1.1"
Summary
A plugin that integrates the AWS DynamoDB datastore into Grails, providing a GORM API onto it
Installation
grails install-plugin dynamodb
Description
This plugin provides persistence of Grails GORM domain classes to Amazon AWS DynamoDB without having to write any manual persistence code. Dynamic finders, criteria - most of the features work just as if you were saving your domain classes in MySQL. Deploy your newest idea on a massively scalable and redundant Amazon DynamoDB infrastructure without any development pain!Please refer to http://springsource.github.com/grails-data-mapping/dynamodb/ for a detailed overview and further documentation.Bugs should be reported in http://jira.grails.org/browse/GPDYNAMODB