-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
tomwilshere edited this page Nov 11, 2013
·
3 revisions
To start off with I had a look at some research papers looking at mining software repositories.
MSRConf (an annual conference on mining data from software repositories had a good list of papers produced both at the conferences and those in similar areas).
#1 has a list of the papers I looked at and my comments.
- How to store/retrieve information about the repository quickly - should we put all commit objects in a database for quick indexing, or will accessing the filesystem be a fast enough alternative?
- Javascript front end for scrolling through code - doesn't require (1) to get started