Introductory 5 个步骤 4 个小时 16 个积分
Get started with Go (Golang) by reviewing Go code, and then creating and deploying simple Go apps on Google Cloud. Go is an open source programming language that makes it easy to build fast, reliable, and efficient software at scale. Go runs native on Google Cloud, and is fully supported on Google Kubernetes Engine, Compute Engine, App Engine, Cloud Run, and Cloud Functions. Go is a compiled language and is faster and more efficient than interpreted languages. As a result, Go requires no installed runtime like Node, Python, or JDK to execute.
预备知识:
For the best learning experience, students should have basic familiarity with programming concepts and cloud essentials.Quest Outline
Use Go Code to Work with Google Cloud Data Sources
In this lab you explore the basics of Go (golang) by compiling and testing a Go app interactively, deploying it to App Engine, then access data in BigQuery and Firestore.
Deploy Go Apps on Google Cloud Serverless Platforms
Use GO (golang) to deploy an app on App Engine, Cloud Run, and Cloud Functions using Cloud Build
App Engine: Qwik Start - Go
This hands-on lab shows you how to create a small App Engine application that displays a short message. Watch the short video Build Apps at Scale with Google App Engine.