Repository Statistics

Pick an organisation and a date to view its dashboard.

Available organisations

Loading available organisations…

How it works

The pipeline collects per-repository statistics from each configured GitHub organisation once a day and writes them as static JSON to repo_stats/<org>_stats_YYYY_MM_DD.json. The file repo_stats/<org>_latest.json always points at the most recent successful run for that org and is the recommended URL for external automation.

Dashboard URL options

Programmatic access

Each org exposes a stable URL that is safe to curl from scripts or scheduled jobs:

curl -fSL https://<host>/repo_stats/<org>_latest.json

The full index of available orgs and dates is published to repo_stats/manifest.json.