VOST Portugal Internal Dashboard project
The dashboard aims to aggregate information coming from official datasources, via the API created by @tomahock
- The dashboard has an operation / current events monitoring funcion
- The dashboard has an historical comparasion with current events function
- The dashboard presents information in real time
- The dashboard allows for the user to filter data by type, date and date range, district, council, parish
- The dashboard should also have an operstional map running with mapbox
docker build -t dash:latest .
docker run -p 8052:8052 dash
This dashboard makes a JSON request to fogos.pt
API (by @tomahock ) and renders four different graphs and a table with the last 10 events.
The dashboard updates every minute