Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.31 KB

File metadata and controls

32 lines (26 loc) · 1.31 KB

lib-ml-databox docs

A OCaml/Reason library for interfacing with Databox APIs

Usage

Develop natively

Install this library through opam:

git clone https://github.com/sevenEng/lib-ml-databox.git
cd lib-ml-databox
opam pin add lib-databox .

Containerize your application

Use the Dockerfile under the root directory to builds a docker image with this library embedded.

Documentation

APIs

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:

Samples

There are simple driver and app samples in the directory samples/, which basically shows how to use this library.

Others

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.