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

GitHub stats: Downloads across major versions #25

Closed
bkimminich opened this issue Sep 10, 2023 · 1 comment
Closed

GitHub stats: Downloads across major versions #25

bkimminich opened this issue Sep 10, 2023 · 1 comment

Comments

@bkimminich
Copy link
Member

Currently all versions are counted individually, but only the last ~30 releases are actually considered. This leads to a very crowded chart:
image

The chart could be simplified by pre-processing the GitHub download data. Instead of counting all vX.Y.Z versions, they could be accumulated into just vX versions. This would - if additionally all downloads would be counted and not just the last 30 releases - lead to a very clean chart with lines only for v9, v10, v11, v12, v13, v14, and v15. In the available data set, the oldest version is v9.3.0, therefore all older versions do not occur.

Optionally an extra diagram could be added that shows the exact downloads per release (as today) but either limited to that last & months or to the last ~10 releases.

@bkimminich
Copy link
Member Author

image

bkimminich added a commit that referenced this issue Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant