tamnd commited on
Commit
ef337bc
·
verified ·
1 Parent(s): 2205b28

sync mdn/content +28 issues +40 comments +122 review_comments +103 reviews — 2026-05-04 04:39 UTC

Browse files

issues 40.9K +28
comments 74.6K +40
review_comments 84.6K +122
reviews 77.0K +103
timeline_events 12.6K +2.5K
pr_files 391.7K +62

README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - mul
8
  pretty_name: OpenGitHub Issues
9
  size_categories:
10
- - 10M<n<100M
11
  tags:
12
  - github
13
  - metadata
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 15 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 **18.3M rows** across 8 tables in **122.6 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,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-05-03 23:29 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,27 +61,15 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **golang/go** | +74.2K | +5.1K | +540.1K | +183 | +19.8K |
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 102.6K | 73.9K | 312.7K | 105.0K | 40.9K | 1.3M | 2026-04-30 06:08 UTC |
72
  | **duckdb/duckdb** | 18.6K | 11.4K | 61.4K | 13.3K | 15.7K | 322.7K | 2026-04-30 06:16 UTC |
73
- | **etcd-io/etcd** | 21.1K | 13.9K | 125.1K | 28.8K | 13.0K | 322.6K | 2026-04-30 05:48 UTC |
74
- | **facebook/react** | 33.8K | 19.4K | 171.2K | 31.9K | 11.1K | 472.8K | 2026-04-30 02:00 UTC |
75
- | **golang/go** | 74.2K | 5.1K | 540.1K | 183 | 19.8K | 686.7K | 2026-04-30 01:39 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 | 159.0K | 76.9K | 10.1K | 710.1K | 2026-04-29 23:30 UTC |
78
- | **microsoft/TypeScript** | 62.2K | 19.1K | 337.0K | 42.0K | 18.0K | 1.1M | 2026-04-30 04:25 UTC |
79
- | **moby/moby** | 51.5K | 28.1K | 387.6K | 50.6K | 14.6K | 880.6K | 2026-04-20 12:08 UTC |
80
- | **python/cpython** | 105.8K | 70.7K | 870.8K | 61.5K | 13.9K | 1.4M | 2026-04-30 02:11 UTC |
81
- | **pytorch/pytorch** | 180.3K | 122.2K | 1.2M | 383.9K | 121.8K | 3.1M | 2026-04-20 12:41 UTC |
82
- | **redis/redis** | 14.7K | 7.6K | 82.7K | 27.8K | 14.1K | 212.9K | 2026-04-30 05:59 UTC |
83
- | **rust-lang/rust** | 154.9K | 93.2K | 1.4M | 187.9K | 11.1K | 3.7M | 2026-04-30 02:19 UTC |
84
- | **vuejs/core** | 12.1K | 6.1K | 36.0K | 4.8K | 11.6K | 92.2K | 2026-04-30 02:22 UTC |
85
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
86
 
87
  ## How to download and use this dataset
@@ -374,14 +362,14 @@ CI/CD status checks and GitHub Actions results for each commit.
374
 
375
  | Table | Rows | Description |
376
  |-------|-----:|-------------|
377
- | `issues` | 1.0M | Issues and pull requests (shared metadata) |
378
- | `pull_requests` | 593.3K | PR-specific fields (merge status, diffs, refs) |
379
- | `comments` | 6.1M | Conversation comments on issues and PRs |
380
- | `review_comments` | 1.5M | Inline code review comments on PR diffs |
381
- | `reviews` | 1.3M | PR review decisions |
382
- | `timeline_events` | 387.1K | Activity timeline (labels, closes, merges, assignments) |
383
- | `pr_files` | 7.3M | Files changed in each pull request |
384
- | **Total** | **18.3M** | |
385
 
386
  ## How it's built
387
 
 
7
  - mul
8
  pretty_name: OpenGitHub Issues
9
  size_categories:
10
+ - 1M<n<10M
11
  tags:
12
  - github
13
  - metadata
 
39
 
40
  ## What is it?
41
 
42
+ The full development metadata of 3 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 **1.1M rows** across 8 tables in **50.1 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-05-04 04:39 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **mdn/content** | +28 | | +162 | +103 | +2.5K |
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
 
71
  | **duckdb/duckdb** | 18.6K | 11.4K | 61.4K | 13.3K | 15.7K | 322.7K | 2026-04-30 06:16 UTC |
72
+ | **mdn/content** | 40.9K | 31.7K | 159.1K | 77.0K | 12.6K | 713.0K | 2026-05-04 02:42 UTC |
 
 
 
 
 
 
 
 
 
 
 
73
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.1K | 40.7K | 2026-04-28 08:27 UTC |
74
 
75
  ## How to download and use this dataset
 
362
 
363
  | Table | Rows | Description |
364
  |-------|-----:|-------------|
