This repository contains bokeh applications to follow the spread of the Covid-19 virus worldwide. All the data are fetched from the CSSEGI repository using a dedicated wrapper. An instance may be alive here.
- Worldmap with daily evolution of the virus propagation worldwide
- Comparison between countries (barplot and metric over time)
- A global view of one country / continement evolution over time
- Python 3.7
- Bokeh
- PyCoronaData
All the different applications can be launche using server files, i.e :
bokeh serve --allow-websocket-origin=* server/se_worldmap.py
This project has been done as a practical tool for my bokeh training. I tried to make most of the tools reusable here, and most of them can be found in directory componments/base
.