tamnd commited on
Commit
b55c88c
·
verified ·
1 Parent(s): c257e57

sync vuejs/core +32.7K comments +3.7K review_comments +469 reviews +54.9K timeline — 2026-05-26 21:33 UTC

Browse files

comments 32.7K +32.7K
review_comments 3.7K +3.7K
reviews 4.9K +469
timeline_events 129.8K +54.9K
pr_files 22.2K +2.3K
commit_statuses 15.4K +5.6K

README.md CHANGED
@@ -41,7 +41,7 @@ configs:
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,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 20:34 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,13 +61,11 @@ New items since the previous publish:
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
@@ -80,15 +78,15 @@ New items since the previous publish:
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
@@ -382,14 +380,14 @@ CI/CD status checks and GitHub Actions results for each commit.
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
 
 
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.3M rows** across 8 tables in **559.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
  - **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 21:33 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **microsoft/TypeScript** | +1 | | +11 | +2 | +397 |
65
+ | **redis/redis** | +5 | +4 | +23 | +11 | +45 |
66
+ | **rust-lang/rust** | +33 | +26 | +433 | +91 | +1.9K |
67
+ | **swiftlang/swift** | +36 | +33 | +118 | +60 | +809 |
68
+ | **vuejs/core** | | | +36.4K | +469 | +54.9K |
 
 
69
 
70
 
71
  ## Repositories
 
78
  | **golang/go** | 74.8K | 5.1K | 544.0K | 183 | 74.4K | 758.1K | 2026-05-26 19:10 UTC |
79
  | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 141.3K | 4.1M | 2026-05-26 17:18 UTC |
80
  | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.7K | 723.8K | 2026-05-26 17:21 UTC |
81
+ | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 22.3K | 1.1M | 2026-05-26 20:47 UTC |
82
  | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.3K | 2026-05-26 15:24 UTC |
83
  | **pingcap/tidb** | 68.3K | 45.2K | 500.4K | 165.9K | 66.9K | 1.3M | 2026-05-26 14:27 UTC |
84
  | **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.5K | 1.5M | 2026-05-26 19:15 UTC |
85
  | **pytorch/pytorch** | 184.6K | 125.8K | 1.2M | 383.9K | 141.8K | 3.1M | 2026-05-26 18:52 UTC |
86
+ | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.1K | 2026-05-26 19:05 UTC |
87
+ | **rust-lang/rust** | 155.9K | 93.9K | 1.5M | 189.6K | 115.1K | 3.9M | 2026-05-26 21:02 UTC |
88
+ | **swiftlang/swift** | 85.5K | 67.7K | 452.2K | 110.5K | 29.3K | 1.4M | 2026-05-26 21:02 UTC |
89
+ | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.8K | 227.2K | 2026-05-26 16:03 UTC |
90
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 40.9K | 2026-05-25 03:22 UTC |
91
 
92
  ## How to download and use this dataset
 
380
  | Table | Rows | Description |
381
  |-------|-----:|-------------|
382
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
383
+ | `pull_requests` | 704.0K | PR-specific fields (merge status, diffs, refs) |
384
  | `comments` | 6.5M | Conversation comments on issues and PRs |
385
  | `review_comments` | 1.7M | Inline code review comments on PR diffs |
386
  | `reviews` | 1.5M | PR review decisions |
387
+ | `timeline_events` | 1.2M | Activity timeline (labels, closes, merges, assignments) |
388
  | `pr_files` | 8.0M | Files changed in each pull request |
389
+ | `commit_statuses` | 365.6K | CI/CD status checks per commit |
390
+ | **Total** | **21.3M** | |
391
 
392
  ## How it's built
393
 
data/comments/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e221c157574e8b3238b895c7cb7ca786368ab9b142d7a4ec1e7ad63be6f59335
3
- size 6548891
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d74d577b2e8670dea05ac0bb378bff76954dd18abd45882d24f50753f677fbfd
3
+ size 6781994
data/commit_statuses/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7c437cc649fa181fcf7aeff02b72f1f52e73161a09e4a36d382aa5d59f4a8b3
3
- size 167859
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb7dc79545562745b8ab78ebafb3856b66453095ae7b7e72da484d290f84e09
3
+ size 265596
data/pr_files/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f8f7b0fa27a913540fdd4665018bddb4492df29771ceaedcb40ca9af9e061f8
3
- size 96509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b059c53e9343eb52e7ed3bd47faa92599020c0f1b0dfd5ab4cfea4550104750f
3
+ size 110951
data/review_comments/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:824d43a3bd46a756e92f99e77fe94596da5b20935ca28ade5234c3c2b75d062a
3
- size 807814
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba6c311cc90e18599415d877f5b5fdb43bc903fd3ecba1410d3796a8ac0c4b1
3
+ size 844729
data/reviews/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fda0cb80d29f512b6c9343310c4d238ad963a8fbd5833fdce8d078e45a8338b
3
- size 366652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f17f024249d2fadf136cd16f6b95235c0b30f397fca5299ab5f2c57b0f61db65
3
+ size 538891
data/timeline_events/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f3d340da9b03755849f4baf0e6c81f896b0d2b95315e83839b75e507c531552
3
- size 15891325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdf38fcf257b050eb2349b9ae7fef0d9ec30762134894e5801d17b26243df19b
3
+ size 28831628
stats.csv CHANGED
@@ -1,18 +1,18 @@
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
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-26T21:33:05Z,ClickHouse/ClickHouse,104701,76018,215927,111039,112586,115536,706771,234345,1676923
3
+ 2026-05-26T21:33:05Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
4
+ 2026-05-26T21:33:05Z,facebook/react,33982,19500,138587,33010,31920,17997,205838,6482,487316
5
+ 2026-05-26T21:33:05Z,golang/go,74752,5146,543852,168,183,74431,59474,94,758100
6
+ 2026-05-26T21:33:05Z,kubernetes/kubernetes,138470,89587,1496543,443963,305877,141340,1498511,12523,4126814
7
+ 2026-05-26T21:33:05Z,mdn/content,41136,31853,75003,85749,77866,17715,392681,1768,723771
8
+ 2026-05-26T21:33:05Z,microsoft/TypeScript,62272,19118,286739,50577,41989,22313,589245,1205,1073458
9
+ 2026-05-26T21:33:05Z,moby/moby,51745,28380,0,0,0,202569,51643,0,334337
10
+ 2026-05-26T21:33:05Z,pingcap/tidb,68284,45155,379791,120627,165944,66914,439284,17552,1303551
11
+ 2026-05-26T21:33:05Z,python/cpython,107141,71666,730079,147298,63058,83453,279777,58542,1541014
12
+ 2026-05-26T21:33:05Z,pytorch/pytorch,184628,125764,900634,325731,383899,141843,1058905,0,3121404
13
+ 2026-05-26T21:33:05Z,redis/redis,14811,7753,53917,29752,28408,17476,66734,2203,221054
14
+ 2026-05-26T21:33:05Z,rust-lang/rust,155938,93891,1239972,247407,189568,115054,1802713,10204,3854747
15
+ 2026-05-26T21:33:05Z,swiftlang/swift,85515,67675,347818,104423,110456,29295,696955,2277,1444414
16
+ 2026-05-26T21:33:05Z,vuejs/core,12229,6231,32707,3697,4934,129829,22169,15382,227178
17
+ 2026-05-26T21:33:05Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
18
+ 2026-05-26T21:33:05Z,_total,1160098,703997,6535197,1743226,1548683,1206087,8008216,365620,21271124