Store_client
provides the interface to interact with a databox store,
for both drivers and apps.
module type KV_SIG : sig ... end
Module type for the key-value store,
the datasource_id
could be read from a value of Store_datasource.meta
module type TS_SIG : sig ... end
Module type for timeeseries store,
this type of store currently only takes data in JSON format,
timestamps are in milliseconds since epoch time,
the datasource_id
could be read from a value of Store_datasource.meta