You can put CSV files and upload them with the app but you will run into issue. The issue is the appengine limits the number of files and the file size.
I would recommend using Cloud Storage. It is the cheapest solution and easy to use. On Thursday, 13 July 2017 12:04:06 UTC-5, Shaud wrote: > > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

