by johnmark | Oct 17, 2021 | gcp, linux
This article will show a basic data flow example from Google Cloud Platform. It will be utilizing the GCE (Google Cloud Compute Engine) and GCS (Google Cloud Storage) It will be using a script to automate all the processes. This data flow will do the following: Setup...
by johnmark | Oct 2, 2021 | gcp, linux
Useful commands from Google Cloud Console. Google Cloud StorageCompute Enginegcloud syntax Google Cloud Storage This will get the list of config like account name, project, etc. gcloud config list. [email protected]:~ (esoteric-code-327621)$ gcloud config...
by johnmark | Sep 26, 2021 | gcp
Below is the list of example SQL queries from GCP built-in public available billing table. SELECT * FROM `cloud-training-prod-bucket.arch_infra.billing_data` The field of cloud-training-prod-bucket.arch_infra.billing_data is the public dataset we are working...