-
Install Docker from here
-
Install Docker Compose from here
-
Start the containers from root of the cloned project:
cd docker docker-compose up
-
To get a shell on the collector container:
docker exec -it airbnbcollector /bin/bash
The python scripts from the projects are located in /collector There is a config ready for the execution under /collector/configs
To get a shell on the db container:
docker exec -it airbnbcollector-db /bin/bash
In this shell you can query the database. The database is initialized on container startup.
For the scripts you can run, please check main documentation