Skip to content

Dispatch on uri protocol #214

Closed
Closed
@mrocklin

Description

@mrocklin

We might consider a convenience method to build a mutable mapping that consumes strings of various forms:

  • /path/to/directory
  • /path/to/file.zip
  • s3://bucket/directory
  • gcs://bucket/directory
  • ...

My first instinct is to say that this is out of scope for Zarr, however I don't know where exactly it is in scope (maybe zict?) I thought I'd bring it up here for feedback.

We handle something like this for file systems in Dask by registering functions that import the appropriate module when necessary. See https://github.com/dask/dask/blob/master/dask/bytes/core.py#L478

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions