Community contributed extensions

Riak [riak] module

This module is for the Play 1.x series only.

Allow to use riak-java-client in play! way. All java properties is encode in JSON and save in riak with bucket and key declare in Annotation.

https://github.com/julienba/play-riak/

Written by Julien Bille.

Published releases

head Jan 04 2011 Documentation Try Play

To install locally this module use the install command:

play install riak-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> riak {version}