-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Store a list of current repos which use the JSON Schema topic and when they were created #4
Comments
@Relequestual Maybe I can take this one? I'm new to the library used in the mentioned project, but eager to learn and work on this... |
@Relequestual Please assign me on this task |
@Relequestual This looks interesting to work on.. Can i please work on this ?Thanks |
@Relequestual |
@benjagm is this open to work on ? |
@wcj617 please go ahead with this issue. Thanks! |
This is my second qualification task work! |
Store a list of current repos which use the JSON Schema topic and when they were created #4
This work has been started but still has some work to be done.
See https://github.com/json-schema-org/ecosystem/tree/main/projects/initial-data for work so far.
Currently, it checks the earliest record in the way back machine (WBM) for the repo to see if it has the JSON Schema topic. I don't think it should do that any more. It seemed like a good idea at the time.
The code currently collects all the Github topics the repo reports, which I think we can use to do some analysis. Might as well collect that data while it's there!
Here's the work that needs to be done on this:
json-schema
github topic and no longer record the data related to the way back machineStretch objectives:
The WBM has an API limit of 500 calls per hour, while Githubs limit for the API endpoint used is 5,000 per hour (when using a Github Personal Access Token (PAT)).
The text was updated successfully, but these errors were encountered: