tamnd commited on
Commit
1b62f5e
·
verified ·
1 Parent(s): c733d9f

sync pytorch/pytorch +185.0K issues +16.0K PRs +10.0K timeline — 2026-05-30 12:13 UTC

Browse files

issues 185.0K +185.0K
pull_requests 16.0K +16.0K
timeline_events 10.0K +10.0K

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
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 **19.2M rows** across 8 tables in **1.3 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-30 11:10 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,16 +61,7 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +105.0K | +76.3K | +329.4K | +113.9K | +124.0K |
65
- | **facebook/react** | +34.0K | +19.5K | +171.7K | +32.0K | +19.2K |
66
- | **golang/go** | +74.8K | +5.2K | +544.9K | +183 | +79.8K |
67
- | **kubernetes/kubernetes** | +138.6K | +89.6K | +1.9M | +306.2K | +149.3K |
68
- | **microsoft/TypeScript** | +62.3K | +19.1K | +337.3K | +42.0K | +24.0K |
69
- | **moby/moby** | +51.8K | +28.4K | — | — | +206.5K |
70
- | **pingcap/tidb** | +68.4K | +45.3K | +502.2K | +166.2K | +77.8K |
71
- | **python/cpython** | +107.2K | +71.7K | +878.0K | +63.2K | +86.9K |
72
- | **rust-lang/rust** | +156.1K | +94.0K | +1.5M | +190.0K | +127.2K |
73
- | **vuejs/docs** | +3.3K | +2.3K | +7.1K | +2.7K | +10.2K |
74
 
75
 
76
  ## Repositories
@@ -88,6 +79,7 @@ New items since the previous publish:
88
  | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 06:02 UTC |
89
  | **pingcap/tidb** | 68.4K | 45.3K | 502.2K | 166.2K | 77.8K | 1.3M | 2026-05-30 09:03 UTC |
90
  | **python/cpython** | 107.2K | 71.7K | 878.0K | 63.2K | 86.9K | 1.6M | 2026-05-30 08:55 UTC |
 
91
  | **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.0K | 2026-05-30 09:01 UTC |
92
  | **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 127.2K | 3.9M | 2026-05-30 09:01 UTC |
93
  | **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 08:08 UTC |
@@ -384,15 +376,15 @@ CI/CD status checks and GitHub Actions results for each commit.
384
 
385
  | Table | Rows | Description |
386
  |-------|-----:|-------------|
387
- | `issues` | 995.8K | Issues and pull requests (shared metadata) |
388
- | `pull_requests` | 591.3K | PR-specific fields (merge status, diffs, refs) |
389
  | `comments` | 5.7M | Conversation comments on issues and PRs |
390
  | `review_comments` | 1.4M | Inline code review comments on PR diffs |
391
  | `reviews` | 1.2M | PR review decisions |
392
  | `timeline_events` | 1.4M | Activity timeline (labels, closes, merges, assignments) |
393
  | `pr_files` | 7.2M | Files changed in each pull request |
394
  | `commit_statuses` | 693.0K | CI/CD status checks per commit |
395
- | **Total** | **19.2M** | |
396
 
397
  ## How it's built
398
 
 
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 **19.4M rows** across 8 tables in **62.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
  - **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 12:13 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **pytorch/pytorch** | +185.0K | +16.0K | | | +10.0K |
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ## Repositories
 
79
  | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 06:02 UTC |
80
  | **pingcap/tidb** | 68.4K | 45.3K | 502.2K | 166.2K | 77.8K | 1.3M | 2026-05-30 09:03 UTC |
81
  | **python/cpython** | 107.2K | 71.7K | 878.0K | 63.2K | 86.9K | 1.6M | 2026-05-30 08:55 UTC |
82
+ | **pytorch/pytorch** | 185.0K | 16.0K | 0 | 0 | 10.0K | 211.0K | 2026-05-30 10:51 UTC |
83
  | **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.0K | 2026-05-30 09:01 UTC |
84
  | **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 127.2K | 3.9M | 2026-05-30 09:01 UTC |
85
  | **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 08:08 UTC |
 
376
 
377
  | Table | Rows | Description |
378
  |-------|-----:|-------------|
