aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Implement function to export a container into a "standard" zip file #147

Open giovannipizzi opened 1 year ago

giovannipizzi commented 1 year ago

This will allow to ensure future compatibility even if in the future this library does not exist anymore, at least for reading.

This complements the docs discussed in #100

Possibly, this could be replacement for #138, where the pack file could actually be directly the ZIP file (but this happens only when repacking, transparently)