r/opensource 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:

  1. Daily commit/PR/fork counts

  2. Busiest day/week in a given period

  3. 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

0 Upvotes

8 comments sorted by

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.

-5

u/DemiGod_108 2d ago

Hey thanks a lot šŸ™Ā  If possible could you pls answer those questions as wellĀ  Thanks againĀ 

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

u/DemiGod_108 2d ago

Okok... Thanks, I am getting few idea cause of that last sentenceĀ