Skip to content

Implementing MutableMapping for blob stores #557

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

Open
jakirkham opened this issue Mar 1, 2019 · 2 comments
Open

Implementing MutableMapping for blob stores #557

jakirkham opened this issue Mar 1, 2019 · 2 comments
Assignees

Comments

@jakirkham
Copy link

It would be great if there was an object that implemented the MutableMapping interface and could wrap up other blob stores (e.g. BlockBlobService). This way one could use the MutableMapping interface easily to access and manipulate data stored on Azure.

@zezha-msft
Copy link
Contributor

Hi @jakirkham, could you please elaborate a bit on the use case?

@jakirkham
Copy link
Author

Sure, our use case is storing array data in the cloud. Some of our users are working with data from climate science, genomics, and microscopy to name a few domains.

Here's a PR ( zarr-developers/zarr-python#345 ) that implements array storage on Azure today. We could massively simplify this if we could use the MutableMapping interface though. 😉

cc @shikharsg (who did the work there)

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

No branches or pull requests

3 participants