Skip to content

Current and historical coronavirus covid-19 confirmed, recovered, deaths and active case counts segmented by country and region. Includes csv, json and sqlite data along with an interactive website explorer.

montanaflynn/covid-19

Repository files navigation

Covid-19

Current and historical covid-19 confirmed, recovered, deaths and active case counts by region.

If you want to see the current cases on maps worldwide or by country:

https://montanaflynn.github.io/covid-19

If you want to see the historical cases by country or region over time:

https://montanaflynn.github.io/covid-19/historical.html

If you want to use the data for your own project:

Dataset Format URL
Current JSON https://montanaflynn.github.io/covid-19/data/current.json
Current CSV https://montanaflynn.github.io/covid-19/data/current.csv
Historical JSON https://montanaflynn.github.io/covid-19/data/historical.json
Historical CSV https://montanaflynn.github.io/covid-19/data/current.csv

The data is also available in a sqlite database with the following tables:

Table Schema URL
current_data database.go#L14-L24
historical_data database.go#L28-L41

Architecture

The current and historical data comes from https://interaktiv.morgenpost.de current and historical CSV files which are converted to JSON and commited to this repo along with the original format. The data is also saved in sqlite database.

Additional Vietnamese province level data comes from wikipedia.

A GitHub action checks for updates every 15 minutes and updates the JSON files and sqlite database.

The JSON files current.json and historical.json are hosted on GitHub so there is no running costs associated with this project.

The website maps and tables are rendered in the browser using map.js.

Screenshots

TODO

  • Improve performance of webpage to only load data once for all maps
  • Add responsive styling to work for all screen sizes

About

Current and historical coronavirus covid-19 confirmed, recovered, deaths and active case counts segmented by country and region. Includes csv, json and sqlite data along with an interactive website explorer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •