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

[CLOSED] Count Daily Active Users #7885

Open
core-ai-bot opened this issue Aug 30, 2021 · 0 comments
Open

[CLOSED] Count Daily Active Users #7885

core-ai-bot opened this issue Aug 30, 2021 · 0 comments

Comments

@core-ai-bot
Copy link
Member

Issue by pthiess
Wednesday Aug 20, 2014 at 17:17 GMT
Originally opened as adobe/brackets#8815


Provide data about how many people are using Brackets by parsing the S3 logs that serve the update JSON file.

Data to parse:

  • Within a 24 hour period, how many people have used Brackets?

Need to take into account:

  • Scrub out the pings to the JSON file from brackets.io visits

Can we use a service:

  • s3stat.com
  • cloudlytics.com
  • qloudstat.com

Questions

  • Do we remove the processed logfiles after we extracted the usage data?
  • Is it enough to use a simple UUID<->IP mapping for anonymization? Do we need to keep this mapping between reports for the next report(s)?

Things to consider

  • there is no easy way to generate custom reports without inspecting all the files again, let's say "show me the usage data between May 1st and May 31th". This requires to look inside the log files to get the timestamp.

Reference

Brackets Registry log file processor https://github.com/adobe/brackets-registry/blob/master/downloadStats/logfileProcessor.js

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

1 participant