Small system that collects public GPS data from Wrocław's public transport website. Used technologies used outlined below:
# Create DB
mix ecto.create
mix ecto.migrate
# Build docker image
docker build -t stream_transport .
# RUN
docker-compose up