tamnd commited on
Commit
e318c98
·
verified ·
1 Parent(s): e33d64d

sync mdn/content +44.0K reviews +145.7K pr_files — 2026-04-29 18:35 UTC

Browse files

reviews 76.4K +44.0K
pr_files 390.7K +145.7K

README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 17 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 **17.4M rows** across 8 tables in **1.3 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,7 +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-29 18:19 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,22 +61,7 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +102.4K | +73.9K | +311.3K | +104.4K | +29.7K |
65
- | **duckdb/duckdb** | +18.5K | +11.4K | +61.4K | +13.3K | +15.7K |
66
- | **etcd-io/etcd** | +21.1K | +13.9K | +124.9K | +28.8K | +12.0K |
67
- | **facebook/react** | +33.8K | +19.4K | +171.2K | +31.9K | +10.9K |
68
- | **golang/go** | +74.2K | +5.1K | +539.9K | +183 | +13.5K |
69
- | **kubernetes/kubernetes** | +137.7K | +88.8K | +1.9M | +303.0K | +61.1K |
70
- | **mdn/content** | — | — | — | +19.2K | — |
71
- | **moby/moby** | +51.5K | +28.1K | +387.6K | +50.6K | +14.6K |
72
- | **pingcap/tidb** | +67.7K | +44.5K | +495.7K | +164.1K | +55.0K |
73
- | **python/cpython** | +105.8K | +70.7K | +870.7K | +61.5K | +12.8K |
74
- | **pytorch/pytorch** | +180.3K | +122.2K | +1.2M | +383.9K | +121.8K |
75
- | **redis/redis** | +14.7K | +7.6K | +82.5K | +27.7K | +13.5K |
76
- | **rust-lang/rust** | +154.9K | +93.2K | — | — | +10.0K |
77
- | **swiftlang/swift** | +84.8K | +66.8K | +449.0K | +109.2K | +25.8K |
78
- | **vuejs/core** | +12.1K | +6.1K | +36.0K | +4.8K | +11.6K |
79
- | **vuejs/docs** | +3.3K | +2.2K | +7.0K | +2.7K | +10.1K |
80
 
81
 
82
  ## Repositories
@@ -89,7 +74,7 @@ New items since the previous publish:
89
  | **facebook/react** | 33.8K | 19.4K | 171.2K | 31.9K | 10.9K | 472.6K | 2026-04-29 15:31 UTC |
90
  | **golang/go** | 74.2K | 5.1K | 539.9K | 183 | 13.5K | 680.2K | 2026-04-29 16:27 UTC |
91
  | **kubernetes/kubernetes** | 137.7K | 88.8K | 1.9M | 303.0K | 61.1K | 4.0M | 2026-04-20 12:29 UTC |
92
- | **mdn/content** | 40.8K | 31.7K | 0 | 32.5K | 10.0K | 360.0K | 2026-04-29 15:42 UTC |
93
  | **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 17.1K | 1.1M | 2026-04-25 17:14 UTC |
94
  | **moby/moby** | 51.5K | 28.1K | 387.6K | 50.6K | 14.6K | 880.6K | 2026-04-20 12:08 UTC |
95
  | **pingcap/tidb** | 67.7K | 44.5K | 495.7K | 164.1K | 55.0K | 1.3M | 2026-04-26 07:19 UTC |
@@ -397,8 +382,8 @@ CI/CD status checks and GitHub Actions results for each commit.
397
  | `review_comments` | 1.5M | Inline code review comments on PR diffs |
398
  | `reviews` | 1.4M | PR review decisions |
399
  | `timeline_events` | 445.2K | Activity timeline (labels, closes, merges, assignments) |
400
- | `pr_files` | 6.7M | Files changed in each pull request |
401
- | **Total** | **17.4M** | |
402
 
403
  ## How it's built
404
 
 
41
 
42
  The full development metadata of 17 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 **17.6M rows** across 8 tables in **5.8 MB** 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-29 18:35 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **mdn/content** | | | | +44.0K | |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
 
74
  | **facebook/react** | 33.8K | 19.4K | 171.2K | 31.9K | 10.9K | 472.6K | 2026-04-29 15:31 UTC |
75
  | **golang/go** | 74.2K | 5.1K | 539.9K | 183 | 13.5K | 680.2K | 2026-04-29 16:27 UTC |
76
  | **kubernetes/kubernetes** | 137.7K | 88.8K | 1.9M | 303.0K | 61.1K | 4.0M | 2026-04-20 12:29 UTC |
77
+ | **mdn/content** | 40.8K | 31.7K | 0 | 76.4K | 10.0K | 549.7K | 2026-04-29 15:42 UTC |
78
  | **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 17.1K | 1.1M | 2026-04-25 17:14 UTC |
79
  | **moby/moby** | 51.5K | 28.1K | 387.6K | 50.6K | 14.6K | 880.6K | 2026-04-20 12:08 UTC |
80
  | **pingcap/tidb** | 67.7K | 44.5K | 495.7K | 164.1K | 55.0K | 1.3M | 2026-04-26 07:19 UTC |
 
382
  | `review_comments` | 1.5M | Inline code review comments on PR diffs |
383
  | `reviews` | 1.4M | PR review decisions |
384
  | `timeline_events` | 445.2K | Activity timeline (labels, closes, merges, assignments) |
385
+ | `pr_files` | 6.8M | Files changed in each pull request |
386
+ | **Total** | **17.6M** | |
387
 
