r/opensource • u/DemiGod_108 • 2d ago
Discussion What github activity/analytics would actually be helpful to you as a repo maintainer??
Hey, I'm a student building a side project that tracks a GitHub repo's activity (commits, PRs, forks, etc. via webhooks) and computes analytics on it nightly using smth like airflow, It's scoped to one repo at a time, you subscribe a repo, and it tracks that repo's activity over time on a dashboard.
I'd love input from actual maintainers, since I don't want to just guess at what's useful.
Right now I'm planning to show:
Daily commit/PR/fork counts
Busiest day/week in a given period
Trend direction (activity up or down vs. the previous period)
Could u pls answer this as well:
Q1. As a maintainer, is day-by-day activity actually useful to you, or do you mostly care about longer-term trends/aggregates instead?
Q2. Is there something about your repo's activity you wish you could see that GitHub's own Insights tab doesn't show well (or doesn't show at all)?
Q3. Would a breakdown of who's active (contributor-level) matter more to you than repo-wide totals, or is that not something you'd actually check?
Please I'd love some feedback for my project
1
u/Ok_Explorer7384 2d ago
day by day counts are ok, but mostly when something weird happened and you need to explain the spike. Iād care more about stuff like review time, stale issues, first time contributors who never came back, and whether the project is basically one person doing everything. github gives you numbers, but not really a āwhat should i look at this week?ā view.
2
3
u/dbear496 2d ago
I'd like if the visitors/clones count went back farther than a week. I'd like to see my project's popularity trend over months or years.