Introduction
This is the intro for the different ways to store data on google cloud platform
Different Types of Storage Options
Cloud Datastore
Cloud Storage
Cloud Bigtable
Cloud SQL
Comparisons
| Type | Good For | Uses | |
|---|---|---|---|
| Cloud Storage | BLOB | Structured and unstructured binary data | Images, media files, backups |
| Datastore | NoSQL | Getting Started, App Engine | User Profiles, products |
| Bigtable | NoSQL | Flat Data Heavy Read/Write, analytics | Financial |
| SQL | SQL | Web frameworks, existing applications | Orders, credentials |