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.
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 google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/a64b9640-7551-46d4-b407-8b14c0065ecd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
App Engine provides you with a rich scalable development environment along with multiple options for storing data. Furthermore Google Cloud Platform offers a full suite of storage services to meet your needs for structured, unstructured, transactional, and relational data.
You may try Google Cloud Platform free tier to get a good grasp of using App Engine and
contact Google Cloud Platform sales team and discuss your project with them.
If you have a Premium support package, the architecture advisory service is available for you as well.
--
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 google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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.
Regarding your concerns about keeping your data reliable, here, you may take a look at Google Cloud SQL SLA which says the Covered Service (including Cloud SQL) will provide a Monthly Uptime Percentage to Customer of at least 99.95%. Furthermore, you can configure a Second Generation Cloud SQL For MySQL instance for high availability by following this guideline.
For any supported language of your interest, you may follow the respective quickstart to get familiar with how to create a small App Engine application.