Skip to content

Code for our Tutorials on how to automate adding currency rates into BigQuery via a manual setup or using Terraform

License

Notifications You must be signed in to change notification settings

thatapicompany/tutorial-currency-rates-into-bigquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial on how to automate a daily ETL of currency rates into BigQuery

Code for our Tutorials on how to automate adding currency rates into BigQuery via a manual setup or using Terraform

Step by Step guide how to add each piece via the Google Cloud Console:

Terraform setup

I'm assuming you're already fluent with Terraform.

  • Update the "backend.tf" with the name of one of your GCS buckets to hold the state. This is better practice than holding it locally.
  • Update the "variables.tf" with your GCP Project-ID and OpenExchangeRate App-ID
cd terraform
terraform init
terraform apply

About

Code for our Tutorials on how to automate adding currency rates into BigQuery via a manual setup or using Terraform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published