covid-19-datasette
covid-19-datasette copied to clipboard
Deploys a Datasette instance of COVID-19 data from Johns Hopkins CSSE and the New York Times
Hi! I've been noticing that the view exposed at https://covid-19.datasettes.com/covid/daily_reports raises an error 500 at the moment. Any idea what's going on? Thanks for putting this together!
Reported here: https://twitter.com/mullender/status/1481689689018880003 > Did the covid datasette go offline? https://covid-19.datasettes.com/covid
I was exploring, and happened upon this datasette. This data seems to duplicate every record: https://covid-19.datasettes.com/covid/economist_excess_deaths?_sort_desc=excess_deaths&_sort_desc=excess_deaths&_sort_desc=excess_deaths&_sort_desc=excess_deaths&_sort_desc=excess_deaths&_sort_desc=excess_deaths&_sort_desc=excess_deaths&country__exact=United+States&_sort_desc=excess_deaths
I can do this by generating part of the metadata description at build time. Or I could write it to a database table and show it with a custom template...
I want a push notification on my phone if anything fails - easiest way to do that is via Slack. https://github.com/voxmedia/github-action-slack-notify-build looks good for this.
#8 might be nice too, though I noticed because the default sort shows the latest date, [which is 2022-05-13](https://covid-19.datasettes.com/covid/ny_times_us_counties), despite that the nytimes upstream data repository has daily data pushed...