In this video we are connecting Python which is running in the Virtual Machine to a Cloud SQL DB. You will need that to run e.g. trading strategies or other code independent from your operating system.
Previous vid:
• Python in the Cloud Part I - How to run Py...
Video on Python & SQL:
• Create your own Finance DataBase with Pyth...
0:00 - 0:18 Intro
0:18 - 01:36 Set up a Cloud SQL DataBase
01:36 - 03:25 Install dependencies on the VM (skippable)
03:25 - 04:05 Adding a Network (VM) to the SQL DB
04:05 - 05:26 Connect Python to the Cloud SQL DB
05:26 - 06:30 Create a Schema
06:30 - 08:28 Write (financial) data into the Schema
08:28 - 09:50 Querying Data from the DB
#Python #SQL #GCP