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):


Keywords
network, Propose Tags, Skip to Readme, , Index, Quick Jump, Network.Riak, Network.Riak.Basic, Network.Riak.CRDT, Network.Riak.CRDT.Ops, Network.Riak.CRDT.Request, Network.Riak.CRDT.Response, Network.Riak.CRDT.Riak, Network.Riak.CRDT.Types, Network.Riak.Cluster, Network.Riak.Connection, Network.Riak.Connection.Internal, Network.Riak.Connection.Pool, Network.Riak.Content, Network.Riak.Debug, Network.Riak.Escape, Network.Riak.Functions, Network.Riak.JSON, Network.Riak.JSON.Resolvable, Network.Riak.Request, Network.Riak.Resolvable, Network.Riak.Response, Network.Riak.Search, Network.Riak.Types, Network.Riak.Types.Internal, Network.Riak.Value, Network.Riak.Value.Resolvable, More info, riak-1.2.0.0.tar.gz, browse, Package description, Package maintainers, BryanOSullivan, MarkHibberd, lambda_foo, edit package information , 1.1.2.6, 1.2.0.0, Riak, protobuf API, bos@serpentine.com, Janrain, Inc., mark@hibberd.id.au, timmcgil@gmail.com, github issue tracker, git repository, https://github.com/riak-haskell-client/riak-haskell-client, github-actions, haskell
License
Other
Install
cabal install riak-1.2.0.0

Documentation

Welcome to the Haskell Riak client

This library is a fast Haskell client for the Riak decentralized key/value data store.

It uses Riak's protobuf API for optimal performance.

This project was originally the work of Bryan O'Sullivan (bos@serpentine.com), and then Janrain, Inc., it is now being maintained by Mark Hibberd (mark@hibberd.id.au) and Tim McGilchrist (timmcgil@gmail.com).

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/riak-haskell-client/riak-haskell-client.git

Note the official repo is now https://github.com/riak-haskell-client/riak-haskell-client.

Build

Build Status