Datasets:
sync pingcap/tidb +6 issues +5 PRs +111 timeline — 2026-04-07 01:08 UTC
Browse filesissues 67.2K +6
pull_requests 44.5K +5
timeline_events 10.1K +111
- README.md +8 -7
- data/issues/pingcap/tidb/delta.parquet +2 -2
- data/pull_requests/pingcap/tidb/delta.parquet +2 -2
- stats.csv +15 -15
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 14 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 **12.9M rows** across 8 tables in **
|
| 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-07
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,21 +61,22 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **ClickHouse/ClickHouse** | — | — | +
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
-
| **ClickHouse/ClickHouse** | 100.8K | 72.8K |
|
| 72 |
| **duckdb/duckdb** | 10.6K | 0 | 0 | 0 | 0 | 10.6K | 2026-04-06 11:02 UTC |
|
| 73 |
| **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 11.4K | 319.2K | 2026-04-06 23:32 UTC |
|
| 74 |
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.9K | 860.7K | 2026-04-06 22:50 UTC |
|
| 75 |
| **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.2K | 957.3K | 2026-04-06 23:24 UTC |
|
| 76 |
| **mdn/content** | 41.5K | 31.5K | 157.4K | 18.9K | 13.2K | 412.6K | 2026-04-07 00:20 UTC |
|
| 77 |
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 00:00 UTC |
|
| 78 |
-
| **pingcap/tidb** | 67.2K | 44.5K | 0 | 152.3K | 10.
|
| 79 |
| **python/cpython** | 145.8K | 69.8K | 864.5K | 149.9K | 25.0K | 1.9M | 2026-04-07 00:20 UTC |
|
| 80 |
| **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 10.9K | 207.3K | 2026-04-06 20:10 UTC |
|
| 81 |
| **rust-lang/rust** | 154.0K | 92.2K | 1.5M | 185.8K | 46.2K | 3.7M | 2026-04-07 00:14 UTC |
|
|
@@ -376,9 +377,9 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 376 |
| `issues` | 826.9K | Issues and pull requests (shared metadata) |
|
| 377 |
| `pull_requests` | 450.6K | PR-specific fields (merge status, diffs, refs) |
|
| 378 |
| `comments` | 3.7M | Conversation comments on issues and PRs |
|
| 379 |
-
| `review_comments` |
|
| 380 |
| `reviews` | 841.8K | PR review decisions |
|
| 381 |
-
| `timeline_events` | 697.
|
| 382 |
| `pr_files` | 5.4M | Files changed in each pull request |
|
| 383 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 384 |
| **Total** | **12.9M** | |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 14 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 **12.9M rows** across 8 tables in **1.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-07 01:08 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **ClickHouse/ClickHouse** | — | — | +27.3K | — | — |
|
| 65 |
+
| **pingcap/tidb** | +6 | +5 | — | — | +111 |
|
| 66 |
|
| 67 |
|
| 68 |
## Repositories
|
| 69 |
|
| 70 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 71 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 72 |
+
| **ClickHouse/ClickHouse** | 100.8K | 72.8K | 303.4K | 100.9K | 14.4K | 1.3M | 2026-04-07 00:16 UTC |
|
| 73 |
| **duckdb/duckdb** | 10.6K | 0 | 0 | 0 | 0 | 10.6K | 2026-04-06 11:02 UTC |
|
| 74 |
| **etcd-io/etcd** | 21.0K | 13.8K | 124.1K | 28.5K | 11.4K | 319.2K | 2026-04-06 23:32 UTC |
|
| 75 |
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 250.9K | 860.7K | 2026-04-06 22:50 UTC |
|
| 76 |
| **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.2K | 957.3K | 2026-04-06 23:24 UTC |
|
| 77 |
| **mdn/content** | 41.5K | 31.5K | 157.4K | 18.9K | 13.2K | 412.6K | 2026-04-07 00:20 UTC |
|
| 78 |
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 00:00 UTC |
|
| 79 |
+
| **pingcap/tidb** | 67.2K | 44.5K | 0 | 152.3K | 10.1K | 659.7K | 2026-04-07 00:58 UTC |
|
| 80 |
| **python/cpython** | 145.8K | 69.8K | 864.5K | 149.9K | 25.0K | 1.9M | 2026-04-07 00:20 UTC |
|
| 81 |
| **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 10.9K | 207.3K | 2026-04-06 20:10 UTC |
|
| 82 |
| **rust-lang/rust** | 154.0K | 92.2K | 1.5M | 185.8K | 46.2K | 3.7M | 2026-04-07 00:14 UTC |
|
|
|
|
| 377 |
| `issues` | 826.9K | Issues and pull requests (shared metadata) |
|
| 378 |
| `pull_requests` | 450.6K | PR-specific fields (merge status, diffs, refs) |
|
| 379 |
| `comments` | 3.7M | Conversation comments on issues and PRs |
|
| 380 |
+
| `review_comments` | 828.1K | Inline code review comments on PR diffs |
|
| 381 |
| `reviews` | 841.8K | PR review decisions |
|
| 382 |
+
| `timeline_events` | 697.9K | Activity timeline (labels, closes, merges, assignments) |
|
| 383 |
| `pr_files` | 5.4M | Files changed in each pull request |
|
| 384 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 385 |
| **Total** | **12.9M** | |
|
data/issues/pingcap/tidb/delta.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a7bea3075932c9ada03c476b5c543c4a1a322b5824caee39dc4680bc6ee65c6
|
| 3 |
+
size 6796
|
data/pull_requests/pingcap/tidb/delta.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c4e47c50b7427add8bec107722345a08f75daeafbf8fae6eb3bfc118e2bc8fb
|
| 3 |
+
size 1325956
|
stats.csv
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-04-
|
| 3 |
-
2026-04-
|
| 4 |
-
2026-04-
|
| 5 |
-
2026-04-
|
| 6 |
-
2026-04-
|
| 7 |
-
2026-04-
|
| 8 |
-
2026-04-
|
| 9 |
-
2026-04-
|
| 10 |
-
2026-04-
|
| 11 |
-
2026-04-
|
| 12 |
-
2026-04-
|
| 13 |
-
2026-04-
|
| 14 |
-
2026-04-
|
| 15 |
-
2026-04-
|
| 16 |
-
2026-04-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-04-07T01:08:04Z,ClickHouse/ClickHouse,100767,72838,203554,99885,100886,14377,694654,0,1286961
|
| 3 |
+
2026-04-07T01:08:04Z,duckdb/duckdb,10600,0,0,0,0,0,0,0,10600
|
| 4 |
+
2026-04-07T01:08:04Z,etcd-io/etcd,20977,13844,87235,36911,28519,11415,120334,0,319235
|
| 5 |
+
2026-04-07T01:08:04Z,facebook/react,33676,19202,137771,32913,20117,250860,202197,163984,860720
|
| 6 |
+
2026-04-07T01:08:04Z,golang/go,75856,4942,536058,167,323,268162,71801,0,957309
|
| 7 |
+
2026-04-07T01:08:04Z,mdn/content,41549,31454,74126,83303,18892,13219,150013,0,412556
|
| 8 |
+
2026-04-07T01:08:04Z,microsoft/TypeScript,62139,19094,286115,50558,41941,13207,589008,0,1062062
|
| 9 |
+
2026-04-07T01:08:04Z,pingcap/tidb,67226,44494,0,0,152285,10111,385597,0,659713
|
| 10 |
+
2026-04-07T01:08:04Z,python/cpython,145799,69824,720155,144320,149899,24974,661898,0,1916869
|
| 11 |
+
2026-04-07T01:08:04Z,redis/redis,14562,7646,53062,28453,27151,10918,65540,0,207332
|
| 12 |
+
2026-04-07T01:08:04Z,rust-lang/rust,154002,92154,1220889,242831,185839,46238,1715201,0,3657154
|
| 13 |
+
2026-04-07T01:08:04Z,swiftlang/swift,84416,66803,344157,103119,108477,13942,685321,0,1406235
|
| 14 |
+
2026-04-07T01:08:04Z,vuejs/core,12057,6063,32178,3558,4763,10388,21317,0,90324
|
| 15 |
+
2026-04-07T01:08:04Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
|
| 16 |
+
2026-04-07T01:08:04Z,_total,826889,450606,3700171,828149,841765,697855,5378075,163984,12887494
|