------------------------------------------------------------
CPU Engine-------can set up VMsKubernete Engine-----can deploy Docker Images
App Engine--------can deploy application, but have to use google's db.
Cloud Function-------can deploy a single purpose function.
------------------------------------------------------------
pub/sub-------can be used to cache
------------------------------------------------------------
BigQuery--------good for query. support super big data.
BigTable-------like cassandra, data can bei clustered in many nodes, while if you want to find data, have to specify a node.
------------------------------------------------------------
Redis--------can be used to cache data to reduce the times of visiting db.
------------------------------------------------------------
--
Sam 11:01 29/09/2020
Reids
--
Sam 11:31 07/01/2021
|
if want your cloud function can visit a Redis, have to generate a serverless VPC for it. and make sure the cloud function, VPC, Redis are in the same section (centra1)
--
Sam 11:03 29/09/2020
|