388
  ## How it's built
389
 
data/pr_files/mdn/content/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79eb11f5e6e9780c8c3a7269e1ea5ff6476e5a866ef5503e0ac1ab01245bb1e6
3
- size 2030022
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f9d7c867ede44b24f66dcddf2ba4cd8c82d1fd66f3c5c1540ae2d5944e79bf
3
+ size 3278045
data/reviews/mdn/content/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fd6979c846a66c10e485a8ccab36797941e78a370a2caa27b84f4f645065f4d
3
- size 1214783
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ec2fd03b16ed813e56656722c55bd29784cc5f93a42c3ee60521de032f40903
3
+ size 2776560
stats.csv CHANGED
@@ -1,19 +1,19 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-29T18:19:36Z,ClickHouse/ClickHouse,102412,73891,208242,103088,104387,29698,688892,0,1310610
3
- 2026-04-29T18:19:36Z,duckdb/duckdb,18497,11388,44927,16516,13288,15677,202200,0,322493
4
- 2026-04-29T18:19:36Z,etcd-io/etcd,21065,13900,87740,37160,28790,11965,120558,0,321178
5
- 2026-04-29T18:19:36Z,facebook/react,33821,19412,138232,32990,31882,10893,205381,0,472611
6
- 2026-04-29T18:19:36Z,golang/go,74173,5062,539731,168,183,13533,47303,0,680153
7
- 2026-04-29T18:19:36Z,kubernetes/kubernetes,137657,88755,1487673,440528,303016,61124,1476297,0,3995050
8
- 2026-04-29T18:19:36Z,mdn/content,40834,31692,0,0,32466,10010,245014,0,360016
9
- 2026-04-29T18:19:36Z,microsoft/TypeScript,62202,19094,286414,50561,41953,17065,589088,0,1066377
10
- 2026-04-29T18:19:36Z,moby/moby,51466,28126,316994,70640,50606,14581,348237,0,880650
11
- 2026-04-29T18:19:36Z,pingcap/tidb,67690,44494,376857,118888,164059,54976,436847,0,1263811
12
- 2026-04-29T18:19:36Z,python/cpython,105816,70679,724897,145798,61462,12822,270134,0,1391608
13
- 2026-04-29T18:19:36Z,pytorch/pytorch,180266,122163,900634,325731,383899,121844,1058905,0,3093442
14
- 2026-04-29T18:19:36Z,redis/redis,14656,7646,53435,29038,27688,13458,65696,0,211617
15
- 2026-04-29T18:19:36Z,rust-lang/rust,154929,93150,0,0,0,10000,212004,0,470083
16
- 2026-04-29T18:19:36Z,swiftlang/swift,84757,66803,345405,103564,109174,25834,687394,0,1422931
17
- 2026-04-29T18:19:36Z,vuejs/core,12129,6063,32423,3618,4834,11557,21589,0,92213
18
- 2026-04-29T18:19:36Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
19
- 2026-04-29T18:19:36Z,_total,1165642,704566,5548495,1480422,1360364,445165,6690895,0,17395549
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-29T18:35:41Z,ClickHouse/ClickHouse,102412,73891,208242,103088,104387,29698,688892,0,1310610
3
+ 2026-04-29T18:35:41Z,duckdb/duckdb,18497,11388,44927,16516,13288,15677,202200,0,322493
4
+ 2026-04-29T18:35:41Z,etcd-io/etcd,21065,13900,87740,37160,28790,11965,120558,0,321178
5
+ 2026-04-29T18:35:41Z,facebook/react,33821,19412,138232,32990,31882,10893,205381,0,472611
6
+ 2026-04-29T18:35:41Z,golang/go,74173,5062,539731,168,183,13533,47303,0,680153
7
+ 2026-04-29T18:35:41Z,kubernetes/kubernetes,137657,88755,1487673,440528,303016,61124,1476297,0,3995050
8
+ 2026-04-29T18:35:41Z,mdn/content,40834,31692,0,0,76435,10010,390749,0,549720
9
+ 2026-04-29T18:35:41Z,microsoft/TypeScript,62202,19094,286414,50561,41953,17065,589088,0,1066377
10
+ 2026-04-29T18:35:41Z,moby/moby,51466,28126,316994,70640,50606,14581,348237,0,880650
11
+ 2026-04-29T18:35:41Z,pingcap/tidb,67690,44494,376857,118888,164059,54976,436847,0,1263811
12
+ 2026-04-29T18:35:41Z,python/cpython,105816,70679,724897,145798,61462,12822,270134,0,1391608
13
+ 2026-04-29T18:35:41Z,pytorch/pytorch,180266,122163,900634,325731,383899,121844,1058905,0,3093442
14
+ 2026-04-29T18:35:41Z,redis/redis,14656,7646,53435,29038,27688,13458,65696,0,211617
15
+ 2026-04-29T18:35:41Z,rust-lang/rust,154929,93150,0,0,0,10000,212004,0,470083
16
+ 2026-04-29T18:35:41Z,swiftlang/swift,84757,66803,345405,103564,109174,25834,687394,0,1422931
17
+ 2026-04-29T18:35:41Z,vuejs/core,12129,6063,32423,3618,4834,11557,21589,0,92213
18
+ 2026-04-29T18:35:41Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
19
+ 2026-04-29T18:35:41Z,_total,1165642,704566,5548495,1480422,1404333,445165,6836630,0,17585253