tamnd commited on
Commit
aa8a874
·
verified ·
1 Parent(s): 5388d55

sync pytorch/pytorch +13 issues +10 PRs +658 timeline — 2026-05-28 07:43 UTC

Browse files

issues 184.8K +13
pull_requests 125.9K +10
timeline_events 173.1K +658

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
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 **22.3M rows** across 8 tables in **1.4 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-05-28 06:47 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,20 +61,7 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +1 | +1 | +18 | +3 | +39 |
65
- | **duckdb/duckdb** | +1 | +1 | +5 | +1 | +17 |
66
- | **etcd-io/etcd** | +1 | +1 | +5 | — | +29 |
67
- | **golang/go** | +1 | +1 | +37 | — | +120 |
68
- | **kubernetes/kubernetes** | — | — | +19 | +6 | +90 |
69
- | **mdn/content** | +1 | — | — | — | +2 |
70
- | **microsoft/TypeScript** | — | — | +1 | — | +1 |
71
- | **moby/moby** | +2 | +6 | — | — | +4 |
72
- | **pingcap/tidb** | +6 | +6 | +78 | +13 | +338 |
73
- | **python/cpython** | +1 | — | +21 | +8 | +25 |
74
- | **pytorch/pytorch** | — | — | — | +43 | +2.4K |
75
- | **redis/redis** | +1 | +1 | +10 | +5 | +25 |
76
- | **rust-lang/rust** | +3 | +2 | +25 | +8 | +135 |
77
- | **swiftlang/swift** | +5 | +4 | +16 | +4 | +125 |
78
 
79
 
80
  ## Repositories
@@ -86,13 +73,12 @@ New items since the previous publish:
86
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.1K | 338.2K | 2026-05-28 04:59 UTC |
87
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.8K | 492.1K | 2026-05-28 01:33 UTC |
88
  | **golang/go** | 74.8K | 5.1K | 544.5K | 183 | 77.6K | 761.8K | 2026-05-28 05:25 UTC |
89
- | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 306.0K | 144.8K | 4.1M | 2026-05-28 04:25 UTC |
90
  | **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 18.0K | 724.4K | 2026-05-28 05:30 UTC |
91
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 03:02 UTC |
92
  | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.2K | 339.2K | 2026-05-28 05:27 UTC |
93
  | **pingcap/tidb** | 68.3K | 45.2K | 501.0K | 166.0K | 69.5K | 1.3M | 2026-05-28 05:39 UTC |
94
  | **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.0K | 1.5M | 2026-05-28 05:28 UTC |
95
- | **pytorch/pytorch** | 184.8K | 125.9K | 1.2M | 384.1K | 172.4K | 3.2M | 2026-05-28 04:26 UTC |
96
  | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.5K | 2026-05-28 05:22 UTC |
97
  | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 119.0K | 3.9M | 2026-05-28 05:25 UTC |
98
  | **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.5K | 1.4M | 2026-05-28 05:28 UTC |
@@ -389,15 +375,15 @@ CI/CD status checks and GitHub Actions results for each commit.
389
 
390
  | Table | Rows | Description |
391
  |-------|-----:|-------------|
392
- | `issues` | 1.2M | Issues and pull requests (shared metadata) |
393
- | `pull_requests` | 716.7K | PR-specific fields (merge status, diffs, refs) |
394
- | `comments` | 6.6M | Conversation comments on issues and PRs |
395
- | `review_comments` | 1.8M | Inline code review comments on PR diffs |
396
- | `reviews` | 1.6M | PR review decisions |
397
- | `timeline_events` | 1.6M | Activity timeline (labels, closes, merges, assignments) |
398
- | `pr_files` | 8.2M | Files changed in each pull request |
399
- | `commit_statuses` | 656.0K | CI/CD status checks per commit |
400
- | **Total** | **22.3M** | |
401
 
402
  ## How it's built
403
 
 
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 **18.1M rows** across 8 tables in **80.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-28 07:43 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **pytorch/pytorch** | +13 | +10 | | | +658 |
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
 
