ualberta-smr / LibraryMetricScripts

Scripts to collect metrics from software libraries.
MIT License
4 stars 2 forks source link

Popularity takes too long to calculate #36

Closed snadi closed 3 years ago

snadi commented 4 years ago

The popularity script is by far the slowest one, because of the API search limits. We need to find a better way to calculate popularity. Simplest solution is to parallelize libraries across multiple github tokens.

snadi commented 3 years ago

We will switch to using GitHub's dependency graph. It's not very accurate and only finds dependencies from pom.xml files but it's at least quick and can be used to provide info.