Keep MAX_BUILD_SPAN hours in memory, but cut away 'jobs' after DEFAULT_BUILD_SPAN

We will want to get the overall stats for the past 30 days, but not
necessarily the jobs data. By removing the memory footprint for the jobs
arrays, we can store the full 30 days in memory with minimal additional
memory footprint, as the jobs and individual job steps can account for
up to 85% of the total builds entry.
1 file changed
tree: 4dd3feb96b1e132ee51fd03db6bec414eaa37e9c
  1. server/
  2. static/
  3. .gitignore
  4. pipservice-reporting-dashboard.service
  5. README.md
  6. requirements.txt
README.md

ASF Infrastructure Reporting Dashboard

This serves as the basis for the ASF Infrastructure Reporting Dashboard, used to display various statistics and live charts on data pertaining to a wide variety of infrastructure aspects at the ASF as a unified dashboard.

WIP.