TIL: Google Cloud Storage and Serverless Options
5 Core Storage Options
Cloud Storage
Object Storage
Object (e.g. video, pictures, audio recordings) + Metadata
Cloud SQL
Fully managed relational databases
MySQL, PostgreSQL, SQL Server
Cloud Spanner
Scales horizontally
SQL support for online transaction (OLTP) system
Cloud Bigtable
NoSQL
Does not support SQL queries
Firestore
NoSQL
Free quota per day
4 Serverless Options
App Engine
- host frontend, backend, or both
Cloud Functions
- event-driven code
Cloud Run
- containerized apps
Cloud Run for Anthos
- hybrid/multi-cloud apps
ย