365
+ | `issues` | 62.7K | Issues and pull requests (shared metadata) |
366
+ | `pull_requests` | 45.3K | PR-specific fields (merge status, diffs, refs) |
367
+ | `comments` | 124.4K | Conversation comments on issues and PRs |
368
+ | `review_comments` | 103.2K | Inline code review comments on PR diffs |
369
+ | `reviews` | 93.0K | PR review decisions |
370
+ | `timeline_events` | 38.4K | Activity timeline (labels, closes, merges, assignments) |
371
+ | `pr_files` | 609.3K | Files changed in each pull request |
372
+ | **Total** | **1.1M** | |
373
 
374
  ## How it's built
375
 
data/comments/mdn/content/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:085d9e648a3901b550b3eb2f1e0714a26d8a1e647e7eca4dee33860207b362d1
3
- size 15798453
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5813d79ea4c10081bf0b0e116b7f0e598d21bb7682ef28c9ae3fcf9f61d91da7
3
+ size 15804955
data/issues/mdn/content/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6a806d21a5de86e5708ebd74257fbaf189bfef36011d5407bb37668dd7827bc
3
- size 8333972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a79078c394a3ada903493ca501ddf108323473d7b6ab2dc0f8086812e12be954
3
+ size 8343674
data/pr_files/mdn/content/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91d2388597dddac4eba833b0ded2bc78ce620f4eb728f72e5e307f87ad4c3fba
3
- size 3283106
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3e476d31a419aeacd0385b1570e8ca992b8609235c715577e9aa62682524035
3
+ size 3284351
data/review_comments/mdn/content/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c23dd8b67693884c10b5b3a750c597fec7e539b22f2202df67c8d2b1fa5972d
3
- size 21563633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf81a6584cbeb663957d0f52ef6135cce890ae395aa60ab0bf4255b06ce0591b
3
+ size 21587957
data/reviews/mdn/content/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d3202e294af559bad7325f68c5b04f3aeca998378ab0cffb6aeb33bb102f241
3
- size 2787529
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca17ccf2bc7d56845efe733fe8d2c69f33fe0c4786576172da0572657d9f270
3
+ size 2790539
data/timeline_events/mdn/content/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:727d5293977d88c240b366e1c3215b07a5ff410ef3ae5b6962c446f1e2a65eff
3
- size 196995
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afabc525be818d21a972e4009f3e46a6304d5cf64f97132a7748ecb26e3e3cd9
3
+ size 729049
stats.csv CHANGED
@@ -1,17 +1,5 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-03T23:29:29Z,ClickHouse/ClickHouse,102633,73891,209045,103643,105003,40908,690402,0,1325525
3
- 2026-05-03T23:29:29Z,duckdb/duckdb,18588,11388,44927,16516,13288,15717,202251,0,322675
4
- 2026-05-03T23:29:29Z,etcd-io/etcd,21093,13900,87864,37197,28839,13033,120657,0,322583
5
- 2026-05-03T23:29:29Z,facebook/react,33823,19412,138239,32992,31884,11070,205382,0,472802
6
- 2026-05-03T23:29:29Z,golang/go,74184,5062,539907,168,183,19843,47307,0,686654
7
- 2026-05-03T23:29:29Z,kubernetes/kubernetes,137657,88755,1487673,440528,303016,61124,1476297,0,3995050
8
- 2026-05-03T23:29:29Z,mdn/content,40837,31692,74545,84439,76884,10067,391641,0,710105
9
- 2026-05-03T23:29:29Z,microsoft/TypeScript,62220,19094,286462,50561,41957,18045,589115,0,1067454
10
- 2026-05-03T23:29:29Z,moby/moby,51466,28126,316994,70640,50606,14581,348237,0,880650
11
- 2026-05-03T23:29:29Z,python/cpython,105826,70679,724977,145815,61474,13932,270141,0,1392844
12
- 2026-05-03T23:29:29Z,pytorch/pytorch,180266,122163,900634,325731,383899,121844,1058905,0,3093442
13
- 2026-05-03T23:29:29Z,redis/redis,14690,7646,53545,29201,27837,14141,65829,0,212889
14
- 2026-05-03T23:29:29Z,rust-lang/rust,154948,93155,1230564,199719,187881,11056,1787569,0,3664892
15
- 2026-05-03T23:29:29Z,vuejs/core,12130,6063,32424,3619,4835,11562,21595,0,92228
16
- 2026-05-03T23:29:29Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
17
- 2026-05-03T23:29:29Z,_total,1013633,593274,6132691,1542903,1320263,387051,7290684,0,18280499
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-04T04:39:43Z,duckdb/duckdb,18588,11388,44927,16516,13288,15717,202251,0,322675
3
+ 2026-05-04T04:39:43Z,mdn/content,40865,31692,74585,84561,76987,12567,391703,0,712960
4
+ 2026-05-04T04:39:43Z,vuejs/docs,3272,2248,4891,2134,2677,10128,15356,0,40706
5
+ 2026-05-04T04:39:43Z,_total,62725,45328,124403,103211,92952,38412,609310,0,1076341