Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor data downloads, who, what, when #2978

Open
jim-sheldon opened this issue May 9, 2023 · 3 comments
Open

Monitor data downloads, who, what, when #2978

jim-sheldon opened this issue May 9, 2023 · 3 comments

Comments

@jim-sheldon
Copy link
Collaborator

jim-sheldon commented May 9, 2023

Relates to #2937

@stanislaw-zakrzewski stanislaw-zakrzewski self-assigned this May 10, 2023
@stanislaw-zakrzewski
Copy link

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

  • timestamp (working, saved for every download)
  • format (not working, undefined, but I think can be set to csv)?
  • query (not working, I think we can just have a list of ids here)
    I'll update it to work on turnkey portal

@aimeehan1
Copy link

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
Copy link
Collaborator Author

jim-sheldon commented May 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants