tamnd commited on
Commit
394bb43
·
verified ·
1 Parent(s): 4992dd3

sync vuejs/core +12.2K issues +6.2K PRs +4.5K reviews +74.9K timeline — 2026-05-26 20:34 UTC

Browse files

issues 12.2K +12.2K
pull_requests 6.2K +6.2K
reviews 4.5K +4.5K
timeline_events 74.9K +74.9K
pr_files 19.9K +19.9K
commit_statuses 9.8K +9.8K

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
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 **16.9M rows** across 8 tables in **26.0 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-26 18:19 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,7 +61,13 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **moby/moby** | | | | | +34.9K |
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
@@ -70,17 +76,19 @@ New items since the previous publish:
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
  | **ClickHouse/ClickHouse** | 104.7K | 76.0K | 327.0K | 112.6K | 115.5K | 1.7M | 2026-05-26 10:52 UTC |
72
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.1K | 336.1K | 2026-05-26 10:54 UTC |
73
- | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 17.9K | 486.4K | 2026-05-26 08:05 UTC |
74
- | **golang/go** | 74.7K | 5.1K | 543.9K | 183 | 72.1K | 749.7K | 2026-05-26 08:01 UTC |
75
- | **mdn/content** | 41.1K | 31.9K | 160.7K | 77.9K | 17.6K | 723.5K | 2026-05-26 09:12 UTC |
 
76
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 21.9K | 1.1M | 2026-05-25 19:48 UTC |
77
  | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.3K | 2026-05-26 15:24 UTC |
78
  | **pingcap/tidb** | 68.3K | 45.2K | 500.4K | 165.9K | 66.9K | 1.3M | 2026-05-26 14:27 UTC |
79
- | **python/cpython** | 107.1K | 71.6K | 877.3K | 63.0K | 82.7K | 1.5M | 2026-05-26 08:19 UTC |
80
- | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
81
  | **redis/redis** | 14.8K | 7.7K | 83.6K | 28.4K | 17.4K | 220.9K | 2026-05-26 10:47 UTC |
82
  | **rust-lang/rust** | 155.9K | 93.9K | 1.5M | 189.5K | 113.2K | 3.9M | 2026-05-26 09:18 UTC |
83
  | **swiftlang/swift** | 85.5K | 67.6K | 452.1K | 110.4K | 28.5K | 1.4M | 2026-05-26 09:25 UTC |
 
84
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-25 03:22 UTC |
85
 
86
  ## How to download and use this dataset
@@ -373,15 +381,15 @@ CI/CD status checks and GitHub Actions results for each commit.
373
 
374
  | Table | Rows | Description |
375
  |-------|-----:|-------------|
376
- | `issues` | 1.0M | Issues and pull requests (shared metadata) |
377
- | `pull_requests` | 605.7K | PR-specific fields (merge status, diffs, refs) |
378
- | `comments` | 5.0M | Conversation comments on issues and PRs |
379
- | `review_comments` | 1.3M | Inline code review comments on PR diffs |
380
- | `reviews` | 1.2M | PR review decisions |
381
- | `timeline_events` | 918.5K | Activity timeline (labels, closes, merges, assignments) |
382
- | `pr_files` | 6.5M | Files changed in each pull request |
383
- | `commit_statuses` | 334.0K | CI/CD status checks per commit |
384
- | **Total** | **16.9M** | |
385
 
386
  ## How it's built
387
 
 
39
 
40
  ## What is it?
41
 
42
+ The full development metadata of 16 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 **21.2M rows** across 8 tables in **792.2 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-26 20:34 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **facebook/react** | +8 | +7 | +18 | +6 | +71 |
65
+ | **golang/go** | +13 | +2 | +86 | — | +2.3K |
66
+ | **kubernetes/kubernetes** | +138.5K | +89.6K | +1.9M | +305.9K | +141.3K |
67
+ | **mdn/content** | +3 | +3 | +27 | +15 | +101 |
68
+ | **python/cpython** | +38 | +27 | +101 | +16 | +789 |
69
+ | **pytorch/pytorch** | +2.9K | +2.4K | — | — | +10.0K |
70
+ | **vuejs/core** | +12.2K | +6.2K | — | +4.5K | +74.9K |
71
 
72
 
73
  ## Repositories
 