73
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.1K | 338.2K | 2026-05-28 04:59 UTC |
74
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.8K | 492.1K | 2026-05-28 01:33 UTC |
75
  | **golang/go** | 74.8K | 5.1K | 544.5K | 183 | 77.6K | 761.8K | 2026-05-28 05:25 UTC |
 
76
  | **mdn/content** | 41.2K | 31.9K | 160.8K | 77.9K | 18.0K | 724.4K | 2026-05-28 05:30 UTC |
77
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 03:02 UTC |
78
  | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.2K | 339.2K | 2026-05-28 05:27 UTC |
79
  | **pingcap/tidb** | 68.3K | 45.2K | 501.0K | 166.0K | 69.5K | 1.3M | 2026-05-28 05:39 UTC |
80
  | **python/cpython** | 107.2K | 71.7K | 877.6K | 63.1K | 85.0K | 1.5M | 2026-05-28 05:28 UTC |
81
+ | **pytorch/pytorch** | 184.8K | 125.9K | 1.2M | 384.1K | 173.1K | 3.2M | 2026-05-28 07:39 UTC |
82
  | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.6K | 221.5K | 2026-05-28 05:22 UTC |
83
  | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.7K | 119.0K | 3.9M | 2026-05-28 05:25 UTC |
84
  | **swiftlang/swift** | 85.6K | 67.7K | 452.5K | 110.5K | 31.5K | 1.4M | 2026-05-28 05:28 UTC |
 
375
 
376
  | Table | Rows | Description |
377
  |-------|-----:|-------------|
378
+ | `issues` | 1.0M | Issues and pull requests (shared metadata) |
379
+ | `pull_requests` | 627.1K | PR-specific fields (merge status, diffs, refs) |
380
+ | `comments` | 5.1M | Conversation comments on issues and PRs |
381
+ | `review_comments` | 1.3M | Inline code review comments on PR diffs |
382
+ | `reviews` | 1.3M | PR review decisions |
383
+ | `timeline_events` | 1.4M | Activity timeline (labels, closes, merges, assignments) |
384
+ | `pr_files` | 6.7M | Files changed in each pull request |
385
+ | `commit_statuses` | 642.2K | CI/CD status checks per commit |
386
+ | **Total** | **18.1M** | |
387
 
388
  ## How it's built
389
 
