Skip to content

billota/lric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lric

An LFE riak & riak cs client wrapper

Introduction

Mostly because the modules in the Erlang client for riak are too cumbersome.

Installation

Just add it to your rebar.config deps:

  {deps, [
    ...
    {lric, ".*",
      {git, "git@github.com:billota/lric.git", "master"}}
      ]}.

And then do the usual:

    $ rebar get-deps
    $ rebar compile

Usage

Add content to me here!

About

An LFE riak & riak cs client wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published