modess / git-pretty-stats

Self hosted graphs for Git repositories in PHP
Other
142 stars 24 forks source link

Statistics aggregation #34

Open tetraf opened 9 years ago

tetraf commented 9 years ago

It may be interesting to have a main dashboard with statistics from all repositories. Contributors overall activities, projects stats, etc.

modess commented 9 years ago

I agree, the issue is that crunching commits is a quite heavy operation (especially on large repositories). With a good caching mechanic and perhaps synchronous parsing of repositories it could be achieved.

tetraf commented 9 years ago

Yes. A possible solution could be to use git hooks to trigger statistics update. But it would be quite intrusive.