@hackage / riak

A Haskell client for the Riak decentralized data store

Latest1.2.0.0

About

Metadata

  • Last updated , by lambda_foo
  • License LicenseRef-OtherLicense
  • Categories Network Development
  • Maintained by: Mark Hibberd <mark@hibberd.id.au>, Nathan Hunter <nhunter@janrain.com>, Tim McGilchrist <timmcgil@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.4
  2. 8.8.4
  3. 8.6.3
  4. 8.4.4
  5. 8.2.2

Package Flags

Use the -f option with cabal commands to enable flags

    debug (on by default)

    allow debug logging

    developer (off by default)

    operate in developer mode

    test2i (off by default)

    test secondary indexes (requires default riak engine to have that support)

Readme

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