Skip to content

DanielJanowicz/HHA-507-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd61ecd · Nov 30, 2022

History

29 Commits
Nov 16, 2022
Nov 16, 2022
Nov 30, 2022
Sep 28, 2022
Sep 7, 2022
Sep 10, 2022
Oct 12, 2022
Aug 31, 2022
Sep 7, 2022
Oct 6, 2022
Nov 30, 2022
Aug 24, 2022
Aug 24, 2022

Repository files navigation

HHA-507-2022

Part 1 - Data Ingestion

First steps

  • Create virtual environment python3 -m venv {nameofvirtualenv}
  • Activate the virtual environment source {nameofvirtualenv}/bin/activate
  • Install packages found in requirements.txt into virtual environment pip3 install -r requirements.txt
  • Go through each line in python file ingestion\ingestion.py and check it out!

Important

  • If you follow the step below, make sure (it should skip it automatically via the .gitignore) the secret .json document is not shared on github.com - you want to ensure that the general public does not have access to your GCP environment and use up your cloud resources

Bigquery setup