Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

godoc.org count not comparable to PyPi, CPAN, and other package indices #19

Closed
jlisee opened this issue Aug 26, 2014 · 0 comments
Closed

Comments

@jlisee
Copy link

jlisee commented Aug 26, 2014

I am not sure if an issue is the right place for this but I don't think the godoc.org count is really comparable to any of the other indices you have up there. godoc.org is essentially a list of all the modules in all the go repos on bitbucket and github. PyPi, CPAN, NuGet and all the others require an author to do at least minimal packaging and publishing for their module. Doing a quick sanity check shows that there are 437414 Python repos, 81006 Perl repos, compared to just 37434 Go repos on Github.

Don't get me wrong comparing github/bitbucket repo counts over time is valuable I just don't think we should comparing the repo counts of one language to the package counts of others. With a more CPU intensive scraping you could limit godoc.org count to modules which have at least one other module using them. You would only have to check it once for each new godoc.org module you see. A simple GET request per module is all that is needed.

@edebill edebill closed this as completed Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants