You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
HOWEVER there are other signals that would be just as good as downloads (none of these numbers can be trusted as absolute metrics since CI systems do much of the downloading, so we just need something comparable across rules). https://github.com/bazelbuild/rules_python/graphs/traffic for example shows how many clones and traffic to the GH website, which is a great proxy for usage.
and publish that data here. @meteorcloudy says he'd be okay with a shell script running the curl commands for now, so we could get an initial data dump from someone who has the API token required (GH only serves this data to identities that have write access).
The text was updated successfully, but these errors were encountered:
Following the GitHub stable SHA fiasco last week, bazel-contrib/rules-template has changed to use release artifacts that are uploaded to GitHub. As this rolls out to rulesets, it will reduce the need for traffic data, though that's still useful to have independent of download counts. bazel-contrib/SIG-rules-authors#53 suggests that we'll do this by creating a GH App that can read the data. The SIG will then request bazelbuild org admin to install that app so the data can be gathered by the community.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not all rulesets publish a release artifact, so we're currently missing data here.
For example https://hanadigital.github.io/grev/?user=bazelbuild&repo=rules_python shows how we lost data starting at release 0.6.0 when we stopped uploading artifacts to github. (discussion: bazel-contrib/SIG-rules-authors#11 (comment))
HOWEVER there are other signals that would be just as good as downloads (none of these numbers can be trusted as absolute metrics since CI systems do much of the downloading, so we just need something comparable across rules). https://github.com/bazelbuild/rules_python/graphs/traffic for example shows how many clones and traffic to the GH website, which is a great proxy for usage.
So the proposal is to scrape the API like so
and publish that data here. @meteorcloudy says he'd be okay with a shell script running the curl commands for now, so we could get an initial data dump from someone who has the API token required (GH only serves this data to identities that have write access).
The text was updated successfully, but these errors were encountered: