Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 418 Bytes

Stream Transport

Small system that collects public GPS data from Wrocław's public transport website. Used technologies used outlined below:

flow

Running instructions

# Create DB
mix ecto.create
mix ecto.migrate

# Build docker image
docker build -t stream_transport .

# RUN
docker-compose up