Bill Katz

Results 34 issues of Bill Katz

Currently, the datatype-specific API documentation is spread out across the datatype implementations. While accessible from a running DVID server, it would be helpful to see the current Science API and...

enhancement

Allow ability to monitor when a particular data instance has been updated.

enhancement

When pushing data using a delimiting ROI, alter the transmitted uint8blk or labelblk so extents (MinPoint/MaxPoint and MinIndex/MaxIndex) are also delimited. This will allow built-in dvid console's tile viewer to...

bug
low priority

Currently, a YZ slice returns Y in the X axis and Z in the Y. Allow ordering of the axis for 2d image GET as well as image tiles. This...

enhancement

Modify server.BadRequest to accept errors that can potentially fulfill a HTTP Status Code interface on an error. This would send 500-level status codes for database service failures instead of returning...

enhancement

To simplify client development, since we don't need full range of uint64 for labels, limit it to maximum javascript integer (9007199254740991) so JSON decoding doesn't require passing strings for labels....

enhancement

Try to get a handle on the speed of ingestion and retrieval to see if changes on underlying code will impact performance. Add benchmarks. Add meta-tester to compare benchmark outputs...

enhancement

Currently returns status 200 and an image where conflicted blocks abort scan lines in X.

bug

Right now, load API just provides a snapshot

enhancement

Currently, logs can be written to nodes as well as repo level, but they are free form. DVID should require logs to be done in a somewhat structured manner: action=something,...

enhancement