Store_client provides the interface to interact with a databox store,
for both drivers and apps.
module type KV_SIG : sig ... endModule type for the key-value store,
the datasource_id could be read from a value of Store_datasource.meta
module type TS_SIG : sig ... endModule 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