The riak package
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.
Properties
| Versions | 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.4.0.0, 0.4.1.0, 0.4.1.1, 0.5.0.0, 0.6.0.0, 0.6.0.1, 0.7.0.1 |
|---|---|
| Dependencies | aeson (≥0.2.0.0), attoparsec (≥0.8.5.0), base (4.*), binary, blaze-builder, bytestring, containers, hashable (≥1.0.1.2), network (≥2.3), protocol-buffers (≥1.8.0), pureMD5, random, riak-protobuf (≥0.14.0.0), stm, text (≥0.11.0.6), time, vector (≥0.7) |
| License | OtherLicense |
| Copyright | Copyright 2011 MailRank, Inc. Portions copyright 2007-2010 Basho Technologies, Inc. |
| Author | Bryan O'Sullivan <bos@mailrank.com> |
| Maintainer | Bryan O'Sullivan <bos@mailrank.com> |
| Category | Network |
| Home page | http://github.com/mailrank/riak-haskell-client |
| Source repository | git clone http://github.com/mailrank/riak-haskell-client |
| Upload date | Mon Apr 4 21:56:37 UTC 2011 |
| Uploaded by | BryanOSullivan |
| Built on | ghc-7.0 |
Modules
Downloads
- riak-0.3.2.1.tar.gz (Cabal source package)
- package description (included in the package)