Sign in to edit and +1 items.
Login required
Download

GORM for Riak

(1)
Author(s) Jon Brisbin
Current Release 1.0.0.M4   (5 months ago)
Grails Version 1.3.7 > *
Tags key/value  nosql  persistence  riak 
Dependency
compile ":riak:1.0.0.M4"
A plugin that integrates the Riak document/data store into Grails.
Last updated by admin 1 year ago
grails install-plugin riak
Last updated by graemerocher 5 months ago
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
See the user guide for further information on the plugin.

GORM for Riak is built on the Spring Data for Riak support. You can find out more about all the functionality available to your Grails applications using the RiakTemplate by perusing the official reference documentation for Spring Data Key/Value for Riak.

Sources can be found on GitHub

Last updated by admin 1 year ago
Last updated by admin 1 year ago