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

Fetch data for 15k PyPI packages #44

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Fetch data for 15k PyPI packages #44

merged 1 commit into from
Jan 31, 2025

Conversation

hugovk
Copy link
Owner

@hugovk hugovk commented Jan 31, 2025

The attempt to fetch the data for all PyPI packages (#41) was unsuccessful. From the logs:

generate.sh: line 26: 575013 Killed                  /home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 10000000 --days 29 "" project > top-pypi-packages-30-days-all.json

This had worked locally when testing with free quota. Perhaps it was a memory problem on the server. Anyway, let's go down from ~600k projects to a hopefully more manageable 15k. We can try and increase in later months.

And there's a long tail in PyPI downloads (graphs from 10 Nov 2024), so the top end will be more useful:

image

Same thing with log scale:

image

@hugovk hugovk merged commit db7379f into main Jan 31, 2025
3 checks passed
@hugovk hugovk deleted the 15k branch January 31, 2025 19:52
hugovk added a commit that referenced this pull request Feb 1, 2025
hugovk added a commit that referenced this pull request Feb 1, 2025
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

Successfully merging this pull request may close these issues.

1 participant