Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 820 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 820 Bytes

Run script(s) with Docker

  1. Install Docker from here

  2. Install Docker Compose from here

  3. Start the containers from root of the cloned project:

    cd docker
    docker-compose up
  4. 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