json-schema-org / json-schema-org/ecosystem
Track the number of repos that use the json-schema topic over time
@Relequestual is already working on this.
Since Dec 1, 2023.
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
We can assess the number of JSON Schema related GitHub repositories over time as a crude metric which will demonstrate the growth in popularity and use of JSON Schema.
We can do this by getting all the repositories with the json-schema topic, and finding out when they were first created.
This will not determine when the first commit of the repository was made, which may be earlier if the repo has commits pushed that are dated before the repository was made on GitHub.
We can plot this data over time.
We cannot directly identify when a topic was assigned to a repository, but we can attempt to identify if the topic was present when the repo was created.
We can make an assumption that the repo was always related to JSON Schema, which feels reasonable.
Here's a list of tasks that should be done in order to close this Issue:
- #4
- #11
- #5
- #6
- #7
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.