module Store_client : sig ... endStore_client provides the interface to interact with a databox store,
for both drivers and apps.
module Store_datasource : sig ... endmodule Utils : sig ... endUtils contains various functions which help
to initialize a databox context,
or to retrieve the HTTPS keys,
or to export data off databox to an external endpoint, etc.