Actions
Feature #22076
openkeep-web can create a zipfile on the fly of a collection
Story points:
-
Updated by Stephen Smith 2 months ago
Here is a potentially useful streaming zip library: https://github.com/scosman/zipstreamer
Updated by Peter Amstutz 2 months ago
In fact, the heavy lifting seems to be all in the "archive/zip" standard library module:
https://pkg.go.dev/archive/zip
The standard module even has feature that walks an entire "FS" object and packs all the files -- perfect for packing up a whole collection.
So zipstreamer might not actually add anything we need.
Updated by Peter Amstutz 30 days ago
- Target version changed from Future to Development 2024-12-04
Updated by Peter Amstutz about 23 hours ago
- Target version changed from Development 2024-12-04 to Development 2024-12-18
Actions