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

write to zarr v3 (prototype?) #86

Open
toloudis opened this issue Jan 16, 2025 · 0 comments
Open

write to zarr v3 (prototype?) #86

toloudis opened this issue Jan 16, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@toloudis
Copy link
Contributor

Feature Description

With zarr-python now supporting zarr V3, we can start to experiment with sharded writes.
OME-Zarr 0.5 spec depends on zarr v3. I'm not sure we want to wholeheartedly put ome-zarr 0.5 into production but we can get a head start.

Use Case

Zarr v3 has sharding which can greatly decrease the number of files. Also the zarr-python library has much improved async write concurrency.

Solution

Test out writing zarrv3 arrays with various sharding and chunking sizes. Could start with a totally separate writer , or try to implement a writer for omezarr0.5.

@toloudis toloudis added the enhancement New feature or request label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant