You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d add some my ideas about zip/tgz of RAW data of repository.
I propose to consider streaming the data instead of ZIP/TGZ them in batch thus a zip/tgz is made on demand
Reason to do that
User can select specific folders/files to be included in the zip stream.
No need to store extremely big zip on server, no need to wait until big archive is made
If you need to save space on repository storage, there can be configured compression on filesystem transparently – there are tools like BTRFS, no need to implement it on level of D6.2 code base
Streaming is simple – made prototype – cgi script which compress the user’s directory on demand and sends stream directly to http session channel.
Such stream can be redirected directly to other service: virtual folder storage.
The text was updated successfully, but these errors were encountered:
I’d add some my ideas about zip/tgz of RAW data of repository.
I propose to consider streaming the data instead of ZIP/TGZ them in batch thus a zip/tgz is made on demand
Reason to do that
The text was updated successfully, but these errors were encountered: