Skip to main content

Cloud Run

Recommendation
Updated
Moved
TRIAL
2021-09-14

What is it

Cloud Run is a service from Google for deploying any container that listens for requests or events.

When to use it

For backend development, this is our go-to solution for all kinds of backend services. However, for data engineering we are still comparing this with other solutions. We are using Cloud Run as a sink for PubSub messages that are going into BigQuery. Other alternatives include Dataflow.

How to learn it

Read the build and deploy guide for Go