Storage backend information #1675
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you both very much for the replies. That's very helpful. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions