Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/workflows/weekly-stats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Weekly JSON Schema Stats

on:
schedule:
- cron: "0 0 * * 0" # every Sunday midnight UTC
workflow_dispatch:

jobs:
update-stats:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"

- name: Run script
run: node projects/weekly-stats-collection/fetch.js

- name: Commit changes
run: |
git config user.name "github-actions"
git config user.email "actions@github.com"
git add .
git commit -m "Update weekly stats" || echo "No changes"
git push
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo,repo_topics,date_first_commit,creation,date_first_release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo,repo_topics,date_first_commit,creation,date_first_release
11 changes: 11 additions & 0 deletions projects/initial-data/data/initialTopicRepoData-1771992660241.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repo,repo_topics,date_first_commit,creation,date_first_release
fastapi/fastapi,"python, json, swagger-ui, redoc, starlette, openapi, api, openapi3, framework, async, asyncio, uvicorn, python3, python-types, pydantic, json-schema, fastapi, swagger, rest, web",1543993010000,1544257307000,1544896765000
fastapi/full-stack-fastapi-template,"python, json, json-schema, docker, postgresql, frontend, backend, fastapi, traefik, letsencrypt, swagger, jwt, openapi, chakra-ui, react, tanstack-query, tanstack-router, typescript, sqlmodel",1549726956000,1550934514000,1552297741000
pydantic/pydantic,"validation, parsing, json-schema, pydantic, python39, python, hints, python310, python311, python312, python313",1493846621000,1493846638000,1494082138000
fastapi/sqlmodel,"python, sql, sqlalchemy, pydantic, fastapi, json, json-schema",1629808913000,1629815213000,1629829555000
rjsf-team/react-jsonschema-form,"react, json-schema, forms, ui, web, json, data-validation",1450278974000,1450278845000,1450371513000
ajv-validator/ajv,"json-schema, validator, ajv",1432077812000,1432077812000,1434196865000
alibaba/formily,"react, json-schema, form, validator, observable, reactive, schema-form, fusion, ant-design, vue, vue3, designable, react-native, json-schema-form, low-code, no-code, react-form, vue-form, form-builder",1550715373000,1546999905000,1556265000000
alibaba/x-render,"javascript, react, ant-design, json-schema, formrender, widget, webpack, ant, typescript, table, chart, list, form",1569484707000,1569484706000,1571190033000
joelittlejohn/jsonschema2pojo,"java, json-schema, json, jackson, gson, maven-plugin, gradle-plugin",1291982675000,1371940133000,1341268929000
microsoft/typespec,"openapi3, json-schema, protobuf, typespec",1595961043000,1625095789000,1709595317000
Loading