Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.05 KB

DASH

VOST Portugal Internal Dashboard project

Objectives

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

Requirements

Run locally with docker

  • docker build -t dash:latest .
  • docker run -p 8052:8052 dash

DESCRIPTIONS

app.py

apppy

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