- docker
- docker-compose
- Bash or similar shell
inz_data_scraper
downloads and parses 2021RV processing datadata
is a placeholder for dataviz
visualizes the data on web
docker-compose up
This runs the scraper and the visualization frontend in dev mode. You can access the dev server at http://127.0.0.1:4200
./viz_build_prod.sh
This builds the visualization for production.
./viz_console.sh
This prompts an interactive shell from the viz
docker container.