Skip to content

api7/contributor-graph

Repository files navigation

Contributor Graph

This tool is used to generate contributor graphs across repositories. We use Github API to get all commits, try to find the "Github way" to filter commits so the result data would be similar to Github, and then get the first commit time of each contributor. All of the procedures are running on GCP, and it would automatically update the graph each day, so the link would always present the real-time data.

Demo

GitHub Contributor Over Time for single repo

Contributor over time

GitHub Contributor Over Time across related repo

We maintain a list which you could directly add your repo list and commit a PR if needed.

Contributor over time

Monthly Active Contributors

Monthly Active Contributors

Feature request

If you have any requests, including but not limited to:

  1. aggregate contributors across repos
  2. add "anonymous" to stats
  3. import svn contributors (especially for Apache repos) Don't hesitate to leave an issue and we'll try to fulfill your request to make our project got better compatibility.

License

Apache 2.0 License