# mariadb/metrics — GitHub star history and repository health

Canonical HTML: https://gitdebt.com/mariadb/metrics

Status: analyzed. Every figure below is measured — star history from gitdebt's Postgres cache, repository health from the public Git history. Private repositories are never analyzed or counted.

## Star snapshot

| Metric | Value |
| --- | --- |
| GitHub stars | 8 |
| Series | public star actions (historical data) |
| Star events observed | 8 |
| History covers | 2023-12-07 to 2025-05-24 |
| Repository created | 2022-08-30 |

The series records public star *actions* and cannot see unstars, so it is an attention signal rather than a net-star curve. The GitHub star total above is the headline figure.

### Growth records

| Window | Stars gained | Dates |
| --- | --- | --- |
| Best day | +2 | 2025-05-24 |
| Best week | +2 | 2025-05-18 to 2025-05-24 |
| Best 30 days | +2 | 2023-11-17 to 2023-12-16 |

## Repository health

Raw figures over the trailing 90 days, computed from the public Git history. gitdebt publishes the counts rather than a grade here: judge them against what the project claims to be.

| Reading | Figures |
| --- | --- |
| Maintenance | No commits in either 90-day window · last commit 2025-05-06 |
| Ownership | 1 of 4 contributors write half of 66 attributed commits · top author 52 commits |
| Repair load | 26 of 290 file changes came from fix-labelled commits |
| Debt markers | 0 TODO/FIXME markers in the last 90 days · 7 outstanding |
| Change hotspot | `commits/config/employers` · 17 changes · 2 fix-labelled |
| File freshness | 0 of 99 tracked files touched in the last year |
| Commits read | 73 (full commit history) |
| Analysis last ran | 2026-08-18T11:27:56Z |

## Put this in a README

Three paste-ready snippets for `mariadb/metrics`. Every URL is a plain public image: no account, token, build step, or GitHub Action. Each snippet already carries light and dark variants, alt text, and the link back to the report.

### Metrics badge

Stars and forks in one compact chip. Goes in the badge row directly under the project title.

```html
<a href="https://gitdebt.com/mariadb/metrics?ref=readme">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://api.gitdebt.com/api/repos/mariadb/metrics/badge.svg?metrics=stars,forks&theme=dark" />
    <img alt="mariadb/metrics stars and forks" src="https://api.gitdebt.com/api/repos/mariadb/metrics/badge.svg?metrics=stars,forks&theme=light" />
  </picture>
</a>
```

### Star history

The full cumulative star curve. Goes in a `## Star history` section near the bottom of the README, above License.

```html
<a href="https://gitdebt.com/mariadb/metrics?ref=readme">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://api.gitdebt.com/api/repos/mariadb/metrics/chart.svg?theme=dark" />
    <img alt="mariadb/metrics star history" src="https://api.gitdebt.com/api/repos/mariadb/metrics/chart.svg?theme=light" />
  </picture>
</a>
```

### Repository card

Stars, forks, contributors, languages, and a 90-day sparkline in one panel. Goes in an About or Project status section.

```html
<a href="https://gitdebt.com/mariadb/metrics?ref=readme">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://api.gitdebt.com/api/repos/mariadb/metrics/card.svg?theme=dark" />
    <img alt="mariadb/metrics repository statistics" src="https://api.gitdebt.com/api/repos/mariadb/metrics/card.svg?theme=light" />
  </picture>
</a>
```

Snippets are static by design, because motion in somebody else's README should be their decision: add `animate=1` to an SVG URL when it is wanted and it plays in a GitHub README, or use the `.gif` variant for a surface that takes raster alone. Keep the surrounding link and its `?ref=readme` — attribution lives on the link, never in an image URL — and do not add cache-busting parameters.

The complete asset catalog, with every snippet, is at https://gitdebt.com/badges.md.

## Live data

- Repository on GitHub: https://github.com/mariadb/metrics
- Star history JSON: https://api.gitdebt.com/api/repos/mariadb/metrics/stars.json
- Star history CSV: https://api.gitdebt.com/api/repos/mariadb/metrics/stars.csv
- Repository-health summary: https://api.gitdebt.com/api/repos/mariadb/metrics/health.json
- Repository-health detail: https://api.gitdebt.com/api/repos/mariadb/metrics/stats.json
- Earned badges: https://api.gitdebt.com/api/repos/mariadb/metrics/earned-badges.json
- Queue and ETA snapshot: https://api.gitdebt.com/api/repos/mariadb/metrics/progress.json
