tamnd commited on
Commit
66c3836
·
verified ·
1 Parent(s): 7087ac1

sync rust-lang/rust +3 issues +23 comments +15 review_comments +12 reviews — 2026-04-05 08:42 UTC

Browse files

issues 153.9K +3
comments 1.2M +23
review_comments 242.7K +15
reviews 185.7K +12
timeline_events 40.1K +115
pr_files 1.7M +8

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 10 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 **10.5M rows** across 8 tables in **24.1 KB** 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,19 +52,37 @@ 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-04-05 07:56 UTC**.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  ## Repositories
58
 
59
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
60
  |---|---:|---:|---:|---:|---:|---:|---|
61
- | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.5K | 860.2K | 2026-04-05 06:19 UTC |
62
- | **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 266.7K | 955.6K | 2026-04-05 06:05 UTC |
63
- | **mdn/content** | 41.5K | 31.5K | 157.3K | 18.8K | 12.9K | 412.0K | 2026-04-05 03:27 UTC |
64
- | **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 12.4K | 1.1M | 2026-04-05 06:29 UTC |
65
- | **python/cpython** | 145.7K | 69.8K | 864.2K | 149.8K | 21.3K | 1.9M | 2026-04-05 06:13 UTC |
66
- | **redis/redis** | 14.6K | 7.6K | 0 | 11.5K | 10.0K | 88.9K | 2026-04-05 07:03 UTC |
67
- | **rust-lang/rust** | 153.9K | 92.2K | 1.5M | 185.7K | 40.0K | 3.6M | 2026-04-05 06:59 UTC |
 
68
  | **swiftlang/swift** | 84.4K | 66.8K | 447.2K | 108.4K | 13.1K | 1.4M | 2026-04-05 05:43 UTC |
69
  | **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.3K | 90.2K | 2026-04-04 09:36 UTC |
70
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
@@ -359,15 +377,15 @@ CI/CD status checks and GitHub Actions results for each commit.
359
 
360
  | Table | Rows | Description |
361
  |-------|-----:|-------------|
362
- | `issues` | 627.1K | Issues and pull requests (shared metadata) |
363
  | `pull_requests` | 319.4K | PR-specific fields (merge status, diffs, refs) |
364
  | `comments` | 3.4M | Conversation comments on issues and PRs |
365
- | `review_comments` | 662.6K | Inline code review comments on PR diffs |
366
- | `reviews` | 544.0K | PR review decisions |
367
- | `timeline_events` | 647.2K | Activity timeline (labels, closes, merges, assignments) |
368
  | `pr_files` | 4.2M | Files changed in each pull request |
369
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
370
- | **Total** | **10.5M** | |
371
 
372
  ## How it's built
373
 
 
39
 
40
  ## What is it?
41
 
42
+ The full development metadata of 11 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 **10.6M rows** across 8 tables in **78.3 KB** 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-04-05 08:42 UTC**.
56
+
57
+
58
+ ## Latest Sync
59
+
60
+ New items since the previous publish:
61
+
62
+ | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
+ |---|---:|---:|---:|---:|---:|
64
+ | **etcd-io/etcd** | +5.6K | — | — | — | — |
65
+ | **facebook/react** | — | — | +1 | — | +6 |
66
+ | **golang/go** | +1 | — | +2 | — | +164 |
67
+ | **mdn/content** | — | — | — | +1 | +4 |
68
+ | **microsoft/TypeScript** | — | — | +1 | — | +5 |
69
+ | **python/cpython** | — | — | +1 | — | +2 |
70
+ | **redis/redis** | — | — | +81.5K | +15.7K | — |
71
+ | **rust-lang/rust** | +3 | — | +38 | +12 | +115 |
72
+
73
 
74
  ## Repositories
75
 
76
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
77
  |---|---:|---:|---:|---:|---:|---:|---|
78
+ | **etcd-io/etcd** | 5.6K | 0 | 0 | 0 | 0 | 5.6K | 2026-04-05 07:59 UTC |
79
+ | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.5K | 860.2K | 2026-04-05 07:27 UTC |
80
+ | **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 266.8K | 955.7K | 2026-04-05 08:19 UTC |
81
+ | **mdn/content** | 41.5K | 31.5K | 157.3K | 18.8K | 12.9K | 412.0K | 2026-04-05 07:15 UTC |
82
+ | **microsoft/TypeScript** | 62.1K | 19.1K | 336.6K | 41.9K | 12.4K | 1.1M | 2026-04-05 07:10 UTC |
83
+ | **python/cpython** | 145.7K | 69.8K | 864.2K | 149.8K | 21.3K | 1.9M | 2026-04-05 07:37 UTC |
84
+ | **redis/redis** | 14.6K | 7.6K | 81.5K | 27.1K | 10.0K | 206.3K | 2026-04-05 07:20 UTC |
85
+ | **rust-lang/rust** | 153.9K | 92.2K | 1.5M | 185.7K | 40.1K | 3.6M | 2026-04-05 08:20 UTC |
86
  | **swiftlang/swift** | 84.4K | 66.8K | 447.2K | 108.4K | 13.1K | 1.4M | 2026-04-05 05:43 UTC |
87
  | **vuejs/core** | 12.0K | 6.1K | 35.7K | 4.8K | 10.3K | 90.2K | 2026-04-04 09:36 UTC |
