Skip to content

nivertech/riak_local_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

riak_local_client

###Riak Erlang local client

The Riak local client Erlang modules extracted from:

###Why do you need this?

When working with riak local client from separate Erlang VM, you need to set path, so BEAM will be able to find riak_kv/ebin. While this easy to do with ERL_LIBS environment variable, it still doesn't solve th problem for other tools like running eunit or common tests.

ERL_LIBS=MYAPP/deps:PATH_TO_RIAK/riak/deps:/$ERL_LIBS
export ERL_LIBS

###How to build

Install rebar, then:

rebar compile

About

Riak Erlang local client

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages