So, just to test things, I created a structured databin
foo = CreateDatabin[
"Interpretation" -> {"Contact" -> "Image", "Object" -> "Image",
"Drape" -> "Image", "tContact" -> "Number", "tObject" -> "Number",
"tDrape" -> "Number", "ID" -> "String",
"Experiment" -> "String"}]
I added an entry via its web form located here. Note that each image is c.a. 19Kb for a total of about 60Kb and change.
The resulting databin, with a single entry, is almost 4Mb - which seems like a totally crazy amount of overhead. Notice also that the creation-time is wrong for some reason.
I have gotten closer sending the data via a POST
operation via Python, but, at present, the data is not interpreted correctly (e.g., as an Image
) but is, rather, stored as gigantic pool of binary crud. So... onward!