Open dchassin opened 2 years ago
update.py
Daily data collection should tabulate and graph the following and store these in https://version.gridlabd.us/logs/
https://version.gridlabd.us/logs/
MM/daily.csv
MM/daily.png
YYYY/monthly.csv
YYYY/monthly.png
YYYY/MM/daily_branch.csv
YYYY/MM/daily_branch.png
YYYY/MM/daily_user.csv
YYYY/MM/daily_user.png
YYYY/monthly_branch.csv
YYYY/monthly_branch.png
YYYY/monthly_user.csv
YYYY/monthly_user.png
insights
logs
@Thistleman, please review this and check off anything you believe was fixed when we last updated the version tracking implementation.
Raw data is returned by https://version.gridlabd.us/.
update.py
script so it gather log data daily and stores it permanently in the S3 bucket to long term storageupdate.py
to collect logs, generate graphs, and cleanupDaily data collection should tabulate and graph the following and store these in
https://version.gridlabd.us/logs/
MM/daily.csv
andMM/daily.png
)YYYY/monthly.csv
andYYYY/monthly.png
)YYYY/MM/daily_branch.csv
andYYYY/MM/daily_branch.png
)YYYY/MM/daily_user.csv
andYYYY/MM/daily_user.png
)YYYY/monthly_branch.csv
andYYYY/monthly_branch.png
)YYYY/monthly_user.csv
andYYYY/monthly_user.png
)insights
tool so it uses results ofupdate.py
inlogs
.