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
- Host: GitHub
- URL: https://github.com/polaris/kiwi
- Owner: polaris
- License: apache-2.0
- Created: 2014-04-21T15:13:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T20:44:27.000Z (about 11 years ago)
- Last Synced: 2025-01-13T02:12:27.192Z (6 months ago)
- Language: Erlang
- Size: 223 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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().