tamnd commited on
Commit
2435c70
·
verified ·
1 Parent(s): f79313e

sync pytorch/pytorch +6 issues +6 PRs +182 timeline — 2026-05-27 12:52 UTC

Browse files

issues 184.7K +6
pull_requests 125.8K +6
timeline_events 148.6K +182

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 **22.1M rows** across 8 tables in **1.6 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-27 11:56 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,21 +61,8 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +12 | +7 | +92 | +52 | +263 |
65
- | **duckdb/duckdb** | +8 | +8 | +24 | +5 | +121 |
66
- | **etcd-io/etcd** | — | — | +14 | +8 | +16 |
67
- | **facebook/react** | — | — | +6 | +5 | +29 |
68
- | **golang/go** | +1 | — | +18 | — | +63 |
69
- | **kubernetes/kubernetes** | +5 | +3 | +47 | +7 | +238 |
70
- | **mdn/content** | +1 | — | +32 | +5 | +21 |
71
- | **moby/moby** | +1 | +5 | — | — | +3 |
72
- | **pingcap/tidb** | +4 | +4 | +66 | +10 | +219 |
73
- | **python/cpython** | +12 | +10 | +67 | +18 | +261 |
74
- | **pytorch/pytorch** | +15 | +11 | — | +3 | +1.7K |
75
- | **redis/redis** | — | — | +6 | +3 | +6 |
76
- | **rust-lang/rust** | +8 | +5 | +105 | +25 | +719 |
77
- | **swiftlang/swift** | +3 | +2 | +17 | +10 | +80 |
78
- | **vuejs/core** | — | — | +3 | — | +10 |
79
 
80
 
81
  ## Repositories
@@ -87,13 +74,13 @@ New items since the previous publish:
87
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.5K | 29.4K | 20.5K | 336.9K | 2026-05-27 10:45 UTC |
88
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.5K | 488.4K | 2026-05-27 10:15 UTC |
89
  | **golang/go** | 74.8K | 5.1K | 544.2K | 183 | 75.6K | 759.5K | 2026-05-27 10:37 UTC |
90
- | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 142.6K | 4.1M | 2026-05-27 09:59 UTC |
91
  | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.8K | 724.0K | 2026-05-27 10:45 UTC |
92
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27 02:26 UTC |
93
  | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.6K | 337.4K | 2026-05-27 10:39 UTC |
94
  | **pingcap/tidb** | 68.3K | 45.2K | 500.7K | 166.0K | 68.5K | 1.3M | 2026-05-27 10:50 UTC |
95
  | **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.1K | 1.5M | 2026-05-27 10:43 UTC |
96
- | **pytorch/pytorch** | 184.7K | 125.8K | 1.2M | 383.9K | 148.4K | 3.1M | 2026-05-27 10:00 UTC |
97
  | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.2K | 2026-05-27 10:46 UTC |
98
  | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.6K | 116.4K | 3.9M | 2026-05-27 10:46 UTC |
99
  | **swiftlang/swift** | 85.5K | 67.7K | 452.3K | 110.5K | 29.9K | 1.4M | 2026-05-27 10:36 UTC |
@@ -397,7 +384,7 @@ CI/CD status checks and GitHub Actions results for each commit.
397
  | `reviews` | 1.6M | PR review decisions |
398
  | `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
399
  | `pr_files` | 8.2M | Files changed in each pull request |
400
- | `commit_statuses` | 572.8K | CI/CD status checks per commit |
401
  | **Total** | **22.1M** | |
402
 
403
  ## How it's built
 
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.1M rows** across 8 tables in **163.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-27 12:52 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **kubernetes/kubernetes** | +1 | +1 | | +8 | +142 |
65
+ | **pytorch/pytorch** | +6 | +6 | | | +182 |
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ## Repositories
 
74
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.5K | 29.4K | 20.5K | 336.9K | 2026-05-27 10:45 UTC |
75
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.5K | 488.4K | 2026-05-27 10:15 UTC |
76
  | **golang/go** | 74.8K | 5.1K | 544.2K | 183 | 75.6K | 759.5K | 2026-05-27 10:37 UTC |
77
+ | **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 142.7K | 4.1M | 2026-05-27 11:59 UTC |
78
  | **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.8K | 724.0K | 2026-05-27 10:45 UTC |
79
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.8K | 1.1M | 2026-05-27 02:26 UTC |
80
  | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 204.6K | 337.4K | 2026-05-27 10:39 UTC |
81
  | **pingcap/tidb** | 68.3K | 45.2K | 500.7K | 166.0K | 68.5K | 1.3M | 2026-05-27 10:50 UTC |
82
  | **python/cpython** | 107.2K | 71.7K | 877.5K | 63.1K | 84.1K | 1.5M | 2026-05-27 10:43 UTC |
83
+ | **pytorch/pytorch** | 184.7K | 125.8K | 1.2M | 383.9K | 148.6K | 3.1M | 2026-05-27 12:04 UTC |
84
  | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.5K | 221.2K | 2026-05-27 10:46 UTC |
85
  | **rust-lang/rust** | 156.0K | 93.9K | 1.5M | 189.6K | 116.4K | 3.9M | 2026-05-27 10:46 UTC |
86
  | **swiftlang/swift** | 85.5K | 67.7K | 452.3K | 110.5K | 29.9K | 1.4M | 2026-05-27 10:36 UTC |
 
384
  | `reviews` | 1.6M | PR review decisions |
385
  | `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
386
  | `pr_files` | 8.2M | Files changed in each pull request |
387
+ | `commit_statuses` | 572.9K | CI/CD status checks per commit |
388
  | **Total** | **22.1M** | |
389
 
390
  ## How it's built
