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

Release stats #48

Open
andrew opened this issue Feb 15, 2024 · 7 comments
Open

Release stats #48

andrew opened this issue Feb 15, 2024 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@andrew
Copy link
Member

andrew commented Feb 15, 2024

There are three potential kinds of release stats that may be used by a repository:

  • git tags (available from the repos service)
  • releases (also available from the repos service)
  • versions (available from the packages service)

We likely want to smush these together into some kind of release metric that removes duplicates, not all projects will use all three kinds, but at least releases will always have a related tag, duplicates should have a very similar name v3.2.1 for example (without or without the v)

@andrew andrew added the enhancement New feature or request label Feb 15, 2024
@andrew andrew self-assigned this Feb 15, 2024
@andrew
Copy link
Member Author

andrew commented Feb 15, 2024

For versions:

There are currently 32k projects that have one or more packages (~20%), which should each have at least one version, approx 266,913 total packages and approx 9,675,431 versions from all of those!

@andrew
Copy link
Member Author

andrew commented Feb 15, 2024

For tags:

173k repositories have approx 1,765,922 tags, so we could be looking at ~11 million releases total (versions and tags combined), but I would expect it to be more like 10m

@andrew
Copy link
Member Author

andrew commented Feb 15, 2024

For some related scales, so far in the db we have 3,334,567 issues + pull requests and 4,498,957 commits.

@andrew
Copy link
Member Author

andrew commented Feb 15, 2024

Tag syncing and charting implemented 🚢

@andrew
Copy link
Member Author

andrew commented Feb 15, 2024

Version syncing is blocked until #49 is complete

@andrew
Copy link
Member Author

andrew commented Feb 21, 2024

#49 is complete, can now implement version syncing

@andrew
Copy link
Member Author

andrew commented Feb 21, 2024

Expected total versions: ~2,669,612

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant