I am a newbie with GAE and development. I have hosted a small app on 
Flexible GAE built using Flask framework python. Now I making an ML model 
for the application which will take some CSV files as an input for the 
computations. So basically I want to know where should I save those files 
to take as an input while deploying the code. There are too many resources 
like Cloud Storage, blobs, Bigtable. But I am not getting the correct 
choice for my use case. My files are small in size there is no big data 
involvement as of now. 

1. Should I keep them on the code's directory and upload them with the code 
( if that's possible)?
2. Should I store them on Cloud SQL 
<https://cloud.google.com/appengine/docs/flexible/python/using-cloud-sql>, 
Cloud 
Storage 
<https://cloud.google.com/appengine/docs/flexible/python/using-cloud-storage>
?

Any help would be great.

-- 
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.

Reply via email to