Skip to content

maxgherman/nsw-coronavirus

Repository files navigation

NSW Australia coronavirus spread analysis

Web application showing COVID spread statistics for NSW, Australia

The information presented is for demonstration purposes only and not for research or any other purposes. No part of these pages, either texts or images may be used for any purpose other than personal use

GH_PAGES Deploy

Tech stack

Features

  • Geomap suburb visualization using geojson
  • Daily data split
  • Summary of the metrics: Cases, Active Cases, Recovered, Tests
  • Suburb data split
  • Correlation of cross-pairs of metrics: Cases, Active Cases, Recovered, Tests
  • Linear regression of cross-pairs of metrics: Cases, Active Cases, Recovered, Tests

Architecture

Architecture

  • Github action is triggered by schedule
  • CI/CD agent downloads data from the 3dr party server
  • CI/CD agent builds static web site assets
  • CI/CD pushes downloaded data along with the build artifacts into the gh-pages branch
  • Client connects to Github static website hosting

Tutorial

Statistical analysis pipeline

NSW Australis COVID spread