CulturedCheese / thesis-project

4 stars 4 forks source link

check if aggregation is done by total activity or by users #69

Closed ClimbsRocks closed 9 years ago

ClimbsRocks commented 9 years ago

i may have done the aggregation from users up to countries by total active repos in that language, rather than by user count. So if a user had 8 contributions to python libraries, that might be counting as 8 right now, rather than 1.

ClimbsRocks commented 9 years ago

i believe it was done at the repo level previously.

i reworked our entire server process, and documented it exhaustively on the wiki: https://github.com/CulturedCheese/thesis-project/wiki/DATA:-data-processing-steps

It is now aggregated at both the user level and at the repo level, to support our different use cases.