Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Week 1

  • 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
  • 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