This video is the second part of a project setting up a text streaming project using Google Cloud Platform (GCP) PubSub. Specifically, it covers:
-Completing the project we started in the previous video: • How to Publish Text to Google Cloud P...
-Setting up a Cloud PubSub subscriber that is triggered when a new tweet is published to a certain topic
--The subscriber is a Cloud Function
--The Cloud Function inserts the tweet as a row in a BigQuery table
-Setting up a GCP Compute Engine free instance (e2-micro instance) to run our tweet streaming code
--Connect to the instance via SSH
--Upload tweet streaming project files
--Install all Python dependencies
This video is the 23rd video in a multi-part series on getting started with the Python programming language. Previous video introducing Google PubSub and setting up the publisher: • How to Publish Text to Google Cloud P...
Source code on Github: https://github.com/gsprint23/Python-D...