Thanks Katayoon. I have actually had the free tier for a while (it is almost expiring!) but honestly I was so busy building the app I really didn't think too much about the hosting. Now that the app is done (is it ever really done?) I am thinking about more practical issues such as data storage. I will be storing timesheet data for a number of commercial users. I know if I loose their data, my app is sunk. I just need to figure out what I need to change in my app to get it to run on GC, now that I know it runs fine on a less appropriate server. My app uses mySQL. Does GC allow me access to a mySQL server?
On Tue, May 15, 2018 at 10:53 AM, 'Katayoon (Cloud Platform Support)' via Google App Engine <[email protected]> wrote: > Hi, > > App Engine provides you with a rich scalable development environment along > with multiple options for storing data > <https://cloud.google.com/appengine/docs/standard/python/storage>. > Furthermore Google Cloud Platform offers a full suite of storage services > <https://cloud.google.com/storage-options/> to meet your needs for > structured, unstructured, transactional, and relational data. > > You may try Google Cloud Platform free tier > <https://cloud.google.com/free/> to get a good grasp of using App Engine > and > > contact Google Cloud Platform sales team > <https://cloud.google.com/contact/> and discuss your project with them. > > If you have a Premium support package > <https://cloud.google.com/support/?options=premium-support#get-premium-support-from-google>, > the architecture advisory service is available for you as well. > > > On Monday, May 14, 2018 at 7:12:31 PM UTC-4, Richard Bernstein wrote: >> >> I have my app up and running on a small shared hosting site in the >> midwest. It is not released yet. I now want to move it over to App >> Engine. The main reason is that it is a data intensive application and I >> want to use the google cloud data facilities. When I uploaded it (and the >> help system) to the small hoster in the midwest, they let me use Filezilla >> to FTP my app up there. And they used cPanel so I could set up my needs. >> Does App engine have something analagous? >> >> -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-appengine/46fde068-0000-4579-aaa3- > 42d7a4da5263%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/46fde068-0000-4579-aaa3-42d7a4da5263%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAKXm1c1Qt80L_h4cT%2BOG6BR-YFaxbKA40SK4UQOXEPTTwkHBCg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
