Host a Ghost blog with less than 0.99 USD per month
Walkthrough of each step on hosting a Ghost blog from scratch in Google Cloud Platform using Docker
How To Integrate with Google Cloud Platform using Python
Create and setup Google service accounts. Create Python docker container. Run Python script to upload files into Google Cloud Storage.
Create Dataproc Cluster to Run PySpark using Cloud Functions
Setup cloud functions to create temporary Dataproc cluster to execute PySpark script. Insert into Bigtable using Cloud Functions.
How to stream Google Pub/Sub into BigQuery using Dataflow
Setup Google Pub/Sub as source data and setup BigQuery table as sink. Define and deploy dataflow pipeline using Python. End-to-end data pipeline.
How to setup Apache Beam notebooks for development in GCP
Create a Jupyter notebook with Apache Beam environment in Google Cloud Platform. Run an interactive runner pipeline with sample Python code.
How to insert data into Cloud SQL using Cloud Functions
How to setup dummy data from Mockaroo, setup Google Cloud SQL instance and table. Write and deploy cloud functions using Python.
How to upload files into Google Cloud Storage using NiFi
Configure NiFi controller services based on GCP service account, create dummy file and write into Google Cloud Storage without any code.
How to install NiFi container in Google Cloud Platform
Steps on how to setup firewall rule, setup Google Compute Engine, install docker and finally install NiFi for external access.
How to upload files into Cloud Storage using Python container
How to setup Python docker container in your local machine and upload files into Cloud Storage using Python client libraries.
How to run gcloud, gsutil and bq using Google Cloud SDK docker image
How to setup and run Google Cloud SDK docker image. Execute gcloud, gsutil and bq command on your local machine.