tamnd commited on
Commit
b59dbee
·
verified ·
1 Parent(s): 7c303e2

sync vuejs/docs +3.3K issues +2.2K PRs +4.9K comments +2.1K review_comments — 2026-04-07 08:38 UTC

Browse files

issues 3.3K +3.3K
pull_requests 2.2K +2.2K
comments 4.9K +4.9K
review_comments 2.1K +2.1K
reviews 2.7K +2.7K
timeline_events 10.0K +10.0K
pr_files 15.2K +15.2K

Files changed (2) hide show
  1. README.md +7 -16
  2. stats.csv +15 -15
README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 14 public GitHub repositories, fetched from the [GitHub REST API](https://docs.github.com/en/rest) and [GraphQL API](https://docs.github.com/en/graphql), converted to Parquet and hosted here for easy access.
43
 
44
- Right now the archive has **13.6M rows** across 8 tables in **566.4 KB** of Zstd-compressed Parquet. Every issue, pull request, comment, code review, timeline event, file change, and CI status check is stored as a separate table you can load individually or query together.
45
 
46
  This is the companion to [OpenGitHub](https://huggingface.co/datasets/open-index/open-github), which mirrors the real-time GitHub event stream via [GH Archive](https://www.gharchive.org/). That dataset tells you what happened across all of GitHub. This one gives you the full picture for specific repos: complete issue threads, full PR review conversations, the state machine from open to close.
47
 
@@ -52,16 +52,7 @@ People use it for:
52
  - **Issue triage and classification** with full text, labels, and timeline
53
  - **Software engineering process mining** from timeline event sequences
54
 
55
- Last updated: **2026-04-07 08:24 UTC**.
56
-
57
-
58
- ## Latest Sync
59
-
60
- New items since the previous publish:
61
-
62
- | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
- |---|---:|---:|---:|---:|---:|
64
- | **duckdb/duckdb** | +7.5K | +11.4K | — | +8.8K | +10.0K |
65
 
66
 
67
  ## Repositories
@@ -69,9 +60,9 @@ New items since the previous publish:
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
  | **ClickHouse/ClickHouse** | 100.8K | 72.8K | 303.4K | 100.9K | 14.4K | 1.3M | 2026-04-07 00:16 UTC |
72
- | **duckdb/duckdb** | 18.1K | 11.4K | 0 | 8.8K | 10.0K | 170.8K | 2026-04-07 08:04 UTC |
73
  | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 11.4K | 319.2K | 2026-04-06 23:32 UTC |
74
- | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.9K | 860.7K | 2026-04-06 22:50 UTC |
75
  | **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.2K | 957.3K | 2026-04-06 23:24 UTC |
76
  | **mdn/content** | 41.5K | 31.5K | 157.4K | 18.9K | 13.2K | 412.6K | 2026-04-07 00:20 UTC |
77
  | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 00:00 UTC |
@@ -377,9 +368,9 @@ CI/CD status checks and GitHub Actions results for each commit.
377
  | `pull_requests` | 462.0K | PR-specific fields (merge status, diffs, refs) |
378
  | `comments` | 4.1M | Conversation comments on issues and PRs |
379
  | `review_comments` | 945.6K | Inline code review comments on PR diffs |
380
- | `reviews` | 860.8K | PR review decisions |
381
- | `timeline_events` | 707.9K | Activity timeline (labels, closes, merges, assignments) |
382
- | `pr_files` | 5.5M | Files changed in each pull request |
383
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
384
  | **Total** | **13.6M** | |
385
 
 
41
 
42
  The full development metadata of 14 public GitHub repositories, fetched from the [GitHub REST API](https://docs.github.com/en/rest) and [GraphQL API](https://docs.github.com/en/graphql), converted to Parquet and hosted here for easy access.
43
 
44
+ Right now the archive has **13.6M rows** across 8 tables in **1.1 GB** of Zstd-compressed Parquet. Every issue, pull request, comment, code review, timeline event, file change, and CI status check is stored as a separate table you can load individually or query together.
45
 
46
  This is the companion to [OpenGitHub](https://huggingface.co/datasets/open-index/open-github), which mirrors the real-time GitHub event stream via [GH Archive](https://www.gharchive.org/). That dataset tells you what happened across all of GitHub. This one gives you the full picture for specific repos: complete issue threads, full PR review conversations, the state machine from open to close.
47
 
 
52
  - **Issue triage and classification** with full text, labels, and timeline
53
  - **Software engineering process mining** from timeline event sequences
54
 
55
+ Last updated: **2026-04-07 08:38 UTC**.
 
 
 
 
 
 
 
 
 
56
 
57
 
58
  ## Repositories
 
60
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
61
  |---|---:|---:|---:|---:|---:|---:|---|
62
  | **ClickHouse/ClickHouse** | 100.8K | 72.8K | 303.4K | 100.9K | 14.4K | 1.3M | 2026-04-07 00:16 UTC |
63
+ | **duckdb/duckdb** | 18.1K | 11.4K | 0 | 9.5K | 10.0K | 181.0K | 2026-04-07 08:04 UTC |
64
  | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 11.4K | 319.2K | 2026-04-06 23:32 UTC |
65
+ | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 251.2K | 861.0K | 2026-04-07 07:32 UTC |
66
  | **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.2K | 957.3K | 2026-04-06 23:24 UTC |
67
  | **mdn/content** | 41.5K | 31.5K | 157.4K | 18.9K | 13.2K | 412.6K | 2026-04-07 00:20 UTC |
68
  | **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 00:00 UTC |
 
368
  | `pull_requests` | 462.0K | PR-specific fields (merge status, diffs, refs) |
369
  | `comments` | 4.1M | Conversation comments on issues and PRs |
370
  | `review_comments` | 945.6K | Inline code review comments on PR diffs |
371
+ | `reviews` | 861.5K | PR review decisions |
372
+ | `timeline_events` | 708.2K | Activity timeline (labels, closes, merges, assignments) |
373
+ | `pr_files` | 5.6M | Files changed in each pull request |
374
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
375
  | **Total** | **13.6M** | |
376
 
stats.csv CHANGED
@@ -1,16 +1,16 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-07T08:24:31Z,ClickHouse/ClickHouse,100767,72838,203554,99885,100886,14377,694654,0,1286961
3
- 2026-04-07T08:24:31Z,duckdb/duckdb,18138,11387,0,0,8786,10000,122443,0,170754
4
- 2026-04-07T08:24:31Z,etcd-io/etcd,20977,13844,87235,36911,28519,11415,120334,0,319235
5
- 2026-04-07T08:24:31Z,facebook/react,33676,19202,137771,32913,20117,250860,202197,163984,860720
6
- 2026-04-07T08:24:31Z,golang/go,75856,4942,536058,167,323,268162,71801,0,957309
7
- 2026-04-07T08:24:31Z,mdn/content,41549,31454,74126,83303,18892,13219,150013,0,412556
8
- 2026-04-07T08:24:31Z,microsoft/TypeScript,62139,19094,286115,50558,41941,13207,589008,0,1062062
9
- 2026-04-07T08:24:31Z,pingcap/tidb,67226,44494,370000,117422,162551,10111,427607,0,1199411
10
- 2026-04-07T08:24:31Z,python/cpython,145799,69824,720155,144320,149899,24974,661898,0,1916869
11
- 2026-04-07T08:24:31Z,redis/redis,14562,7646,53062,28453,27151,10918,65540,0,207332
12
- 2026-04-07T08:24:31Z,rust-lang/rust,154002,92154,1220889,242831,185839,46238,1715201,0,3657154
13
- 2026-04-07T08:24:31Z,swiftlang/swift,84416,66803,344157,103119,108477,13942,685321,0,1406235
14
- 2026-04-07T08:24:31Z,vuejs/core,12057,6063,32178,3558,4763,10388,21317,0,90324
15
- 2026-04-07T08:24:31Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
16
- 2026-04-07T08:24:31Z,_total,834427,461993,4070171,945571,860817,707855,5542528,163984,13587346
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-07T08:38:33Z,ClickHouse/ClickHouse,100767,72838,203554,99885,100886,14377,694654,0,1286961
3
+ 2026-04-07T08:38:33Z,duckdb/duckdb,18138,11387,0,0,9494,10000,132021,0,181040
4
+ 2026-04-07T08:38:33Z,etcd-io/etcd,20977,13844,87235,36911,28519,11415,120334,0,319235
5
+ 2026-04-07T08:38:33Z,facebook/react,33676,19202,137771,32913,20117,251165,202197,163984,861025
6
+ 2026-04-07T08:38:33Z,golang/go,75856,4942,536058,167,323,268162,71801,0,957309
7
+ 2026-04-07T08:38:33Z,mdn/content,41549,31454,74126,83303,18892,13219,150013,0,412556
8
+ 2026-04-07T08:38:33Z,microsoft/TypeScript,62139,19094,286115,50558,41941,13207,589008,0,1062062
9
+ 2026-04-07T08:38:33Z,pingcap/tidb,67226,44494,370000,117422,162551,10111,427607,0,1199411
10
+ 2026-04-07T08:38:33Z,python/cpython,145799,69824,720155,144320,149899,24974,661898,0,1916869
11
+ 2026-04-07T08:38:33Z,redis/redis,14562,7646,53062,28453,27151,10918,65540,0,207332
12
+ 2026-04-07T08:38:33Z,rust-lang/rust,154002,92154,1220889,242831,185839,46238,1715201,0,3657154
13
+ 2026-04-07T08:38:33Z,swiftlang/swift,84416,66803,344157,103119,108477,13942,685321,0,1406235
14
+ 2026-04-07T08:38:33Z,vuejs/core,12057,6063,32178,3558,4763,10388,21317,0,90324
15
+ 2026-04-07T08:38:33Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
16
+ 2026-04-07T08:38:33Z,_total,834427,461993,4070171,945571,861525,708160,5552106,163984,13597937