janelia-flyem / dvid

Distributed, Versioned, Image-oriented Dataservice
http://dvid.io
Other
196 stars 33 forks source link

Feature requests for tarsupervoxels #274

Open stuarteberg opened 6 years ago

stuarteberg commented 6 years ago
DocSavage commented 6 years ago

Timestamps are already meaningful. If the backing store can give meaningful timestamps, it will do so and the tar file will have that timestamp.

stuarteberg commented 5 years ago

I edited the list above and put it in priority order.

DocSavage commented 5 years ago

@stuarteberg For the /keys endpoint, I'll stream out N keys where N is some large limit. You can then do GET /keys?start=lastkeygiven where lastkeygiven is the very last key returned, and it will do another batch. If the data returned is not complete, it will return a 206 HTTP status code (partial content) so you know further queries are required.