globaldothealth / list

Repository for Global.health: a data science initiative to enable rapid sharing of trusted and open public health data to advance the response to infectious diseases.
MIT License
39 stars 8 forks source link

Monitor data downloads, who, what, when #2978

Open jim-sheldon opened 1 year ago

jim-sheldon commented 1 year ago

Relates to #2937

stanislaw-zakrzewski commented 1 year ago

Currently there is downloads list for every user. It contains following fields:

aimeehan1 commented 1 year ago

Example metrics: Number of line-list cases in database (for disease X) Registered users Dataset downloads (for disease X), external and including internal downloads from curators Website hits Newsletter subscribers Social media followers

jim-sheldon commented 1 year ago

I see timestamp, format, and query saved and working in the database, though it would help to have it somewhere more convenient for non-tech to look. Empty format and query means user downloaded the complete data set; probably better to denote this explicitly so it does not appear broken.

Current sources for the metrics listed above:

number of cases: database registered users: database dataset downloads: database for covid, logs for others website hits: google analytics newsletter subs: database social media followers: relevant platforms

I got scripts handy for some of these if it helps.