mathworks / mathworks/MATLAB-support-for-Zarr-files
Add support for http/https hosted Zarr files.
Nobody has claimed this yet.
- Dominant language
- MATLAB
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the repo supports reading/writing from/to local and S3 hosted files.
Tensorstore supports https as well, but that needs the introduction of http 'kvstore' Key-Value pair.
https://google.github.io/tensorstore/kvstore/index.html#key-value-storage-layer
https://google.github.io/tensorstore/kvstore/http/index.html
(https support is read only)
Additionally, add automated testing once http support is added.
P.S: zarrinfo supports http links (but not S3 http)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Tensorstore HTTP kvstore documentation and compare its read-only HTTP/HTTPS behavior with the repository's existing local and S3 support. Identify the MATLAB entry point for Zarr storage access, then add automated coverage demonstrating HTTP and HTTPS reads; done means hosted Zarr files can be read while writes remain unsupported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matlab
- Domain
- cloud, data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100