tamnd commited on
Commit
f1831bf
·
verified ·
1 Parent(s): 655d347

sync pytorch/pytorch +18.7K PRs +9.5K reviews +71.6K timeline +43.0K pr_files — 2026-05-30 16:12 UTC

Browse files

pull_requests 126.1K +18.7K
reviews 9.5K +9.5K
timeline_events 81.9K +71.6K
pr_files 43.0K +43.0K

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 **19.5M rows** across 8 tables in **67.5 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-30 15:07 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,7 +61,7 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **pytorch/pytorch** | +4 | +3 | — | | +335 |
65
 
66
 
67
  ## Repositories
@@ -79,7 +79,7 @@ New items since the previous publish:
79
  | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 12:18 UTC |
80
  | **pingcap/tidb** | 68.4K | 45.3K | 502.3K | 166.2K | 78.3K | 1.3M | 2026-05-30 13:03 UTC |
81
  | **python/cpython** | 107.3K | 71.8K | 878.0K | 63.2K | 90.7K | 1.6M | 2026-05-30 12:44 UTC |
82
- | **pytorch/pytorch** | 185.0K | 107.4K | 0 | 0 | 10.3K | 302.7K | 2026-05-30 14:50 UTC |
83
  | **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.1K | 2026-05-30 09:08 UTC |
84
  | **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 127.5K | 3.9M | 2026-05-30 12:53 UTC |
85
  | **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 12:54 UTC |
@@ -377,14 +377,14 @@ CI/CD status checks and GitHub Actions results for each commit.
377
  | Table | Rows | Description |
378
  |-------|-----:|-------------|
379
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
380
- | `pull_requests` | 698.7K | PR-specific fields (merge status, diffs, refs) |
381
  | `comments` | 5.7M | Conversation comments on issues and PRs |
382
  | `review_comments` | 1.4M | Inline code review comments on PR diffs |
383
  | `reviews` | 1.2M | PR review decisions |
384
- | `timeline_events` | 1.4M | Activity timeline (labels, closes, merges, assignments) |
385
  | `pr_files` | 7.2M | Files changed in each pull request |
386
  | `commit_statuses` | 702.6K | CI/CD status checks per commit |
387
- | **Total** | **19.5M** | |
388
 
389
  ## How it's built
390
 
 
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 **19.7M rows** across 8 tables in **17.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-30 16:12 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **pytorch/pytorch** | | +18.7K | — | +9.5K | +71.6K |
65
 
66
 
67
  ## Repositories
 
79
  | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 12:18 UTC |
80
  | **pingcap/tidb** | 68.4K | 45.3K | 502.3K | 166.2K | 78.3K | 1.3M | 2026-05-30 13:03 UTC |
81
  | **python/cpython** | 107.3K | 71.8K | 878.0K | 63.2K | 90.7K | 1.6M | 2026-05-30 12:44 UTC |
82
+ | **pytorch/pytorch** | 185.0K | 126.1K | 0 | 9.5K | 81.9K | 445.5K | 2026-05-30 14:50 UTC |
83
  | **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.1K | 2026-05-30 09:08 UTC |
84
  | **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 127.5K | 3.9M | 2026-05-30 12:53 UTC |
85
  | **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 12:54 UTC |
 
377
  | Table | Rows | Description |
378
  |-------|-----:|-------------|
379
  | `issues` | 1.2M | Issues and pull requests (shared metadata) |
380
+ | `pull_requests` | 717.5K | PR-specific fields (merge status, diffs, refs) |
381
  | `comments` | 5.7M | Conversation comments on issues and PRs |
382
  | `review_comments` | 1.4M | Inline code review comments on PR diffs |
383
  | `reviews` | 1.2M | PR review decisions |
