Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 830 Bytes

README.rst

File metadata and controls

23 lines (19 loc) · 830 Bytes

Erakoon

Erakoon is a proof-of-concept Erlang client for the Arakoon distributed key-value store.

Currently, it does not support the latest Arakoon protocol format, and as such can't be used with recent servers. Some work would be required to update the code accordingly.

Building and Testing

Erakoon uses the build system included in Erlang/OTP releases and contains an Emakefile accordingly. There's a utility Makefile to execute the necessary actions, use make to build or make test to run the test-suite.

The tests are executed using the prove utility found in the Perl Test-Harness package, which is a dependency, as well as the Erlang etap package.