klangner / github-analysis

Analize github activity.
www.matrobot.com
MIT License
3 stars 3 forks source link

Create application for quering raw archive data #6

Closed klangner closed 11 years ago

klangner commented 11 years ago

First step will allow to find all events related to given repository. It will work like this:

java gha.jar find_events --repository=klangner/matrobot --data=/home/user/githubarchive --output=events.csv

This will create CSV file with events related to repository klangner/matrobot

Then I'll extend this application with functionality from other issues.

klangner commented 11 years ago

done