- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 209字
- 2021-07-02 21:24:00
Google App engine
If you are looking for a scalable hosting solution for your website and server application, then the Google App engine is a very good choice. It supports various languages such as Java, PHP, Go, Python, and even some frameworks such as Django in Python and CodeIgniter in PHP with minimal refactoring. Other frameworks such as Flask and Laravel can also be hosted on Google App Engine but require modification in the framework to be Google Cloud compatible.
In App engine, applications and storage are kept separate. Applications cannot write to files within the application folder; they must be written to either Cloud Datastore or Cloud Storage. User-uploaded contents on a website, such as profile pictures and so on, should be stored in Google Cloud Storage buckets.
To create an App engine instance, click on App Engine in the left-hand-side menu under the Compute category. Choose a programming language of your choice. This demo uses PHP as the language and creates an application on App engine using the guided tutorial. The tutorial gets the code from GitHub and deploys it on the App engine instance. Copy and paste the commands in the Cloud Shell command prompt, and deploy the application on the App engine:

- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Learning Cython Programming
- 劍指JVM:虛擬機實踐與性能調優
- Java面向對象程序開發及實戰
- Orleans:構建高性能分布式Actor服務
- Go語言從入門到精通
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- HTML5移動Web開發
- MongoDB Cookbook
- ArcPy and ArcGIS(Second Edition)
- MATLAB從入門到精通
- Learning Java by Building Android Games
- Hadoop MapReduce v2 Cookbook(Second Edition)
- Test-Driven Java Development(Second Edition)
- JSP項目開發情境教程