GitHub user clbarnes added a comment to the discussion: Guidance on zip-like stores
We've been struggling with stores-in-stores over at [zarr](https://zarr.dev/). Some proposals include - a new specification as a superset of URLs https://github.com/jbms/url-pipeline, like `s3://bucket/path/to/archive.zip|zip:path/within/zip.zarr/`. The "related work" section points to: - fsspec, similar to the above, but using `::` as a delimiter - apache commons VFS, which puts all the schemes first and then all the non-scheme parts separated by `!` - java jar URLs, like apache commons but specific to jars - gdal VFS, nesting paths in `{}` - GNOME VFS URL-encodes the outer path as the host of a URL GitHub link: https://github.com/apache/opendal/discussions/7148#discussioncomment-17015936 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
