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

- Kali Linux Web Penetration Testing Cookbook
- JavaScript前端開發與實例教程(微課視頻版)
- Practical Game Design
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Visual Basic程序設計實踐教程
- Visual Basic程序設計實驗指導(第二版)
- OpenGL Data Visualization Cookbook
- UNIX Linux程序設計教程
- 計算機應用基礎教程(Windows 7+Office 2010)
- 深入實踐Kotlin元編程
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Mockito Essentials
- Python青少年趣味編程
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)