An open API service indexing awesome lists of open source software.

https://github.com/polaris/kiwi

Key value store written in Erlang
https://github.com/polaris/kiwi

Last synced: 4 months ago
JSON representation

Key value store written in Erlang

Awesome Lists containing this project

README

        

kiwi
====

Key value store written in Erlang.

Build
-----

Run

rebar compile

to compile kiwi.

Run
---

Start kiwi

kiwi:start().

Stop kiwi

kiwi:stop().