datasets / covid-19

Novel Coronavirus 2019 time series data on cases
https://datahub.io/core/covid-19
1.16k stars 604 forks source link

Datasets are not being updated since 2 days #55

Closed deligant closed 4 years ago

deligant commented 4 years ago

Hello maintainer,

Data series are not updated since 2 days ago. Is the script updated with the latest chenges in structure from the orignal data sources?

ChrisKneller commented 4 years ago

I echo this. I have a dashboard relying on this data. Should I switch to a different source?

dennislwy commented 4 years ago

i also upvote this and possible cause is #52

nieltg commented 4 years ago

I also have a dashboard here that relies on this data. The CI is running forever here.

I tried to fix this but I still didn't know is it because the script can't handle the volume of the data or is there something else that makes the script runs forever.

Here is a simple Dockerfile for someone who wants to debug this inside a Docker container:

FROM python:3.8-alpine

RUN apk add build-base

WORKDIR /app
COPY scripts/requirements.txt scripts/requirements.txt
RUN pip install -r scripts/requirements.txt

COPY . .
CMD ["python", "scripts/process.py"]
anuveyatsu commented 4 years ago

Thanks for reporting - we will fix this asap today.

anuveyatsu commented 4 years ago

I've updated the data now. Not closing this issue until next build succeeds.

ChrisKneller commented 4 years ago

I see the files on github, but the data at https://datahub.io/core/covid-19 does not seem to be updating with the latest data

anuveyatsu commented 4 years ago

FIXED now. See the last build.