A simple example to show developers' relationship by analyzing commits in AOSP frameworks/base repository. Only commits submitted within past 2 months were used for generating this relationship. You might want to click 'open in a new window' link (right) to see this on larger window.
This graph was built by the following.
- making edges by developer to his or her modified file (bipartite graph)
- making projection by developer nodes
You might want to know what the graph represents
- Each circle shows each developer.
- Each color of inner circle represents each company which hires the developer.
- Each diameter of outer circle represents how many code lines added by the developer.
- You can see developer's name and how many code lines added by him or her when you do mouse over the circle.
You can generate the json file by flatiron.
This example is based on Couchand's block 6495846.