Skip to content

robur-coop/bancos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bancos, a simple KV-store

A simple example:

$ git clone https://github.com/robur-coop/bancos.git
$ cd bancos
$ opam pin add -yn .
$ opam install --deps-only -t bancos
$ dune exec bin/sdb.exe -- -i rowex.idx -c test/005.cmds
db: 24139 action(s) committed

And 24139 entries were added into the index file rowex.idx. You can check values of them with:

$ dune exec bin/sdb.exe -- -i rowex.idx -c test/006.cmds
"[email protected]" => 8252    
"[email protected]" => 1697
"[email protected]" => 6262
"[email protected]" => 5158
"[email protected]" => 15859
"[email protected]" => 9554
"[email protected]" => 16333
"[email protected]" => 13586
...

About

A simple KV-store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages