Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateuszbabski/kivi
Simple key-value database in Erlang
https://github.com/mateuszbabski/kivi
database erlang
Last synced: 7 days ago
JSON representation
Simple key-value database in Erlang
- Host: GitHub
- URL: https://github.com/mateuszbabski/kivi
- Owner: mateuszbabski
- License: apache-2.0
- Created: 2023-10-26T05:34:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T06:03:16.000Z (12 months ago)
- Last Synced: 2024-10-12T04:22:14.187Z (about 1 month ago)
- Topics: database, erlang
- Language: Erlang
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# kivi
An OTP application
## Build
$ rebar3 compile
## Test
$ rebar3 eunit --dir="test"
## Start application
$ .\Start.ps1
## Start application with observer
$ .\ObsStart.ps1