88
  | **vuejs/docs** | 3.3K | 2.2K | 7.0K | 2.7K | 10.0K | 40.4K | 2026-04-03 19:23 UTC |
 
377
 
378
  | Table | Rows | Description |
379
  |-------|-----:|-------------|
380
+ | `issues` | 632.7K | Issues and pull requests (shared metadata) |
381
  | `pull_requests` | 319.4K | PR-specific fields (merge status, diffs, refs) |
382
  | `comments` | 3.4M | Conversation comments on issues and PRs |
383
+ | `review_comments` | 691.0K | Inline code review comments on PR diffs |
384
+ | `reviews` | 559.7K | PR review decisions |
385
+ | `timeline_events` | 647.5K | Activity timeline (labels, closes, merges, assignments) |
386
  | `pr_files` | 4.2M | Files changed in each pull request |
387
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
388
+ | **Total** | **10.6M** | |
389
 
390
  ## How it's built
391
 
data/comments/rust-lang/rust/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1bdbb5593d85e48b1d295b2ae631b188436f52912b89f80e30803737f991c26
3
- size 307
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89b50aa0ce08fae7df8e0002e67d788272015623bf2334474d1863cca69079f
3
+ size 8066
data/issues/rust-lang/rust/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3aa24d412c393a3f87794d02b048c922cf9650d2844eb5149444c40bf19a2ab
3
- size 595
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7156f07132c0cb7403007072d52e3242152023fbfacfe308f9ccedd707b2564a
3
+ size 9926
data/review_comments/rust-lang/rust/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:601ab42913aa975a92ab1e8206161eeb24666db4d26bbbb41468b3dea3aa83f5
3
- size 366
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba2fa8c4578ce9f2565bc72fbdf6e6ba4576ad2fe40392c6dafe1ab7d8a7fb84
3
+ size 6750
data/reviews/rust-lang/rust/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:615c1457afd6ba068879fd33e9fb567e36dd815df2ef398a37933704e79b37db
3
- size 258
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b04e04f9be3c4c7880d38e288caf8ca51f930c03ca54cccf1e6a204908c66bd3
3
+ size 1564
data/timeline_events/rust-lang/rust/delta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8be5b5ebce3d944650b09793bc14308a45fae763a33f5e7e47177ab3c8c37355
3
- size 539
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:accf3e3b952ed058e16428fc037ef4e9378d890950e0200f06c50ddff18fbd3e
3
+ size 14729
stats.csv CHANGED
@@ -1,12 +1,13 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-05T07:56:53Z,facebook/react,33668,19202,137743,32911,20114,250457,202151,163984,860230
3
- 2026-04-05T07:56:53Z,golang/go,75836,4942,535858,167,323,266655,71786,0,955567
4
- 2026-04-05T07:56:53Z,mdn/content,41537,31454,74108,83242,18823,12933,149932,0,412029
5
- 2026-04-05T07:56:53Z,microsoft/TypeScript,62128,19094,286086,50554,41935,12388,588993,0,1061178
6
- 2026-04-05T07:56:53Z,python/cpython,145731,69824,719965,144216,149781,21283,661046,0,1911846
7
- 2026-04-05T07:56:53Z,redis/redis,14553,7646,0,0,11457,10000,45267,0,88923
8
- 2026-04-05T07:56:53Z,rust-lang/rust,153927,92154,1220328,242681,185709,40021,1713119,0,3647939
9
- 2026-04-05T07:56:53Z,swiftlang/swift,84396,66803,344067,103099,108438,13109,685255,0,1405167
10
- 2026-04-05T07:56:53Z,vuejs/core,12049,6063,32157,3552,4759,10321,21300,0,90201
11
- 2026-04-05T07:56:53Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
12
- 2026-04-05T07:56:53Z,_total,627088,319430,3355183,662553,544012,647211,4154043,163984,10473504
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-05T08:42:41Z,etcd-io/etcd,5600,0,0,0,0,0,0,0,5600
3
+ 2026-04-05T08:42:41Z,facebook/react,33668,19202,137744,32911,20114,250463,202151,163984,860237
4
+ 2026-04-05T08:42:41Z,golang/go,75837,4942,535860,167,323,266819,71786,0,955734
5
+ 2026-04-05T08:42:41Z,mdn/content,41537,31454,74108,83242,18824,12937,149932,0,412034
6
+ 2026-04-05T08:42:41Z,microsoft/TypeScript,62128,19094,286087,50554,41935,12393,588993,0,1061184
7
+ 2026-04-05T08:42:41Z,python/cpython,145731,69824,719966,144216,149781,21285,661046,0,1911849
8
+ 2026-04-05T08:42:41Z,redis/redis,14553,7646,53048,28418,27119,10000,65522,0,206306
9
+ 2026-04-05T08:42:41Z,rust-lang/rust,153930,92154,1220351,242696,185721,40136,1713127,0,3648115
10
+ 2026-04-05T08:42:41Z,swiftlang/swift,84396,66803,344067,103099,108438,13109,685255,0,1405167
11
+ 2026-04-05T08:42:41Z,vuejs/core,12049,6063,32157,3552,4759,10321,21300,0,90201
12
+ 2026-04-05T08:42:41Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
13
+ 2026-04-05T08:42:41Z,_total,632692,319430,3408259,690986,559687,647507,4174306,163984,10596851