Skip to content

viebel/aaa-ml

Repository files navigation

big-data

Big Data

Upload to BigQuery

bq load --replace --source_format=CSV --autodetect audiometry_tests.equipment_success ./notebooks/equipment_success.csv

setup local db

Launch local postgres from docker, from the root folder:

docker-compose up

Download a dump from heroku

heroku pg:backups:download  --app audyx

Restore the dump in the local db

pg_restore --verbose --clean --no-acl --no-owner  -h localhost -p 5433 -d audyx --user me latest.dump

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published