jbernardo95 / riak_kv

Riak Key/Value Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

riak_kv

This is a fork of riak_kv altered to have support for transaction using an hierarchical transactions system.

Dependencies

  • Erlang R16B02
  • GNU-style build system

Compilation

# Install dependencies and compile project
$ make compile 

# Clean build files 
$ make clean

Read Log Content

In order to read the content of the log use the scripts/read_log script:

$ scripts/read_log data_path max_n_bytes max_n_files

About

Riak Key/Value Store


Languages

Language:Erlang 99.6%Language:Makefile 0.3%Language:JavaScript 0.1%