[web2py] Re: Managing 600MB size files on Google Cloud with web2py

2014-12-29 Thread Jacinto Parga
I'm looking for a similar solution widht google cloud store.


El miércoles, 23 de julio de 2014 11:27:29 UTC+2, Giacomo Dorigo escribió:

 Hello everybody, 
 I am writing an app for storing and delivering files more or less from 3 
 up to 600Mb size. 

 I would like to rely on Google App Engine for running my web2py instance. 

 What I am wondering if it's better to store the data directly in the 
 Google not relational datastore (Google Cloud Datastore), or to upload them 
 to the Google relational MySQL version (Google Cloud SQL), or in the end to 
 implement the upload/download to the Google Cloud Storage treating it as 
 alternative uploadfs.

 Does anybody have any suggestion or experience on this topic? 

 Thanks. 


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Managing 600MB size files on Google Cloud with web2py

2014-07-25 Thread Derek
Look up the maximum entity size, I believe it's around 1MB, so that would 
make storing the data in the Cloud Datastore or as a blob, impossible. 

On Wednesday, July 23, 2014 2:27:29 AM UTC-7, Giacomo Dorigo wrote:

 Hello everybody, 
 I am writing an app for storing and delivering files more or less from 3 
 up to 600Mb size. 

 I would like to rely on Google App Engine for running my web2py instance. 

 What I am wondering if it's better to store the data directly in the 
 Google not relational datastore (Google Cloud Datastore), or to upload them 
 to the Google relational MySQL version (Google Cloud SQL), or in the end to 
 implement the upload/download to the Google Cloud Storage treating it as 
 alternative uploadfs.

 Does anybody have any suggestion or experience on this topic? 

 Thanks. 


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.