From ce8024b538fd1e9aa9d92b2007498dd04e19d6f1 Mon Sep 17 00:00:00 2001 From: anvaka Date: Fri, 13 Jun 2014 22:02:53 -0700 Subject: [PATCH] Updated database info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3327d5..93ed4c9 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ node starsIndexer.js ./db/followers ./db/stars --tokens="COMMA_SEPARATED_LIST_O This will read all unique followers from the followers database `./db/followers`, constructed in step 2, and will output results into database called `./db/stars`. +Each reacord in `./db/stars` will have user name as a key, and starred repositories +as a value. This is the most time consuming step. As of Jun, 2014 GitHub had 13,000+ repositories with more than 200 stars. This translates to 600,000+ unique users, who gave stars