I am thinking about using icechunk instead of plain zarr. I really like the snapshot concept in it. My use case would be mostly local data. Would it be possible to implement a zipstore.
Problem
Currently, there is no single file format for icechunk. Zarr haz the zipstore. Working with localstore is not ideal for large datasets.
Proposed Solution
Implement icechunk zipstore. Other possible implementations is sqlite store but it looks like v3 has deprecated and removed the store.
I am thinking about using icechunk instead of plain zarr. I really like the snapshot concept in it. My use case would be mostly local data. Would it be possible to implement a zipstore.
Problem
Currently, there is no single file format for icechunk. Zarr haz the zipstore. Working with localstore is not ideal for large datasets.
Proposed Solution
Implement icechunk zipstore. Other possible implementations is sqlite store but it looks like v3 has deprecated and removed the store.