76
  |---|---:|---:|---:|---:|---:|---:|---|
77
  | **ClickHouse/ClickHouse** | 104.7K | 76.0K | 327.0K | 112.6K | 115.5K | 1.7M | 2026-05-26 10:52 UTC |
78
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.1K | 336.1K | 2026-05-26 10:54 UTC |
79
+ | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.0K | 487.3K | 2026-05-26 19:09 UTC |
80
+ | **golang/go** | 74.8K | 5.1K | 544.0K | 183 | 74.4K | 758.1K | 2026-05-26 19:10 UTC |
81
+ | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 141.3K | 4.1M | 2026-05-26 17:18 UTC |
82
+ | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.7K | 723.8K | 2026-05-26 17:21 UTC |
83
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 21.9K | 1.1M | 2026-05-25 19:48 UTC |
84
  | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.3K | 2026-05-26 15:24 UTC |
85
  | **pingcap/tidb** | 68.3K | 45.2K | 500.4K | 165.9K | 66.9K | 1.3M | 2026-05-26 14:27 UTC |
86
+ | **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.5K | 1.5M | 2026-05-26 19:15 UTC |
87
+ | **pytorch/pytorch** | 184.6K | 125.8K | 1.2M | 383.9K | 141.8K | 3.1M | 2026-05-26 18:52 UTC |
88
  | **redis/redis** | 14.8K | 7.7K | 83.6K | 28.4K | 17.4K | 220.9K | 2026-05-26 10:47 UTC |
89
  | **rust-lang/rust** | 155.9K | 93.9K | 1.5M | 189.5K | 113.2K | 3.9M | 2026-05-26 09:18 UTC |
90
  | **swiftlang/swift** | 85.5K | 67.6K | 452.1K | 110.4K | 28.5K | 1.4M | 2026-05-26 09:25 UTC |
91
+ | **vuejs/core** | 12.2K | 6.2K | 0 | 4.5K | 74.9K | 127.5K | 2026-05-26 16:03 UTC |
92
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-25 03:22 UTC |
93
 
94
  ## How to download and use this dataset
 
381
 
382
  | Table | Rows | Description |
383
  |-------|-----:|-------------|
384
+ | `issues` | 1.2M | Issues and pull requests (shared metadata) |
385
+ | `pull_requests` | 703.9K | PR-specific fields (merge status, diffs, refs) |
386
+ | `comments` | 6.5M | Conversation comments on issues and PRs |
387
+ | `review_comments` | 1.7M | Inline code review comments on PR diffs |
388
+ | `reviews` | 1.5M | PR review decisions |
389
+ | `timeline_events` | 1.1M | Activity timeline (labels, closes, merges, assignments) |
390
+ | `pr_files` | 8.0M | Files changed in each pull request |
391
+ | `commit_statuses` | 359.0K | CI/CD status checks per commit |
392
+ | **Total** | **21.2M** | |
393
 
394
  ## How it's built
395
 
