tamnd commited on
Commit
72ad84d
·
verified ·
1 Parent(s): a51e5f6

sync ClickHouse/ClickHouse +4.8K issues +72.7K PRs +8.5K reviews +10.0K timeline — 2026-04-05 12:10 UTC

Browse files

issues 100.7K +4.8K
pull_requests 72.7K +72.7K
reviews 8.5K +8.5K
timeline_events 10.0K +10.0K
pr_files 88.2K +88.2K

README.md CHANGED
@@ -41,7 +41,7 @@ configs:
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 **11.0M rows** across 8 tables in **27.8 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 11:08 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,14 +61,14 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **ClickHouse/ClickHouse** | +76.2K | | — | | |
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 95.9K | 0 | 0 | 0 | 0 | 95.9K | 2026-04-05 10:45 UTC |
72
  | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.0K | 317.7K | 2026-04-05 07:59 UTC |
73
  | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.5K | 860.2K | 2026-04-05 07:27 UTC |
74
  | **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 266.8K | 955.7K | 2026-04-05 08:19 UTC |
@@ -371,15 +371,15 @@ CI/CD status checks and GitHub Actions results for each commit.
371
 
372
  | Table | Rows | Description |
373
  |-------|-----:|-------------|
374
- | `issues` | 744.0K | Issues and pull requests (shared metadata) |
375
- | `pull_requests` | 333.3K | PR-specific fields (merge status, diffs, refs) |
376
  | `comments` | 3.5M | Conversation comments on issues and PRs |
377
  | `review_comments` | 727.9K | Inline code review comments on PR diffs |
378
- | `reviews` | 588.2K | PR review decisions |
379
- | `timeline_events` | 657.5K | Activity timeline (labels, closes, merges, assignments) |
380
- | `pr_files` | 4.3M | Files changed in each pull request |
381
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
382
- | **Total** | **11.0M** | |
383
 
384
  ## How it's built
385
 
 
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 **11.2M rows** across 8 tables in **3.3 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-04-05 12:10 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **ClickHouse/ClickHouse** | +4.8K | +72.7K | — | +8.5K | +10.0K |
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
+ | **ClickHouse/ClickHouse** | 100.7K | 72.7K | 0 | 8.5K | 10.0K | 280.1K | 2026-04-05 10:45 UTC |
72
  | **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 10.0K | 317.7K | 2026-04-05 07:59 UTC |
73
  | **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.5K | 860.2K | 2026-04-05 07:27 UTC |
74
  | **golang/go** | 75.8K | 4.9K | 536.0K | 323 | 266.8K | 955.7K | 2026-04-05 08:19 UTC |
 
371
 
372
  | Table | Rows | Description |
373
  |-------|-----:|-------------|
374
+ | `issues` | 748.7K | Issues and pull requests (shared metadata) |
375
+ | `pull_requests` | 406.0K | PR-specific fields (merge status, diffs, refs) |
376
  | `comments` | 3.5M | Conversation comments on issues and PRs |
377
  | `review_comments` | 727.9K | Inline code review comments on PR diffs |
378
+ | `reviews` | 596.7K | PR review decisions |
379
+ | `timeline_events` | 667.5K | Activity timeline (labels, closes, merges, assignments) |
380
+ | `pr_files` | 4.4M | Files changed in each pull request |
381
  | `commit_statuses` | 164.0K | CI/CD status checks per commit |
382
+ | **Total** | **11.2M** | |
383
 
384
  ## How it's built
385
 
data/pull_requests/ClickHouse/ClickHouse/delta.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d68c9884b11b0ee492b8d55d4359b24349b305396b93a54da8c91f5556d8d8fe
3
+ size 3397156
data/reviews/ClickHouse/ClickHouse/delta.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:615c1457afd6ba068879fd33e9fb567e36dd815df2ef398a37933704e79b37db
3
+ size 258
data/timeline_events/ClickHouse/ClickHouse/delta.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8be5b5ebce3d944650b09793bc14308a45fae763a33f5e7e47177ab3c8c37355
3
+ size 539
stats.csv CHANGED
@@ -1,14 +1,14 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-05T11:08:37Z,ClickHouse/ClickHouse,95900,0,0,0,0,0,0,0,95900
3
- 2026-04-05T11:08:37Z,etcd-io/etcd,20971,13844,87200,36907,28514,10000,120304,0,317740
4
- 2026-04-05T11:08:37Z,facebook/react,33668,19202,137744,32911,20114,250463,202151,163984,860237
5
- 2026-04-05T11:08:37Z,golang/go,75837,4942,535860,167,323,266819,71786,0,955734
6
- 2026-04-05T11:08:37Z,mdn/content,41537,31454,74108,83242,18824,12937,149932,0,412034
7
- 2026-04-05T11:08:37Z,microsoft/TypeScript,62128,19094,286087,50554,41935,12393,588993,0,1061184
8
- 2026-04-05T11:08:37Z,python/cpython,145731,69824,719966,144216,149781,21285,661046,0,1911849
9
- 2026-04-05T11:08:37Z,redis/redis,14553,7646,53048,28418,27119,10000,65522,0,206306
10
- 2026-04-05T11:08:37Z,rust-lang/rust,153930,92154,1220351,242696,185721,40136,1713127,0,3648115
11
- 2026-04-05T11:08:37Z,swiftlang/swift,84396,66803,344067,103099,108438,13109,685255,0,1405167
12
- 2026-04-05T11:08:37Z,vuejs/core,12049,6063,32157,3552,4759,10321,21300,0,90201
13
- 2026-04-05T11:08:37Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
14
- 2026-04-05T11:08:37Z,_total,743963,333274,3495459,727893,588201,657507,4294610,163984,11004891
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-05T12:10:47Z,ClickHouse/ClickHouse,100680,72732,0,0,8471,10000,88194,0,280077
3
+ 2026-04-05T12:10:47Z,etcd-io/etcd,20971,13844,87200,36907,28514,10000,120304,0,317740
4
+ 2026-04-05T12:10:47Z,facebook/react,33668,19202,137744,32911,20114,250463,202151,163984,860237
5
+ 2026-04-05T12:10:47Z,golang/go,75837,4942,535860,167,323,266819,71786,0,955734
6
+ 2026-04-05T12:10:47Z,mdn/content,41537,31454,74108,83242,18824,12937,149932,0,412034
7
+ 2026-04-05T12:10:47Z,microsoft/TypeScript,62128,19094,286087,50554,41935,12393,588993,0,1061184
8
+ 2026-04-05T12:10:47Z,python/cpython,145731,69824,719966,144216,149781,21285,661046,0,1911849
9
+ 2026-04-05T12:10:47Z,redis/redis,14553,7646,53048,28418,27119,10000,65522,0,206306
10
+ 2026-04-05T12:10:47Z,rust-lang/rust,153930,92154,1220351,242696,185721,40136,1713127,0,3648115
11
+ 2026-04-05T12:10:47Z,swiftlang/swift,84396,66803,344067,103099,108438,13109,685255,0,1405167
12
+ 2026-04-05T12:10:47Z,vuejs/core,12049,6063,32157,3552,4759,10321,21300,0,90201
13
+ 2026-04-05T12:10:47Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
14
+ 2026-04-05T12:10:47Z,_total,748743,406006,3495459,727893,596672,667507,4382804,163984,11189068