You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TABLE [name of table you want to see dont put brackets]
Run Local Version Using Docker
The first step is to set up the data_collection/db/config.py file
If you are on windows, and you are running docker through docker-machine:
run the command docker-machine ip and replace HOST with your result
If you are on mac or linux, use the command:
ipconfig getifaddr en0 and replace HOST with your result
To run the local postgres server and build and enter the python container's bash, use the command:
docker-compose run data-collection
After the images are built the first time, the command should run a lot faster
Note: The compose environment is set up to use volumes. You can change your local python code and the changes should be reflected from within the container