Skip to content

Latest commit

 

History

History
96 lines (62 loc) · 3.07 KB

storage-and-dbservices.md

File metadata and controls

96 lines (62 loc) · 3.07 KB

Storage & Database services

Cloud Storage

Alt txt

Alt txt

Alt txt

Alt txt

Data migration services to Cloud Storage

File Storage

Cloud SQL

Cloud SQL - Official documentation

  • Fully managed DB service - MySQL, PostgreSQL, Microsoft SQL Server
  • Patched & updated automatically

alt txt

Cloud SQL network connectivity

alt txt

Cloud SQL decision tree

alt text

Cloud Spanner

Cloud Spanner - Official documentation

  • Spanner is a distributed SQL database management and storage service
  • Global transactions, strongly consistent reads, and automatic multi-site replication and failover
  • High availability
    • Multi-regional 99.999%
    • Regional 99.99%
  • Used for financial & inventory applications

alt text

Cloud Spanner decision tree

alt text

Cloud Firestore

Cloud Firestore - Official documentation

  • Firestore is a NoSQL document database
  • ACID transactions
  • Multi-region replication
  • Use cases include mobile, web & IOT applications
  • Two modes
    • Datastore mode (new server projects)
    • Native mode (mobile & web apps)

Cloud Firestore decision tree

alt text

Cloud Bigtable

Cloud Bigtable - Official documentation

  • NoSQL big data database service

Bigtable storage model

Official documentation

alt text

Bigtable architecture

Official documentation

alt text

Decision tree

alt text

Cloud Memorystore

Cloud Memorystore - Official documentation