Skip to content

IFCA-Advanced-Computing/covid-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID Dashboard

This is the dashboard that integrates visualizations and data scattered accross different repositories, in particular:

If you want to run the Dashboard check deployment/setup_cloud.sh for the steps to follow (you may try to run it out of the box if you use /home/ubuntu as main path).

If your environment is already prepared you can:

  • run the Dash apps without the Dashboard templating with:
    python dash.py
  • run the full Dashboard with:
    python run.py

Notes

  • Plotly/Dash doesn't integrate well with Jinja2, especially with the extend html feature (ref). We ended up deploying Dash apps as standalones and integrating them via iframes as suggested here. This resulted in a cleaner and more modular approach.

About

Dashboard to view COVID data and incidence prediction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published