Datasets:
sync moby/moby +9.6K issues — 2026-04-07 10:31 UTC
Browse files- README.md +11 -20
- data/issues/moby/moby/0.parquet +2 -2
- stats.csv +16 -15
README.md
CHANGED
|
@@ -39,9 +39,9 @@ configs:
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
-
The full development metadata of
|
| 43 |
|
| 44 |
-
Right now the archive has **13.
|
| 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,18 +61,8 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
| 65 |
-
| **
|
| 66 |
-
| **etcd-io/etcd** | +1 | — | +32 | +22 | +207 |
|
| 67 |
-
| **facebook/react** | — | — | +9 | — | — |
|
| 68 |
-
| **golang/go** | +1 | — | +20 | — | +160 |
|
| 69 |
-
| **mdn/content** | +4 | — | +23 | +27 | +89 |
|
| 70 |
-
| **microsoft/TypeScript** | +1 | — | +4 | — | +7 |
|
| 71 |
-
| **pingcap/tidb** | +12 | — | +56 | +33 | +1.3K |
|
| 72 |
-
| **python/cpython** | — | — | +111 | +3 | +270 |
|
| 73 |
-
| **redis/redis** | +2 | — | +29 | +22 | +47 |
|
| 74 |
-
| **rust-lang/rust** | +19 | — | +126 | +18 | +1.2K |
|
| 75 |
-
| **swiftlang/swift** | +3 | — | +17 | +5 | +97 |
|
| 76 |
|
| 77 |
|
| 78 |
## Repositories
|
|
@@ -80,12 +70,13 @@ New items since the previous publish:
|
|
| 80 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 81 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 82 |
| **ClickHouse/ClickHouse** | 100.8K | 72.8K | 303.9K | 101.0K | 25.6K | 1.3M | 2026-04-07 08:59 UTC |
|
| 83 |
-
| **duckdb/duckdb** | 18.1K | 11.4K |
|
| 84 |
| **etcd-io/etcd** | 21.0K | 13.8K | 124.2K | 28.5K | 11.6K | 319.5K | 2026-04-07 08:59 UTC |
|
| 85 |
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 251.2K | 861.0K | 2026-04-07 07:32 UTC |
|
| 86 |
| **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.3K | 957.5K | 2026-04-07 08:20 UTC |
|
| 87 |
| **mdn/content** | 41.6K | 31.5K | 157.5K | 18.9K | 13.3K | 412.7K | 2026-04-07 08:57 UTC |
|
| 88 |
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 07:22 UTC |
|
|
|
|
| 89 |
| **pingcap/tidb** | 67.2K | 44.5K | 487.5K | 162.6K | 11.4K | 1.2M | 2026-04-07 09:01 UTC |
|
| 90 |
| **python/cpython** | 145.8K | 69.8K | 864.6K | 149.9K | 26.8K | 1.9M | 2026-04-07 08:40 UTC |
|
| 91 |
| **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 11.0K | 207.4K | 2026-04-07 08:53 UTC |
|
|
@@ -384,15 +375,15 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 384 |
|
| 385 |
| Table | Rows | Description |
|
| 386 |
|-------|-----:|-------------|
|
| 387 |
-
| `issues` |
|
| 388 |
| `pull_requests` | 462.0K | PR-specific fields (merge status, diffs, refs) |
|
| 389 |
| `comments` | 4.1M | Conversation comments on issues and PRs |
|
| 390 |
-
| `review_comments` |
|
| 391 |
-
| `reviews` |
|
| 392 |
| `timeline_events` | 724.4K | Activity timeline (labels, closes, merges, assignments) |
|
| 393 |
| `pr_files` | 5.6M | Files changed in each pull request |
|
| 394 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 395 |
-
| **Total** | **13.
|
| 396 |
|
| 397 |
## How it's built
|
| 398 |
|
|
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
+
The full development metadata of 15 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 **13.8M rows** across 8 tables in **15.9 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 10:31 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **duckdb/duckdb** | — | — | +61.0K | +3.7K | — |
|
| 65 |
+
| **moby/moby** | +9.6K | — | — | — | — |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
|
| 67 |
|
| 68 |
## Repositories
|
|
|
|
| 70 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 71 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 72 |
| **ClickHouse/ClickHouse** | 100.8K | 72.8K | 303.9K | 101.0K | 25.6K | 1.3M | 2026-04-07 08:59 UTC |
|
| 73 |
+
| **duckdb/duckdb** | 18.1K | 11.4K | 61.0K | 13.2K | 10.0K | 310.0K | 2026-04-07 08:48 UTC |
|
| 74 |
| **etcd-io/etcd** | 21.0K | 13.8K | 124.2K | 28.5K | 11.6K | 319.5K | 2026-04-07 08:59 UTC |
|
| 75 |
| **facebook/react** | 33.7K | 19.2K | 170.7K | 20.1K | 251.2K | 861.0K | 2026-04-07 07:32 UTC |
|
| 76 |
| **golang/go** | 75.9K | 4.9K | 536.2K | 323 | 268.3K | 957.5K | 2026-04-07 08:20 UTC |
|
| 77 |
| **mdn/content** | 41.6K | 31.5K | 157.5K | 18.9K | 13.3K | 412.7K | 2026-04-07 08:57 UTC |
|
| 78 |
| **microsoft/TypeScript** | 62.1K | 19.1K | 336.7K | 41.9K | 13.2K | 1.1M | 2026-04-07 07:22 UTC |
|
| 79 |
+
| **moby/moby** | 9.6K | 0 | 0 | 0 | 0 | 9.6K | 2026-04-07 10:20 UTC |
|
| 80 |
| **pingcap/tidb** | 67.2K | 44.5K | 487.5K | 162.6K | 11.4K | 1.2M | 2026-04-07 09:01 UTC |
|
| 81 |
| **python/cpython** | 145.8K | 69.8K | 864.6K | 149.9K | 26.8K | 1.9M | 2026-04-07 08:40 UTC |
|
| 82 |
| **redis/redis** | 14.6K | 7.6K | 81.5K | 27.2K | 11.0K | 207.4K | 2026-04-07 08:53 UTC |
|
|
|
|
| 375 |
|
| 376 |
| Table | Rows | Description |
|
| 377 |
|-------|-----:|-------------|
|
| 378 |
+
| `issues` | 844.1K | Issues and pull requests (shared metadata) |
|
| 379 |
| `pull_requests` | 462.0K | PR-specific fields (merge status, diffs, refs) |
|
| 380 |
| `comments` | 4.1M | Conversation comments on issues and PRs |
|
| 381 |
+
| `review_comments` | 962.2K | Inline code review comments on PR diffs |
|
| 382 |
+
| `reviews` | 865.5K | PR review decisions |
|
| 383 |
| `timeline_events` | 724.4K | Activity timeline (labels, closes, merges, assignments) |
|
| 384 |
| `pr_files` | 5.6M | Files changed in each pull request |
|
| 385 |
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 386 |
+
| **Total** | **13.8M** | |
|
| 387 |
|
| 388 |
## How it's built
|
| 389 |
|
data/issues/moby/moby/0.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:100c88ea84d8b3e8dd3176354f35064a5bf2afae1feb9ac25eb671a4d7a5efa1
|
| 3 |
+
size 5466195
|
stats.csv
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 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-07T10:31:00Z,ClickHouse/ClickHouse,100782,72838,203956,99994,101007,25630,694659,0,1298866
|
| 3 |
+
2026-04-07T10:31:00Z,duckdb/duckdb,18138,11388,44591,16400,13176,10015,196329,0,310037
|
| 4 |
+
2026-04-07T10:31:00Z,etcd-io/etcd,20978,13844,87245,36933,28541,11622,120336,0,319499
|
| 5 |
+
2026-04-07T10:31:00Z,facebook/react,33676,19202,137780,32913,20117,251165,202197,163984,861034
|
| 6 |
+
2026-04-07T10:31:00Z,golang/go,75857,4942,536078,167,323,268322,71801,0,957490
|
| 7 |
+
2026-04-07T10:31:00Z,mdn/content,41553,31454,74130,83322,18919,13308,150047,0,412733
|
| 8 |
+
2026-04-07T10:31:00Z,microsoft/TypeScript,62140,19094,286119,50558,41941,13214,589008,0,1062074
|
| 9 |
+
2026-04-07T10:31:00Z,moby/moby,9600,0,0,0,0,0,0,0,9600
|
| 10 |
+
2026-04-07T10:31:00Z,pingcap/tidb,67238,44494,370051,117427,162584,11444,427636,0,1200874
|
| 11 |
+
2026-04-07T10:31:00Z,python/cpython,145814,69824,720249,144337,149915,26848,661938,0,1918925
|
| 12 |
+
2026-04-07T10:31:00Z,redis/redis,14564,7646,53069,28475,27173,10965,65541,0,207433
|
| 13 |
+
2026-04-07T10:31:00Z,rust-lang/rust,154021,92154,1220997,242849,185857,47399,1715275,0,3658552
|
| 14 |
+
2026-04-07T10:31:00Z,swiftlang/swift,84419,66803,344171,103122,108482,14039,685329,0,1406365
|
| 15 |
+
2026-04-07T10:31:00Z,vuejs/core,12059,6063,32184,3558,4764,10414,21326,0,90368
|
| 16 |
+
2026-04-07T10:31:00Z,vuejs/docs,3263,2248,4871,2131,2673,10044,15194,0,40424
|
| 17 |
+
2026-04-07T10:31:00Z,_total,844102,461994,4115491,962186,865472,724429,5616616,163984,13754274
|