Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1006 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 1006 Bytes

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