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

Automatically compute download counts in CircleCI nightly runs #3

Open
7 tasks done
cboettig opened this issue Jul 29, 2015 · 1 comment
Open
7 tasks done

Automatically compute download counts in CircleCI nightly runs #3

cboettig opened this issue Jul 29, 2015 · 1 comment

Comments

@cboettig
Copy link
Member

Tasks for the parse_s3_logs.R script:

  • Download log files from AWS (needs Fix automatic downloads of log files from AWS  #2 fixed)
  • Parse raw log files (and append to previously parsed records in log.csv file)
  • Tidy the resulting data.frame into the format used by RStudio (anonymized IP, etc)
  • Write out the tidy, anonymized data.frame to downloads.csv
  • Push downloads.csv to GitHub or public S3 subdirectory for sharing / other applications
  • Push the parsed log.csv back to S3
  • Delete the already parsed & captured logs from S3

Then add a call to source("parse_s3_logs.R") to build.R.

@cboettig
Copy link
Member Author

okay, all the necessary methods are now implemented and tested in aws.s3, and tested locally. Testing on circle builds now.

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