384
+ | `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
385
  | `pr_files` | 7.2M | Files changed in each pull request |
386
  | `commit_statuses` | 702.6K | CI/CD status checks per commit |
387
+ | **Total** | **19.7M** | |
388
 
389
  ## How it's built
390
 
data/pr_files/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88ec307b00174b99ae6a87ee5ce14a42a92a9a67f981b66e5571c73cd1a7cf6f
3
- size 6692473
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98dc458e212f896586292afcc612a615d4dced3683088defb133604b835137a9
3
+ size 262859
data/pull_requests/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e93ef269f29b717f358ef3997c4194937955519affb0af09352bb7dcbc00076c
3
- size 6209652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00faaab924e9f2e4bd13ddde4f2c510c096fe3c0930b67da40ad0ba6a5aa86ea
3
+ size 7311087
data/reviews/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4845ce27f175fbb9e485bde369a914b3d54e6c32f6318081bccf3f9c37786b7
3
- size 11172033
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ce0698aad685c97c144c6a686e6f3f5d9e58b6996ade9cf4b2b1f98d46c3ccb
3
+ size 251308
data/timeline_events/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f5d03f86062cd1648260972ff59f643a0f0d7f84ed6b62ee872e498af34e8d5
3
- size 126007
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2887d0b439565dfbf907886c9f48991353b858ccecfeb45024716b2203f4222
3
+ size 10669115
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-30T15:07:17Z,ClickHouse/ClickHouse,105015,76265,217074,112358,113907,124296,709264,348089,1806268
3
- 2026-05-30T15:07:17Z,duckdb/duckdb,19108,12179,46578,17324,13949,301056,214251,182378,806823
4
- 2026-05-30T15:07:17Z,etcd-io/etcd,21255,14038,89104,37755,29456,22444,123838,5342,343232
5
- 2026-05-30T15:07:17Z,facebook/react,34010,19524,138644,33030,31966,19255,205998,14656,497083
6
- 2026-05-30T15:07:17Z,golang/go,74843,5153,544760,168,183,80076,59488,172,764843
7
- 2026-05-30T15:07:17Z,kubernetes/kubernetes,138550,89648,1497594,444312,306204,149460,1499306,15383,4140457
8
- 2026-05-30T15:07:17Z,mdn/content,41177,31882,75066,85863,77950,18348,392739,2283,725308
9
- 2026-05-30T15:07:17Z,microsoft/TypeScript,62281,19122,286770,50577,41995,24042,589259,1215,1075261
10
- 2026-05-30T15:07:17Z,moby/moby,51772,28437,0,0,0,206461,52753,0,339423
11
- 2026-05-30T15:07:17Z,pingcap/tidb,68441,45291,381314,120953,166208,78326,440805,25756,1327094
12
- 2026-05-30T15:07:17Z,python/cpython,107257,71751,730524,147501,63240,90654,280122,71525,1562574
13
- 2026-05-30T15:07:17Z,pytorch/pytorch,185001,107401,0,0,0,10335,0,0,302737
14
- 2026-05-30T15:07:17Z,redis/redis,14823,7765,53958,29805,28465,17770,66793,2674,222053
15
- 2026-05-30T15:07:17Z,rust-lang/rust,156100,94008,1241721,247904,190007,127537,1804905,14455,3876637
16
- 2026-05-30T15:07:17Z,swiftlang/swift,85645,67787,348420,104524,110646,33845,698092,3170,1452129
17
- 2026-05-30T15:07:17Z,vuejs/core,12234,6236,32730,3699,4937,129933,22221,15480,227470
18
- 2026-05-30T15:07:17Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
- 2026-05-30T15:07:17Z,_total,1180798,698747,5689169,1437916,1181794,1444077,7175213,702631,19510345
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-30T16:12:38Z,ClickHouse/ClickHouse,105015,76265,217074,112358,113907,124296,709264,348089,1806268
3
+ 2026-05-30T16:12:38Z,duckdb/duckdb,19108,12179,46578,17324,13949,301056,214251,182378,806823
4
+ 2026-05-30T16:12:38Z,etcd-io/etcd,21255,14038,89104,37755,29456,22444,123838,5342,343232
5
+ 2026-05-30T16:12:38Z,facebook/react,34010,19524,138644,33030,31966,19255,205998,14656,497083
6
+ 2026-05-30T16:12:38Z,golang/go,74843,5153,544760,168,183,80076,59488,172,764843
7
+ 2026-05-30T16:12:38Z,kubernetes/kubernetes,138550,89648,1497594,444312,306204,149460,1499306,15383,4140457
8
+ 2026-05-30T16:12:38Z,mdn/content,41177,31882,75066,85863,77950,18348,392739,2283,725308
9
+ 2026-05-30T16:12:38Z,microsoft/TypeScript,62281,19122,286770,50577,41995,24042,589259,1215,1075261
10
+ 2026-05-30T16:12:38Z,moby/moby,51772,28437,0,0,0,206461,52753,0,339423
11
+ 2026-05-30T16:12:38Z,pingcap/tidb,68441,45291,381314,120953,166208,78326,440805,25756,1327094
12
+ 2026-05-30T16:12:38Z,python/cpython,107257,71751,730524,147501,63240,90654,280122,71525,1562574
13
+ 2026-05-30T16:12:38Z,pytorch/pytorch,185001,126113,0,0,9496,81887,42969,0,445466
14
+ 2026-05-30T16:12:38Z,redis/redis,14823,7765,53958,29805,28465,17770,66793,2674,222053
15
+ 2026-05-30T16:12:38Z,rust-lang/rust,156100,94008,1241721,247904,190007,127537,1804905,14455,3876637
16
+ 2026-05-30T16:12:38Z,swiftlang/swift,85645,67787,348420,104524,110646,33845,698092,3170,1452129
17
+ 2026-05-30T16:12:38Z,vuejs/core,12234,6236,32730,3699,4937,129933,22221,15480,227470
18
+ 2026-05-30T16:12:38Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
+ 2026-05-30T16:12:38Z,_total,1180798,717459,5689169,1437916,1191290,1515629,7218182,702631,19653074