Back

Zip Gigabytes of files with functions

  • 0
  • Functions
  • Flutter
  • Storage
trashcoder
10 Mar, 2024, 19:30

I would like to zip a large amount of files (several gigabytes) from a bucket and place that zip into another bucket via functions. How can i do this without using a lot of server memory?

TL;DR
Developers want to zip gigabytes of files from one cloud storage bucket to another using functions without consuming a lot of server memory. It's tricky and may not work in the cloud due to storage limitations, but feasible in a self-hosted environment. Creating and writing the zip directly to the bucket on the go is not possible.
trashcoder
10 Mar, 2024, 19:31

Zip Gigabytes of files with functions

Binyamin
10 Mar, 2024, 19:54

This would be very tricky In the cloud it will probably won't work due to storage size limitation In self-hosted is possible.

It's not possible to create and write the zip on the go directly to the bucket.

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more