CSSEGISandData / COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
https://systems.jhu.edu/research/public-health/ncov/
29.11k stars 18.39k forks source link

Build a Dashboard or API #144

Open sibblegp opened 4 years ago

sibblegp commented 4 years ago

Hey everyone! All I see everywhere are terrible sites with limited numbers and data analytics. I would love to work with someone to build a data-driven dashboard using these data sets to help research, government, and the public keep informed. Especially if you are a front end developer.

I'm also interested in building an API for it for use for free. However, I'm worried about the hosting costs. If you have any recommendations, let me know.

bsimser commented 4 years ago

I don't know who built it (maybe this team?) but it's linked to this GitHub project from the public Power BI dashboard here:

https://app.powerbi.com/view?r=eyJrIjoiMmRkYjYxY2ItZTExYy00MDQ2LWExNzUtYjg5NTJhMjBhNmM0IiwidCI6Ijc4ODE3YTE1LTllOTgtNDFmYy05ZDU4LTcwODIyMjhjNGIxMCIsImMiOjh9

Don't see the .pbix files so not sure who built it but it's using the source data here.

iceweasel1 commented 4 years ago

I don't know who built it (maybe this team?) but it's linked to this GitHub project from the public Power BI dashboard here:

https://app.powerbi.com/view?r=eyJrIjoiMmRkYjYxY2ItZTExYy00MDQ2LWExNzUtYjg5NTJhMjBhNmM0IiwidCI6Ijc4ODE3YTE1LTllOTgtNDFmYy05ZDU4LTcwODIyMjhjNGIxMCIsImMiOjh9

Don't see the .pbix files so not sure who built it but it's using the source data here.

I'm not entirely sure, I think it's from @bjarkimg. #116

https://github.com/CSSEGISandData/COVID-19/issues/116#issuecomment-590450855

jqnatividad commented 4 years ago

+100 on an API, starting with the creation of a proper time-series data model.

The current data model is not sustainable, as you need to keep adding columns for each interval.

irshadk commented 4 years ago

Here is another version (lightweight, clutter free) https://www.aydan.info/ A lot of reports (backed with API) are in progress and will publish them in the coming time. I will make them available on cloud for public consumption and research. Application is being live coded for training students.

sibblegp commented 4 years ago

Here's what I've got so far (going to add day to day changes as well as country pages):

https://covid.bio/

The date is a little more interesting if you look at it without China:

https://covid.bio/minus-china

Notice the settings wheel in the upper right for a dark mode. Cheers!

iceweasel1 commented 4 years ago

@sibblegp May I ask what you have created this site with? This simplicity and tidiness is just great.

sibblegp commented 4 years ago

@iceweasel1 Thank you! I used this template: http://themepixels.me/dashforge/1.1/

iceweasel1 commented 4 years ago

@sibblegp A little hint. You have the link to /index.html in your logo. If you click on the logo you get the error message that the country was not found. None exists either. :) dsfsfsd

sibblegp commented 4 years ago

@iceweasel1 Fixed! Also added log scale, day to day charts, regional data on country pages, and an updated stamp plus a link to the raw data.

iceweasel1 commented 4 years ago

@sibblegp Yes, I noticed that. Very well.

ODrying commented 4 years ago

My bid on COVID-19 visualization: https://solutions.targit.com/default.aspx?doc=vfs://Global/COVID-19/Covid-19%20JH%20data%20Map%20Accumulated%20Confirmed.xview

bbrewington commented 4 years ago

@sibblegp nice work! just heads up on the "Growth" page the tooltip on hover for bar & line chart shows a date of Dec 31 1969. Is there a github repo somewhere that has the site code, or are you keeping it private?

Link: https://covid.bio/growth

sibblegp commented 4 years ago

@bbrewington Thanks! I'll get that fixed up.

I've been thinking about open sourcing this. Honestly don't have the time to manage a project like that. I basically built this for my own analysis and am just happy to share.