Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google storage bucket plugin #121

Merged
merged 4 commits into from
Dec 30, 2015
Merged

Google storage bucket plugin #121

merged 4 commits into from
Dec 30, 2015

Conversation

stephenplaza
Copy link
Contributor

Inspired by Ignacio's BigTable plugin, I added a plugin for Google Storage. While the latency to objects in Google's storage buckets is much worse than BigTable, this plugin might be useful in situations when batch access to cheaper storage is required.

It is unclear whether it might just be better to have a single DVID with an embedded leveldb on a Google VM for many use cases. Assuming the latency is much better with an embedded leveldb on a VM, total read/write throughput might be superior to small cluster deployments using google buckets. However, the cost of persistent disks is slightly more than google bucket storage and persistent disks appear to have a 10TB limit. Furthermore, in some batch operations, such as image segmentation, the read/write throughput requirements are insignificant compared to the compute required.

This plugin is mostly disjoint from the rest of DVID. The plugin has been tested by exercising part of the DVID API manually. Formal testing still needs to be added.

Documentation on how to use the plugin is in the DVID wiki.

@DocSavage DocSavage merged commit 3946321 into janelia-flyem:master Dec 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants