Giter Club home page Giter Club logo

Covid19DataVault

To be productive during my recent sheltering, I modeled a data management solution for tracking Covid19 data. It is a working model that tracks Country, US State and US County case data from a variety of sources.

Background

The solution has three main system components. The first is the on-premises data staging and asynchronous controller component. The second is the asynchronous pipeline. The third is the data vault.

image

How It Works

The first step is an automated process that uses Powershell scripts to gather JSON and or CSV data using REST calls to source data that comes from these sites:

For US State based Covid19 data: https://covidtracking.com/api/states/daily

For US County based data: https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-counties.csv

For Country data: https://covid.ourworldindata.org/data/ecdc/full_data.csv

I use World Population and Per Capita Income: https://data.worldbank.org/indicator/SP.POP.TOTL

And U.S state and county population totals https://www.census.gov/data.html

For per capita income I use: https://data.worldbank.org/indicator/NY.GDP.PCAP.CD

The process then does some minor data cleansing and adds population totals from The World Bank. Next, it sends daily country, US county and US State COVID 19 totals as a JSON message, over an asynchronous pipeline to a data vault that resides in an Azure SQL Database. Briefly, if you are not familiar with the data vault design concept-- it is a hybrid design approach combining the best of legacy relational database and star schema designs. Its’ flexible and scalable. Its’ easy to manage, load and audit. It can act as a stand-alone data source or be the core component in a larger data management solution. For more information see a recent blog I wrote.

http://keeshinds.com/blog/kDSBlog20200313.html

dkeeshin's Projects

covid-19-data icon covid-19-data

An ongoing repository of data on coronavirus cases and deaths in the U.S.

covid-19-data-1 icon covid-19-data-1

Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests β€’ All countries β€’ Updated daily by Our World in Data

covid19datavault icon covid19datavault

Daily and Historic COVID19 data sourced from the NYTimes and Our World in Data Sites. Easier to use format.

oltp20_framework icon oltp20_framework

An open source, peer-to-peer OLTP "network of databases" concept using best of breed components, Linux, PostgreSQL, GO(GOLANG) and gRPC.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.