data/issues/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00169171d6364a32d88abc20b29bd1d3b1ef87bde7a28114fb6d40f1870b47aa
3
- size 64272317
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a76705fc7dc0949664e863a39072691156cebe67e86b4fc82fca4b720bf192fe
3
+ size 64277123
data/pull_requests/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc305e69bfd9b67c0b54d676e0cca841be2e4616a70d7ea12e15d35d7accf7d5
3
- size 7343067
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9403e18d6b82656e8d358136b0279fe9a38f692c2d580726655ceb69eaea81a
3
+ size 7340079
data/timeline_events/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7fdcffe65877f5e9bed422f5260cc79aaba0e4a2d1d0bdf13885eeaf6dedad1
3
- size 10538609
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3de052dffccff82a7752b5d8edd46ff7756c753f09944c073778e4ab1f4117d1
3
+ size 10541387
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-05-27T11:56:23Z,ClickHouse/ClickHouse,104779,76081,216170,111298,112817,117559,707263,257162,1703129
3
- 2026-05-27T11:56:23Z,duckdb/duckdb,19055,12132,46456,17294,13919,299731,213622,178288,800497
4
- 2026-05-27T11:56:23Z,etcd-io/etcd,21215,14005,88777,37682,29352,20542,122124,3244,336941
5
- 2026-05-27T11:56:23Z,facebook/react,33984,19501,138599,33010,31925,18541,205840,6973,488373
6
- 2026-05-27T11:56:23Z,golang/go,74775,5147,544070,168,183,75586,59479,99,759507
7
- 2026-05-27T11:56:23Z,kubernetes/kubernetes,138487,89600,1496707,444030,305940,142569,1498557,12982,4128872
8
- 2026-05-27T11:56:23Z,mdn/content,41145,31860,75006,85794,77882,17808,392688,1838,724021
9
- 2026-05-27T11:56:23Z,microsoft/TypeScript,62272,19118,286743,50577,41990,23758,589245,1205,1074908
10
- 2026-05-27T11:56:23Z,moby/moby,51748,28401,0,0,0,204625,52613,0,337387
11
- 2026-05-27T11:56:23Z,pingcap/tidb,68308,45174,380058,120659,165992,68457,439386,19010,1307044
12
- 2026-05-27T11:56:23Z,python/cpython,107161,71680,730157,147333,63086,84054,279810,60266,1543547
13
- 2026-05-27T11:56:23Z,pytorch/pytorch,184713,125835,900634,325731,383902,148443,1058905,930,3129093
14
- 2026-05-27T11:56:23Z,redis/redis,14812,7754,53929,29756,28412,17511,66737,2307,221218
15
- 2026-05-27T11:56:23Z,rust-lang/rust,155962,93906,1240175,247479,189618,116434,1802900,10686,3857160
16
- 2026-05-27T11:56:23Z,swiftlang/swift,85531,67686,347884,104429,110478,29920,697101,2377,1445406
17
- 2026-05-27T11:56:23Z,vuejs/core,12230,6232,32715,3698,4935,129891,22188,15426,227315
18
- 2026-05-27T11:56:23Z,vuejs/docs,3285,2259,4911,2143,2681,10233,15378,48,40938
19
- 2026-05-27T11:56:23Z,_total,1179462,716371,6582991,1761081,1563112,1525662,8223836,572841,22125356
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-27T12:52:04Z,ClickHouse/ClickHouse,104779,76081,216170,111298,112817,117559,707263,257162,1703129
3
+ 2026-05-27T12:52:04Z,duckdb/duckdb,19055,12132,46456,17294,13919,299731,213622,178288,800497
4
+ 2026-05-27T12:52:04Z,etcd-io/etcd,21215,14005,88777,37682,29352,20542,122124,3244,336941
5
+ 2026-05-27T12:52:04Z,facebook/react,33984,19501,138599,33010,31925,18541,205840,6973,488373
6
+ 2026-05-27T12:52:04Z,golang/go,74775,5147,544070,168,183,75586,59479,99,759507
7
+ 2026-05-27T12:52:04Z,kubernetes/kubernetes,138488,89601,1496707,444030,305948,142711,1498562,13042,4129089
8
+ 2026-05-27T12:52:04Z,mdn/content,41145,31860,75006,85794,77882,17808,392688,1838,724021
9
+ 2026-05-27T12:52:04Z,microsoft/TypeScript,62272,19118,286743,50577,41990,23758,589245,1205,1074908
10
+ 2026-05-27T12:52:04Z,moby/moby,51748,28401,0,0,0,204625,52613,0,337387
11
+ 2026-05-27T12:52:04Z,pingcap/tidb,68308,45174,380058,120659,165992,68457,439386,19010,1307044
12
+ 2026-05-27T12:52:04Z,python/cpython,107161,71680,730157,147333,63086,84054,279810,60266,1543547
13
+ 2026-05-27T12:52:04Z,pytorch/pytorch,184719,125841,900634,325731,383902,148625,1058905,930,3129287
14
+ 2026-05-27T12:52:04Z,redis/redis,14812,7754,53929,29756,28412,17511,66737,2307,221218
15
+ 2026-05-27T12:52:04Z,rust-lang/rust,155962,93906,1240175,247479,189618,116434,1802900,10686,3857160
16
+ 2026-05-27T12:52:04Z,swiftlang/swift,85531,67686,347884,104429,110478,29920,697101,2377,1445406
17
+ 2026-05-27T12:52:04Z,vuejs/core,12230,6232,32715,3698,4935,129891,22188,15426,227315
18
+ 2026-05-27T12:52:04Z,vuejs/docs,3285,2259,4911,2143,2681,10233,15378,48,40938
19
+ 2026-05-27T12:52:04Z,_total,1179469,716378,6582991,1761081,1563120,1525986,8223841,572901,22125767