data/issues/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfc681939b2b1d0e5986e3189819255b9acf8ea90dde2aad541a40e750f6dd9b
3
- size 64342866
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7996f44016711b2579e6b5bff600fefaa589d72a6ce01b4e691ab69140d0b15f
3
+ size 64352541
data/pull_requests/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d2e6f50c20cafd509cc5a469e486703d1bca70ffe4933f648e8546c65e61a52
3
- size 7350821
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42073244b1a62905ccefae0505d7fb6da89f50b3fcfb11eb43e6f43e04a39b38
3
+ size 7347482
data/timeline_events/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b768b102edd6f11067f7efd20a4eaadeb7ad731e1cdd5427bd8e13494f3d1a27
3
- size 12329230
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d78bc2f7e12f73c99c1b11b08470abfca16122cfaa3c9e8a26bdcafc47cd38b9
3
+ size 12337242
stats.csv CHANGED
@@ -1,19 +1,18 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-28T06:47:53Z,ClickHouse/ClickHouse,104882,76162,216475,111524,113057,119632,707846,282394,1731972
3
- 2026-05-28T06:47:53Z,duckdb/duckdb,19070,12144,46480,17313,13935,300177,213758,179608,802485
4
- 2026-05-28T06:47:53Z,etcd-io/etcd,21225,14015,88864,37711,29384,21074,122182,3699,338154
5
- 2026-05-28T06:47:53Z,facebook/react,33992,19510,138621,33022,31946,18832,205893,10273,492089
6
- 2026-05-28T06:47:53Z,golang/go,74798,5149,544293,168,183,77637,59482,114,761824
7
- 2026-05-28T06:47:53Z,kubernetes/kubernetes,138501,89613,1496983,444120,306031,144796,1498805,13807,4132656
8
- 2026-05-28T06:47:53Z,mdn/content,41154,31866,75022,85813,77895,17953,392709,1940,724352
9
- 2026-05-28T06:47:53Z,microsoft/TypeScript,62275,19120,286753,50577,41992,23882,589252,1211,1075062
10
- 2026-05-28T06:47:53Z,moby/moby,51753,28416,0,0,0,206239,52753,0,339161
11
- 2026-05-28T06:47:53Z,pingcap/tidb,68332,45196,380329,120695,166035,69498,439438,20428,1309951
12
- 2026-05-28T06:47:53Z,python/cpython,107189,71700,730249,147369,63113,85038,279941,62293,1546892
13
- 2026-05-28T06:47:53Z,pytorch/pytorch,184830,125939,900634,325731,384079,172409,1059172,48074,3200868
14
- 2026-05-28T06:47:53Z,redis/redis,14816,7758,53939,29767,28425,17614,66763,2397,221479
15
- 2026-05-28T06:47:53Z,rust-lang/rust,155987,93927,1240520,247582,189721,119043,1803417,11626,3861823
16
- 2026-05-28T06:47:53Z,swiftlang/swift,85568,67716,348056,104470,110536,31489,697732,2616,1448183
17
- 2026-05-28T06:47:53Z,vuejs/core,12230,6232,32715,3698,4935,129892,22188,15426,227316
18
- 2026-05-28T06:47:53Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
- 2026-05-28T06:47:53Z,_total,1179888,716723,6584845,1761703,1563948,1565444,8226710,655959,22255220
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-28T07:43:57Z,ClickHouse/ClickHouse,104882,76162,216475,111524,113057,119632,707846,282394,1731972
3
+ 2026-05-28T07:43:57Z,duckdb/duckdb,19070,12144,46480,17313,13935,300177,213758,179608,802485
4
+ 2026-05-28T07:43:57Z,etcd-io/etcd,21225,14015,88864,37711,29384,21074,122182,3699,338154
5
+ 2026-05-28T07:43:57Z,facebook/react,33992,19510,138621,33022,31946,18832,205893,10273,492089
6
+ 2026-05-28T07:43:57Z,golang/go,74798,5149,544293,168,183,77637,59482,114,761824
7
+ 2026-05-28T07:43:57Z,mdn/content,41154,31866,75022,85813,77895,17953,392709,1940,724352
8
+ 2026-05-28T07:43:57Z,microsoft/TypeScript,62275,19120,286753,50577,41992,23882,589252,1211,1075062
9
+ 2026-05-28T07:43:57Z,moby/moby,51753,28416,0,0,0,206239,52753,0,339161
10
+ 2026-05-28T07:43:57Z,pingcap/tidb,68332,45196,380329,120695,166035,69498,439438,20428,1309951
11
+ 2026-05-28T07:43:57Z,python/cpython,107189,71700,730249,147369,63113,85038,279941,62293,1546892
12
+ 2026-05-28T07:43:57Z,pytorch/pytorch,184843,125949,900634,325731,384079,173067,1059172,48074,3201549
13
+ 2026-05-28T07:43:57Z,redis/redis,14816,7758,53939,29767,28425,17614,66763,2397,221479
14
+ 2026-05-28T07:43:57Z,rust-lang/rust,155987,93927,1240520,247582,189721,119043,1803417,11626,3861823
15
+ 2026-05-28T07:43:57Z,swiftlang/swift,85568,67716,348056,104470,110536,31489,697732,2616,1448183
16
+ 2026-05-28T07:43:57Z,vuejs/core,12230,6232,32715,3698,4935,129892,22188,15426,227316
17
+ 2026-05-28T07:43:57Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
18
+ 2026-05-28T07:43:57Z,_total,1041400,627120,5087862,1317583,1257917,1421306,6727905,642152,18123245