A OCaml/Reason library for interfacing with Databox APIs
Install this library through opam:
git clone https://github.com/sevenEng/lib-ml-databox.git
cd lib-ml-databox
opam pin add lib-databox .
Use the Dockerfile
under the root directory to builds a docker image with this library embedded.
Please refer to the Github Pages of this repository, where a web version of the documentation could be queried. Meanwhile there are other implementations that could be used to do cross-reference:
There are simple driver and app samples in the directory samples/
, which basically shows how to use this library.
If you're wondering about the whole databox systems, and how drivers, apps, stores are interacting with each other, with different system components, some useful documentations are gathered here.