mathworks / mathworks/MATLAB-support-for-Zarr-files
S3 + http support for zarr read, write and info
Nobody has claimed this yet.
- Dominant language
- MATLAB
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
S3 and http support in the project is limited at the moment.
Here is what is supported at the moment:
- Read, write, info support for local and S3 buckets with s3:// syntax
- zarrinfo support for http links (not S3 http syntax)
- zarrread support for S3 http links.
Here is what needs to be added:
-
zarrread support for generic http links -> see https://github.com/mathworks/MATLAB-support-for-Zarr-files/issues/84
-
zarrinfo, zarrwriteatt support for S3 http links
Since http links are usually read only, we will not be able to write to them using zarrcreate, zarrwrite, zarrwriteatt.
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
Review issue 84 first, then inspect the existing zarrread, zarrinfo, and zarrwriteatt entry points and their current S3 and HTTP behavior. The work is complete when generic HTTP reads are supported by zarrread and S3 HTTP links are supported by zarrinfo and zarrwriteatt, while write operations remain unavailable for generic HTTP links.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, 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