datactive / bigbang

Scientific analysis of collaborative communities
http://datactive.github.io/bigbang/
MIT License
153 stars 52 forks source link

Script .json touch and dependency data export from MultiGitRepo for d3 vizualization #205

Open sbenthall opened 9 years ago

sbenthall commented 9 years ago

Building on #204 write a script (put it in /bin) that exports touch and dependency data from a MultiGitRepo that can be given to a d3 visualization.

falahat commented 9 years ago

I'll get started on this. My most recent pull request #209 has an example of how to do this from an IPython notebook. It can be found in the MultiGitRepo notebook.

I'm thinking once we bring some of the code for actually generating the graphs into the Repo class, we'll be able to do this a lot more cleanly.

sbenthall commented 9 years ago

This is super work, Aryan.

I've been up against some deadlines and so a little slow to review pull requests.

Since you are working on many features at once, could I ask you to start working on separate tickets in different branches? That way your pull requests will keep each feature distinct.