GitHub user clbarnes added a comment to the discussion: Guidance on zip-like stores
I've already implemented this (but not PR'd it yet) - it's quite a lot simpler than SFA as an Accessor. My thinking was that it would be nice for people to be able to use it as a drop-in replacement for whatever other store they're using. My use case is [Zarr](https://zarr.dev/), a scheme for storing and accessing ND arrays in chunks. The rust implementation already has an opendal adapter. There is interest in a single-file format for portability so I thought it would be better to contribute an SFA accessor and hook into existing systems rather than having to write separate bridges for SFA, zip etc.. GitHub link: https://github.com/apache/opendal/discussions/7148#discussioncomment-15494779 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
