Skip to content

Incubaid/erakoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published