- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 131字
- 2021-07-02 21:24:01
App engine flexible environment
It is inevitable for some companies to use the latest or specific version of programming languages, or they need to use a programming language that is not in the standard environment. An App engine Flexible environment may be the next best choice. It supports Node.js, Ruby, and .NET in addition to PHP, Go, Python, and Java. The flexible environment provides support for running newer versions of programming languages compared to a standard environment. Applications run in a Docker container in the flexible environment. Scalability for huge traffic is not straightforward nor automatic for applications running in flexible environments because of the way they are deployed using containers.
To choose between the App Engine standard environment and flexible environment, go through the comparison on this page: https://cloud.google.com/appengine/docs/the-appengine-environments.
- Python自動(dòng)化運(yùn)維快速入門(第2版)
- Android Application Development Cookbook(Second Edition)
- Mastering Kotlin
- 編寫高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- C++程序設(shè)計(jì)基礎(chǔ)教程
- 利用Python進(jìn)行數(shù)據(jù)分析(原書(shū)第3版)
- Mastering Data Mining with Python:Find patterns hidden in your data
- 持續(xù)輕量級(jí)Java EE開(kāi)發(fā):編寫可測(cè)試的代碼
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書(shū)第2版)
- Python+Tableau數(shù)據(jù)可視化之美
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- 大數(shù)據(jù)時(shí)代的企業(yè)升級(jí)之道(全3冊(cè))
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Java核心編程