379
+ | `issues` | 1.2M | Issues and pull requests (shared metadata) |
380
+ | `pull_requests` | 607.3K | 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` | 693.0K | CI/CD status checks per commit |
387
+ | **Total** | **19.4M** | |
388
 
389
  ## How it's built
390
 
data/issues/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33908f7504007c0fd6ae79424677d4cabc5be73c889f973efdddc331f7e37531
3
- size 64362514
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047855a854ed295a1c78c50f24d925997089f192703d6b56248fc441e9a73072
3
+ size 64475284
data/pull_requests/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:710159f8ebde9779615f62f907d505f342846db46bcecabc9c4121e700085ebf
3
- size 7341918
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c33877f81c432d25419539a682490a98d88ef40869b8001618c6fbab7cd94add
3
+ size 919607
data/timeline_events/pytorch/pytorch/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45a79c4c8aa0623e7850f30e5c4a292f8523a859fd53c7af6e8d0fdb7ed1e01d
3
- size 12355079
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:231a3ed8dc10a175d32e49ab98dad847afed008fddef93679eeb5f24e7e76030
3
+ size 123233
stats.csv CHANGED
@@ -1,18 +1,19 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-30T11:10:14Z,ClickHouse/ClickHouse,105007,76257,217040,112329,113878,124037,709146,342313,1800007
3
- 2026-05-30T11:10:14Z,duckdb/duckdb,19106,12177,46573,17324,13949,301027,214245,182284,806685
4
- 2026-05-30T11:10:14Z,etcd-io/etcd,21255,14038,89099,37752,29451,22410,123838,5266,343109
5
- 2026-05-30T11:10:14Z,facebook/react,34009,19524,138644,33030,31964,19250,205998,14656,497075
6
- 2026-05-30T11:10:14Z,golang/go,74840,5153,544740,168,183,79785,59488,172,764529
7
- 2026-05-30T11:10:14Z,kubernetes/kubernetes,138550,89648,1497586,444312,306203,149322,1499304,15328,4140253
8
- 2026-05-30T11:10:14Z,mdn/content,41175,31880,75065,85863,77950,18335,392737,2273,725278
9
- 2026-05-30T11:10:14Z,microsoft/TypeScript,62281,19122,286770,50577,41995,24042,589259,1215,1075261
10
- 2026-05-30T11:10:14Z,moby/moby,51772,28437,0,0,0,206461,52701,0,339371
11
- 2026-05-30T11:10:14Z,pingcap/tidb,68436,45287,381270,120952,166206,77825,440791,25414,1326181
12
- 2026-05-30T11:10:14Z,python/cpython,107246,71743,730498,147497,63227,86917,280106,68444,1555678
13
- 2026-05-30T11:10:14Z,redis/redis,14823,7765,53958,29805,28465,17768,66793,2656,222033
14
- 2026-05-30T11:10:14Z,rust-lang/rust,156093,94003,1241640,247861,189973,127177,1804781,14324,3875852
15
- 2026-05-30T11:10:14Z,swiftlang/swift,85645,67787,348414,104524,110646,33824,698092,3167,1452099
16
- 2026-05-30T11:10:14Z,vuejs/core,12234,6236,32730,3699,4937,129933,22221,15480,227470
17
- 2026-05-30T11:10:14Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
18
- 2026-05-30T11:10:14Z,_total,995758,591317,5688939,1437836,1181708,1428352,7174879,693045,19191834
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-30T12:13:06Z,ClickHouse/ClickHouse,105007,76257,217040,112329,113878,124037,709146,342313,1800007
3
+ 2026-05-30T12:13:06Z,duckdb/duckdb,19106,12177,46573,17324,13949,301027,214245,182284,806685
4
+ 2026-05-30T12:13:06Z,etcd-io/etcd,21255,14038,89099,37752,29451,22410,123838,5266,343109
5
+ 2026-05-30T12:13:06Z,facebook/react,34009,19524,138644,33030,31964,19250,205998,14656,497075
6
+ 2026-05-30T12:13:06Z,golang/go,74840,5153,544740,168,183,79785,59488,172,764529
7
+ 2026-05-30T12:13:06Z,kubernetes/kubernetes,138550,89648,1497586,444312,306203,149322,1499304,15328,4140253
8
+ 2026-05-30T12:13:06Z,mdn/content,41175,31880,75065,85863,77950,18335,392737,2273,725278
9
+ 2026-05-30T12:13:06Z,microsoft/TypeScript,62281,19122,286770,50577,41995,24042,589259,1215,1075261
10
+ 2026-05-30T12:13:06Z,moby/moby,51772,28437,0,0,0,206461,52701,0,339371
11
+ 2026-05-30T12:13:06Z,pingcap/tidb,68436,45287,381270,120952,166206,77825,440791,25414,1326181
12
+ 2026-05-30T12:13:06Z,python/cpython,107246,71743,730498,147497,63227,86917,280106,68444,1555678
13
+ 2026-05-30T12:13:06Z,pytorch/pytorch,184997,16000,0,0,0,10000,0,0,210997
14
+ 2026-05-30T12:13:06Z,redis/redis,14823,7765,53958,29805,28465,17768,66793,2656,222033
15
+ 2026-05-30T12:13:06Z,rust-lang/rust,156093,94003,1241640,247861,189973,127177,1804781,14324,3875852
16
+ 2026-05-30T12:13:06Z,swiftlang/swift,85645,67787,348414,104524,110646,33824,698092,3167,1452099
17
+ 2026-05-30T12:13:06Z,vuejs/core,12234,6236,32730,3699,4937,129933,22221,15480,227470
18
+ 2026-05-30T12:13:06Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
19
+ 2026-05-30T12:13:06Z,_total,1180755,607317,5688939,1437836,1181708,1438352,7174879,693045,19402831