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

https://github.com/UnixJunkie/dokeysto

The dumb OCaml key-value store
https://github.com/UnixJunkie/dokeysto

hash-table key-value-store lz4-compression nosql ocaml-library persistent-storage tokyocabinet

Last synced: about 2 months ago
JSON representation

The dumb OCaml key-value store

Awesome Lists containing this project

README

          

# dokeysto
The dumb OCaml key-value store

Cf. src/test.ml for some examples and src/db.mli for the interface and documentation.
The most generic version of the store ('a key to 'a value) is in src/db_gen.mli.