Jaegool_'s log

Google Cloud Platform Certification, Associate Cloud engineer 공부 #day5 본문

Data Science

Google Cloud Platform Certification, Associate Cloud engineer 공부 #day5

Jaegool 2022. 7. 18. 18:05
This section of the course showcases Google Cloud’s five core storage products: Cloud Storage, Cloud Bigtable, Cloud SQL, Cloud Spanner, and Firestore.

학습 목표

  • Identify the purpose of and use cases for Cloud Storage.
  • Distinguish between Google Cloud's storage options.

 

Cloud Storage

 

 

 

Administrators have the option to either allow each new version to completely overwrite the older one or to keep track of each change made in a particular object by enabling versioning within a bucket.

 

two options to control user access to objects and buckets

 
write.
 
 

 

 

Cloud Storage: Storage classes and data transfer

 

Archive Storage -

 

 

 

Cloud SQL

 

Cloud SQL instances are accessible by other Google Cloud and external services.

 
 
tools that you might use like SQL Workbench,
 

 

Cloud Spanner

 

Firestore

Firestore for mobile, web, and server development

 

 
bandwidth) 대역폭
 

 
 

Cloud Bigtable

 

- Handle massive workloads

- Consistent low latency

- High throughput

- operational applications

- Analytical applications(internet of things, user analytics, financial data analysis)

 

asynchronous) 비동시성의

 

 

 

Framework vs library) I call a library(jQuery), and Framework(Django) calls my code.

https://www.youtube.com/watch?v=t9ccIykXTCM 

 

 

Comparing storage options

 

 

 

 

BigQuery is not purely a data storage product. It's on the edge between data storage and data processing.

 

 

 

 

LAB: Getting Started with Cloud Storage and Cloud SQL

 

In this lab, you create a Cloud Storage bucket and place an image in it. You’ll also configure an application running in Compute Engine to use a database managed by Cloud SQL.