Skip to content

csanicola74/HHA-507-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

About

AHI Data Science

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.9%
  • Python 13.4%
  • Jupyter Notebook 3.4%
  • Other 1.3%