Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

processing large cloud storage files in app engine

I'm required to process large files, up to 2GB, in GAE (I'm using Python). of course I'll be running the code on a backend, however since a local storage isn't available the data will need to be in memory.

is there a file descriptor like wrapper for boto or other cloud storage supported protocol? or other recommended technique?

Thanks, Shay

like image 382
Shay Avatar asked Sep 10 '26 22:09

Shay


1 Answers

You maybe interesting in "Google Cloud Storage Python API Overview". It works like a regular local file. I've used it on my project and didn't encountered any problems with it.

like image 95
Vladimir Obrizan Avatar answered Sep 13 '26 15:09

Vladimir Obrizan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!