Storage backend information #1675
Closed
mullenkamp
started this conversation in
General
Replies: 2 comments 1 reply
|
|
1 reply
|
Thank you both very much for the replies. That's very helpful. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I was thinking of making my own storage backend for zarr. I read that all that's needed is a class that implements the MutableMapping methods.
I was looking through some of the code in zarr, and I found classes that use methods called setitems, getitems, and delitems. These are the FSStore and FSMap classes. I think I understand what these three extra methods do, but I was wondering what other methods would zarr be able to utilise (or require)?
Thanks
All reactions