The tool is comprised of 2 components:
- The optimus prime script - the tool that runs on the user's computer
- This scipt performs the
- The optimus prime API
- This tool loads the
This api is responsible for uploading the assessment data in the correct format to a BigQuery Dataset.
pip install -r api-requirements.txt -r requirements.txt
FLASK_ENV=dev FLASK_APP=db_assessment.api:app python -m flask run
pip install -r build-requirements.txt
invoke build
invoke run
pip install -r build-requirements.txt
invoke pull-config
invoke test --local --base-url localhost:8080
This will test the api by using thesample/datacollection
files to upload to the bigquery dataset via the running api