📒
cncf-serverless
  • 前言
  • Tools
  • Security
  • Framework
    • Dapr
    • Serverless
  • Hosted Platform
    • Alibaba Cloud Function Compute
    • AWS Lambda
    • Azure Functions
    • Google Cloud Functions
    • Huawei FunctionStage
    • Tencent Cloud Serverless Cloud Function
  • Installable Platform
    • Apache OpenWhisk
    • Fission
    • Kubeless
    • OpenFaas
    • KEDA
    • Knative
      • 最近 release
      • 部署
      • 架构
      • 概念
      • 基本使用
      • event source
      • event flows
  • WG Serverless
    • cloud events
    • workflow 规范
  • 结语
Powered by GitBook
On this page
  1. Hosted Platform

Google Cloud Functions

PreviousAzure FunctionsNextHuawei FunctionStage

Last updated 4 years ago

Was this helpful?

CtrlK
  • 功能列表
  • 产品更新
  • 使用场景
  • 重点功能
  • 冷启动

Was this helpful?

官网地址

功能列表

Google cloud functions 功能(原文描述):

  • 连接和扩展服务以构建复杂应用:即函数内使用 Google 服务

  • 端到端开发和可诊断性:从代码到部署,都具备集成的监控功能。利用 Cloud Trace 和 Cloud Debugger 使您的应用具备全面的可监测性和可诊断性

  • 自动扩缩:即基于负载的自动扩缩

  • 无需管理服务器

  • 运行代码以响应事件:即 Google 服务事件触发

  • 用多少、付多少

  • 采用开源技术,避免供应商锁定:基于 Knative

产品更新

Google cloud functions release note:https://cloud.google.com/functions/docs/release-notes

截至 2021.06,相关的更新可以归纳为:

更新时间

更新内容

具体

2021.06.07

编程语言支持

Cloud Functions now supports Ruby 2.6 and 2.7 at the General Availability release level

2021.04.19

编程语言支持

Cloud Functions has added support for a new runtime, PHP 7.4, in Preview.

2021.01.11

编程语言支持

Cloud Functions has added support for a new runtime, Ruby, in Preview

2020.11.19

使用场景

场景

案例描述

与第三方服务及 API 集成

无服务器移动后端

无服务器 IoT 后端

实时文件处理

实时流处理

重点功能

冷启动

官方文档:最佳实践-提示与技巧

这篇文档是全局的一些最佳实践,冷启动是其中的一部分。Cloud Functions 针对冷启动的优化都是些建议性质的

编程语言支持

Cloud Functions has added support for a new runtime, .NET

2020.11.11

编程语言支持

Cloud Functions now supports Python 3.8

2020.10.13

开发者工具

In runtimes that use buildpacks you can now configure aspects of your build

2020.08.26

编程语言支持

Node 10 runtime now builds container images in the user's project...

虚拟助理和对话式体验

视频和图片分析

情感分析

user-case1
user-case2
user-case3
user-case4
user-case5
user-case6
user-case7
user-case8