Week 1 Docker and PostgreSQL Notes Intro to Docker Ingest Data into Postgres Running Locally in Docker Query the database using pgcli Connect Postgres and pgAdmin for a graphical application to interact with the database Dockerize the data ingestion script, and parameterize with argparse Translate the Docker run commands into Docker-Compose SQL Query the database see the homework Google Cloud Platform and Terraform Notes Terraform Basics Set up GCP Configure IAM and create a service account with proper permissions for the class Install gcloud sdk locally Authenticate credentials for the service account so it can be used locally via gcloud Enable IAM APIs Install terraform Set up Terraform files: main.tf and variables.tf Create cloud resources using terraform commands! Course Resources Course Repo YouTube