Awesome
irmin-fdb
irmin-fdb
implements an Irmin store backed by FoundationDB. The implementation is based on ocaml-fdb
.
See the Irmin tutorial for more information onwriting storage backends for Irmin.
Requirements
Installing libfdb
(download here) is a requirement for using irmin-fdb
.
Install
This package is not available on OPAM yet, but in the meantime you can install it in the following manner:
opam pin add irmin-fdb git://github.com/andreas/irmin-fdb.git
Build
dune build
Test
dune runtest