tamnd commited on
Commit
9181b5c
·
verified ·
1 Parent(s): bd99b62

sync etcd-io/etcd +11.2K review_comments — 2026-04-05 10:54 UTC

Browse files
Files changed (2) hide show
  1. README.md +9 -7
  2. stats.csv +13 -12
README.md CHANGED
@@ -39,9 +39,9 @@ configs:
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.9M rows** across 8 tables in **27.2 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,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-04-05 10:41 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,14 +61,16 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **etcd-io/etcd** | | — | +17.6K | — | — |
 
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **etcd-io/etcd** | 21.0K | 13.8K | 112.9K | 28.5K | 10.0K | 306.5K | 2026-04-05 07:59 UTC |
 
72
  | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.5K | 860.2K | 2026-04-05 07:27 UTC |
73
  | **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 266.8K | 955.7K | 2026-04-05 08:19 UTC |
74
  | **mdn/content** | 41.5K | 31.5K | 157.3K | 18.8K | 12.9K | 412.0K | 2026-04-05 07:15 UTC |
@@ -370,10 +372,10 @@ CI/CD status checks and GitHub Actions results for each commit.
370
 
371
  | Table | Rows | Description |
372
  |-------|-----:|-------------|
373
- | `issues` | 648.1K | Issues and pull requests (shared metadata) |
374
  | `pull_requests` | 333.3K | PR-specific fields (merge status, diffs, refs) |
375
  | `comments` | 3.5M | Conversation comments on issues and PRs |
376
- | `review_comments` | 716.7K | Inline code review comments on PR diffs |
377
  | `reviews` | 588.2K | PR review decisions |
378
  | `timeline_events` | 657.5K | Activity timeline (labels, closes, merges, assignments) |
379
  | `pr_files` | 4.3M | Files changed in each pull request |
 
39
 
40
  ## What is it?
41
 
42
+ The full development metadata of 12 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.9M rows** across 8 tables in **32.2 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 10:54 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +19.7K | — | | — | — |
65
+ | **etcd-io/etcd** | — | — | +11.2K | — | — |
66
 
67
 
68
  ## Repositories
69
 
70
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
71
  |---|---:|---:|---:|---:|---:|---:|---|
72
+ | **ClickHouse/ClickHouse** | 19.7K | 0 | 0 | 0 | 0 | 19.7K | 2026-04-05 10:45 UTC |
73
+ | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.0K | 317.7K | 2026-04-05 07:59 UTC |
74
  | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.5K | 860.2K | 2026-04-05 07:27 UTC |
75
  | **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 266.8K | 955.7K | 2026-04-05 08:19 UTC |
76
  | **mdn/content** | 41.5K | 31.5K | 157.3K | 18.8K | 12.9K | 412.0K | 2026-04-05 07:15 UTC |
 
372
 
373
  | Table | Rows | Description |
374
  |-------|-----:|-------------|
375
+ | `issues` | 667.8K | Issues and pull requests (shared metadata) |
376
  | `pull_requests` | 333.3K | PR-specific fields (merge status, diffs, refs) |
377
  | `comments` | 3.5M | Conversation comments on issues and PRs |
378
+ | `review_comments` | 727.9K | Inline code review comments on PR diffs |
379
  | `reviews` | 588.2K | PR review decisions |
380
  | `timeline_events` | 657.5K | Activity timeline (labels, closes, merges, assignments) |
381
  | `pr_files` | 4.3M | Files changed in each pull request |
stats.csv CHANGED
@@ -1,13 +1,14 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-05T10:41:50Z,etcd-io/etcd,20971,13844,87200,25684,28514,10000,120304,0,306517
3
- 2026-04-05T10:41:50Z,facebook/react,33668,19202,137744,32911,20114,250463,202151,163984,860237
4
- 2026-04-05T10:41:50Z,golang/go,75837,4942,535860,167,323,266819,71786,0,955734
5
- 2026-04-05T10:41:50Z,mdn/content,41537,31454,74108,83242,18824,12937,149932,0,412034
6
- 2026-04-05T10:41:50Z,microsoft/TypeScript,62128,19094,286087,50554,41935,12393,588993,0,1061184
7
- 2026-04-05T10:41:50Z,python/cpython,145731,69824,719966,144216,149781,21285,661046,0,1911849
8
- 2026-04-05T10:41:50Z,redis/redis,14553,7646,53048,28418,27119,10000,65522,0,206306
9
- 2026-04-05T10:41:50Z,rust-lang/rust,153930,92154,1220351,242696,185721,40136,1713127,0,3648115
10
- 2026-04-05T10:41:50Z,swiftlang/swift,84396,66803,344067,103099,108438,13109,685255,0,1405167
11
- 2026-04-05T10:41:50Z,vuejs/core,12049,6063,32157,3552,4759,10321,21300,0,90201
12
- 2026-04-05T10:41:50Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
13
- 2026-04-05T10:41:50Z,_total,648063,333274,3495459,716670,588201,657507,4294610,163984,10897768
 
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-05T10:54:08Z,ClickHouse/ClickHouse,19700,0,0,0,0,0,0,0,19700
3
+ 2026-04-05T10:54:08Z,etcd-io/etcd,20971,13844,87200,36907,28514,10000,120304,0,317740
4
+ 2026-04-05T10:54:08Z,facebook/react,33668,19202,137744,32911,20114,250463,202151,163984,860237
5
+ 2026-04-05T10:54:08Z,golang/go,75837,4942,535860,167,323,266819,71786,0,955734
6
+ 2026-04-05T10:54:08Z,mdn/content,41537,31454,74108,83242,18824,12937,149932,0,412034
7
+ 2026-04-05T10:54:08Z,microsoft/TypeScript,62128,19094,286087,50554,41935,12393,588993,0,1061184
8
+ 2026-04-05T10:54:08Z,python/cpython,145731,69824,719966,144216,149781,21285,661046,0,1911849
9
+ 2026-04-05T10:54:08Z,redis/redis,14553,7646,53048,28418,27119,10000,65522,0,206306
10
+ 2026-04-05T10:54:08Z,rust-lang/rust,153930,92154,1220351,242696,185721,40136,1713127,0,3648115
11
+ 2026-04-05T10:54:08Z,swiftlang/swift,84396,66803,344067,103099,108438,13109,685255,0,1405167
12
+ 2026-04-05T10:54:08Z,vuejs/core,12049,6063,32157,3552,4759,10321,21300,0,90201
13
+ 2026-04-05T10:54:08Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
14
+ 2026-04-05T10:54:08Z,_total,667763,333274,3495459,727893,588201,657507,4294610,163984,10928691