GORM for Riak
Dependency :
compile ":riak:1.0.0.M4"
Summary
A plugin that integrates the Riak document/data store into Grails.
Installation
grails install-plugin riak
Description
Riak is an Internet-scale Key/Value (NoSQL) datastore that stores arbitrary data based on Content-Type, has an efficient HTTP REST API, and supports queries and data filtering via Map/Reduce operations written in either Javascript or Erlang.This project aims to provide an object-mapping framework on top of Riak to ease common activities like:
- Converting objects to/from JSON for storage in Riak
- Easy access to custom Map/Reduce queries
- Validating domain instances backed by the Riak datastore