All about DataSince, DataEngineering and ComputerScience
View the Project on GitHub datainsightat/DataScience_Examples
Fundamental attributes of cloud computing:
Storage and Compute ressources are connected with an 1 Petbit/sec connection.
Organization > Folder > Project > Resource
Compute | Storage | Big Data | Cloud AI |
---|---|---|---|
Computer Engine (IAAS) | Cloud Bigtable | BigQuery | Vertex AI |
Google Kubernetes GKE | Cloud Storage | Pub/Sub | Vision AI |
App Engine (PAAS) | Cloud SQL | Dataflow | Speech-to-Text |
Cloud Function (FAAS) | Cloud Spanner | Dataproc | AutoML |
Cloud Datastorage | Notebooks | Tranaslation |
Archive: Backup
$ gsutil cp sales*.csv gs://acme-sales/data/
Google network 10 GB/s
IAM (Identity and Access Management) defines WHO, can do WHAT, on which RESOURCE.
Instance Admin > Role
Service | Resource | Verb |
---|---|---|
compute | instances | list |
compute | instances | delete |
compute | instances | start |
Programmatic access to products and services. Enabled through the Google Cloud Platform Console. The API Explorer is an interactive tool that lets you easily try Google APIs using a browser.
Compute engine runs virtual machines.
Routing tables forward traffic within a network.
Cloud load balancing. Managed service.
Global HTTP(S) | Global SSL Proxy | Global TCP Proxy | Regional | Reginoal internal |
---|---|---|---|---|
Layer 7 | Layer 4 | Layer 4 | Any Traffic | Traffic inside VPC |
Different route URLs to different back ends | Specific port | Specific port | Any port | Internal tiers |
Cache Content close to users. Lower latency.
VPN | Direct Peering | Dedicated Interconnect | Carrier Peering | Partner Interconnect |
---|---|---|---|---|
Secure mulit-Gbps connection over VPN tunnels | Private connection between you and Google for your hybrid cloud workloads | Connect N x 10G transport circuits for private cloud traffic to Google Cloud at Google POPs | Connection through the largest partner network of service providers | Connectivity between you on-premises network and your VPC network through a supported service provider. 99.99% SLA |