data/commit_statuses/vuejs/core/0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7c437cc649fa181fcf7aeff02b72f1f52e73161a09e4a36d382aa5d59f4a8b3
3
+ size 167859
data/issues/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09990a07e90ef2c7d9475045fe90ff4d145876f9a53f293e6b9170c9c141b323
3
- size 5462822
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57151cabcf8ff5ec5ed1ffc544b7548d94803418f487e7246fc5b54ee908fd11
3
+ size 5513943
data/pr_files/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d55a739f4159e77615919c2586ca52d47a0585481c379b621c77f96e70d394f4
3
- size 110214
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f8f7b0fa27a913540fdd4665018bddb4492df29771ceaedcb40ca9af9e061f8
3
+ size 96509
data/pull_requests/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abc36cffbb556e3365001ecc34e9de034a082ed04ac427c489e24fa2caba4f31
3
- size 366539
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deeb3b856e2b0e41e5f674cc5fd3f0133770cf6cfbaa21736f6b08acdab97e60
3
+ size 364652
data/reviews/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9db630f0de58e40720014c4e0389b17e598ce487daa37dea1a76a0ccb074900b
3
- size 507221
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fda0cb80d29f512b6c9343310c4d238ad963a8fbd5833fdce8d078e45a8338b
3
+ size 366652
data/timeline_events/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0d6f373aa5a853ed483a1de834d9e25ff72c4941b8da2adcf243d176749c088
3
- size 1055715
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f3d340da9b03755849f4baf0e6c81f896b0d2b95315e83839b75e507c531552
3
+ size 15891325
stats.csv CHANGED
@@ -1,16 +1,18 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-26T18:19:19Z,ClickHouse/ClickHouse,104701,76018,215927,111039,112586,115536,706771,234345,1676923
3
- 2026-05-26T18:19:19Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
4
- 2026-05-26T18:19:19Z,facebook/react,33974,19493,138575,33004,31914,17926,205822,5720,486428
5
- 2026-05-26T18:19:19Z,golang/go,74739,5144,543766,168,183,72105,53474,93,749672
6
- 2026-05-26T18:19:19Z,mdn/content,41133,31850,74996,85729,77851,17614,392677,1681,723531
7
- 2026-05-26T18:19:19Z,microsoft/TypeScript,62271,19118,286730,50575,41987,21916,589245,1000,1072842
8
- 2026-05-26T18:19:19Z,moby/moby,51745,28380,0,0,0,202569,51643,0,334337
9
- 2026-05-26T18:19:19Z,pingcap/tidb,68284,45155,379791,120627,165944,66914,439284,17552,1303551
10
- 2026-05-26T18:19:19Z,python/cpython,107103,71639,729998,147278,63042,82664,279563,56710,1537997
11
- 2026-05-26T18:19:19Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
12
- 2026-05-26T18:19:19Z,redis/redis,14806,7749,53906,29740,28397,17431,66723,2155,220907
13
- 2026-05-26T18:19:19Z,rust-lang/rust,155905,93865,1239641,247305,189477,113195,1802341,9562,3851291
14
- 2026-05-26T18:19:19Z,swiftlang/swift,85479,67642,347728,104395,110396,28486,696775,2095,1442996
15
- 2026-05-26T18:19:19Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
16
- 2026-05-26T18:19:19Z,_total,1006325,605656,5005320,1295376,1237671,918522,6480739,333956,16883565
 
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-26T20:34:29Z,ClickHouse/ClickHouse,104701,76018,215927,111039,112586,115536,706771,234345,1676923
3
+ 2026-05-26T20:34:29Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
4
+ 2026-05-26T20:34:29Z,facebook/react,33982,19500,138587,33010,31920,17997,205838,6482,487316
5
+ 2026-05-26T20:34:29Z,golang/go,74752,5146,543852,168,183,74431,59474,94,758100
6
+ 2026-05-26T20:34:29Z,kubernetes/kubernetes,138470,89587,1496543,443963,305877,141340,1498511,12523,4126814
7
+ 2026-05-26T20:34:29Z,mdn/content,41136,31853,75003,85749,77866,17715,392681,1768,723771
8
+ 2026-05-26T20:34:29Z,microsoft/TypeScript,62271,19118,286730,50575,41987,21916,589245,1000,1072842
9
+ 2026-05-26T20:34:29Z,moby/moby,51745,28380,0,0,0,202569,51643,0,334337
10
+ 2026-05-26T20:34:29Z,pingcap/tidb,68284,45155,379791,120627,165944,66914,439284,17552,1303551
11
+ 2026-05-26T20:34:29Z,python/cpython,107141,71666,730079,147298,63058,83453,279777,58542,1541014
12
+ 2026-05-26T20:34:29Z,pytorch/pytorch,184628,125764,900634,325731,383899,141843,1058905,0,3121404
13
+ 2026-05-26T20:34:29Z,redis/redis,14806,7749,53906,29740,28397,17431,66723,2155,220907
14
+ 2026-05-26T20:34:29Z,rust-lang/rust,155905,93865,1239641,247305,189477,113195,1802341,9562,3851291
15
+ 2026-05-26T20:34:29Z,swiftlang/swift,85479,67642,347728,104395,110396,28486,696775,2095,1442996
16
+ 2026-05-26T20:34:29Z,vuejs/core,12229,6231,0,0,4465,74914,19884,9799,127522
17
+ 2026-05-26T20:34:29Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
18
+ 2026-05-26T20:34:29Z,_total,1160023,703934,6502049,1739385,1548050,1148062,8005368,358960,21165831