CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
22 stars 11 forks source link

Automatically batch uploads #42

Open sdorkenw opened 3 years ago

sdorkenw commented 3 years ago

Uploads of large tables need to be batched. Instead of pushing this responsibility to the user and require every user to reimplement this from scratch, the CAVEclient should implement a batching scheme that is automatically applied during upload.