The latest version of riak is 1.2.0.0-0.
riak
Version 1.1.2.2 revision 0 uploaded by lambda_foo.
Package meta
- Synopsis
- A Haskell client for the Riak decentralized data store
- Description
A Haskell client library for the Riak decentralized data store, designed for efficiency, ease of use, and flexibility. Uses the Riak protocol buffers API for speed.
This library is organized to allow a tradeoff between power and ease of use. If you would like a different degree of automation with storage and conflict resolution, you may want to use one of the following modules (ranked from easiest to most tricky to use):
- Network.Riak
- JSON for storage, automatic conflict resolution. This is the easiest module to work with.
- Network.Riak.JSON
- JSON for storage, manual conflict resolution.
- Network.Riak.Value.Resolvable
- More complex (but still automatic) storage, automatic conflict resolution.
- Network.Riak.Value
- More complex (but still automatic) storage, manual conflict resolution.
- Network.Riak.Basic
- manual storage, manual conflict resolution. This is the most demanding module to work with, as you must encode and decode data yourself, and handle all conflict resolution yourself
- Network.Riak.CRDT
- CRDT operations.
- Author
- Bryan O'Sullivan <bos@serpentine.com>
- Bug reports
- http://github.com/riak-haskell-client/riak-haskell-client/issues
- Category
- Network
- Copyright
- Copyright 2011 MailRank, Inc. Portions copyright 2007-2010 Basho Technologies, Inc.
- Homepage
- http://github.com/riak-haskell-client/riak-haskell-client
- Maintainer
- Mark Hibberd <mark@hibberd.id.au>, Nathan Hunter <nhunter@janrain.com>, Tim McGilchrist <timmcgil@gmail.com>
- Package URL
- n/a
- Stability
- n/a