Skip to content

Commit 19ecdbc

Browse files
committed
Clarified data versioning documentation
1 parent 3a2adcb commit 19ecdbc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

nchs_mortality/DETAILS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ for Alaska in a week starting from date D, we will report the timestamp of this
5555
as the corresponding epiweek of date(D + 1).
5656

5757
### Data Versioning
58-
We check for updates for NCHS mortality data every weekday as how it is reported by
59-
CDC and stash them on AWS. We merge them with the data stashed previously and keep track of
60-
the changes. Every Mondays, we upload both the most recent version of data and the
61-
changes made over the past week due to backfill to our API.
58+
Data versions are tracked on both a daily and weekly level.
59+
On a daily level, we check for updates for NCHS mortality data every weekday as how it is reported by
60+
CDC and stash these daily updates on S3, but not our API.
61+
On a weekly level (on Mondays), we additionally upload the changes to the data
62+
made over the past week (due to backfill) to our API.

0 commit comments

Comments
 (0)