mathworks / mathworks/MATLAB-support-for-Zarr-files

S3 + http support for zarr read, write and info

Open
#86 2 comments 1 reaction 0 assignees View on GitHub

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:

  1. Read, write, info support for local and S3 buckets with s3:// syntax
  2. zarrinfo support for http links (not S3 http syntax)
  3. zarrread support for S3 http links.

Here is what needs to be added:

  1. zarrread support for generic http links -> see https://github.com/mathworks/MATLAB-support-for-Zarr-files/issues/84

  2. 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.

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.