Datasets:
sync moby/moby +5 pr_files — 2026-05-28 21:33 UTC
Browse files- README.md +12 -31
- data/pr_files/moby/moby/0.parquet +2 -2
- stats.csv +9 -11
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 **6.
|
| 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,24 +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-05-28
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
## Latest Sync
|
| 59 |
-
|
| 60 |
-
New items since the previous publish:
|
| 61 |
-
|
| 62 |
-
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
-
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **duckdb/duckdb** | +19.1K | +12.2K | +63.8K | +13.9K | +300.7K |
|
| 65 |
-
| **etcd-io/etcd** | +21.2K | +14.0K | +126.7K | +29.4K | +21.6K |
|
| 66 |
-
| **mdn/content** | — | — | +3 | +2 | +9 |
|
| 67 |
-
| **microsoft/TypeScript** | +62.3K | +19.1K | +337.3K | +42.0K | +24.0K |
|
| 68 |
-
| **moby/moby** | +51.8K | +28.4K | — | — | +206.3K |
|
| 69 |
-
| **pingcap/tidb** | +68.4K | +45.2K | +501.3K | +166.1K | +70.9K |
|
| 70 |
-
| **redis/redis** | +14.8K | +7.8K | +83.7K | +28.5K | +17.7K |
|
| 71 |
-
| **swiftlang/swift** | +11 | +10 | +57 | +19 | +339 |
|
| 72 |
-
| **vuejs/core** | — | — | +3 | — | +3 |
|
| 73 |
|
| 74 |
|
| 75 |
## Repositories
|
|
@@ -82,9 +65,7 @@ New items since the previous publish:
|
|
| 82 |
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 24.0K | 1.1M | 2026-05-28 18:50 UTC |
|
| 83 |
| **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.3K | 339.2K | 2026-05-28 19:30 UTC |
|
| 84 |
| **pingcap/tidb** | 68.4K | 45.2K | 501.3K | 166.1K | 70.9K | 1.3M | 2026-05-28 19:28 UTC |
|
| 85 |
-
| **redis/redis** | 14.8K | 7.8K | 83.7K | 28.5K | 17.7K | 221.8K | 2026-05-28 18:47 UTC |
|
| 86 |
| **swiftlang/swift** | 85.6K | 67.7K | 452.6K | 110.6K | 32.1K | 1.4M | 2026-05-28 19:17 UTC |
|
| 87 |
-
| **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.4K | 2026-05-28 17:33 UTC |
|
| 88 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
|
| 89 |
|
| 90 |
## How to download and use this dataset
|
|
@@ -377,15 +358,15 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 377 |
|
| 378 |
| Table | Rows | Description |
|
| 379 |
|-------|-----:|-------------|
|
| 380 |
-
| `issues` |
|
| 381 |
-
| `pull_requests` |
|
| 382 |
-
| `comments` | 1.
|
| 383 |
-
| `review_comments` |
|
| 384 |
-
| `reviews` |
|
| 385 |
-
| `timeline_events` |
|
| 386 |
-
| `pr_files` | 2.
|
| 387 |
-
| `commit_statuses` |
|
| 388 |
-
| **Total** | **6.
|
| 389 |
|
| 390 |
## How it's built
|
| 391 |
|
|
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
+
The full development metadata of 8 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 **6.1M rows** across 8 tables in **322.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-05-28 21:33 UTC**.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
## Repositories
|
|
|
|
| 65 |
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 24.0K | 1.1M | 2026-05-28 18:50 UTC |
|
| 66 |
| **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.3K | 339.2K | 2026-05-28 19:30 UTC |
|
| 67 |
| **pingcap/tidb** | 68.4K | 45.2K | 501.3K | 166.1K | 70.9K | 1.3M | 2026-05-28 19:28 UTC |
|
|
|
|
| 68 |
| **swiftlang/swift** | 85.6K | 67.7K | 452.6K | 110.6K | 32.1K | 1.4M | 2026-05-28 19:17 UTC |
|
|
|
|
| 69 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
|
| 70 |
|
| 71 |
## How to download and use this dataset
|
|
|
|
| 358 |
|
| 359 |
| Table | Rows | Description |
|
| 360 |
|-------|-----:|-------------|
|
| 361 |
+
| `issues` | 352.8K | Issues and pull requests (shared metadata) |
|
| 362 |
+
| `pull_requests` | 220.8K | PR-specific fields (merge status, diffs, refs) |
|
| 363 |
+
| `comments` | 1.2M | Conversation comments on issues and PRs |
|
| 364 |
+
| `review_comments` | 418.8K | Inline code review comments on PR diffs |
|
| 365 |
+
| `reviews` | 442.6K | PR review decisions |
|
| 366 |
+
| `timeline_events` | 683.8K | Activity timeline (labels, closes, merges, assignments) |
|
| 367 |
+
| `pr_files` | 2.5M | Files changed in each pull request |
|
| 368 |
+
| `commit_statuses` | 212.9K | CI/CD status checks per commit |
|
| 369 |
+
| **Total** | **6.1M** | |
|
| 370 |
|
| 371 |
## How it's built
|
| 372 |
|
data/pr_files/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:e69c7f45e10336d54907d31c4e262ce11b02a849e1dc00afca4e0df3a989792b
|
| 3 |
+
size 330033
|
stats.csv
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-05-
|
| 3 |
-
2026-05-
|
| 4 |
-
2026-05-
|
| 5 |
-
2026-05-
|
| 6 |
-
2026-05-
|
| 7 |
-
2026-05-
|
| 8 |
-
2026-05-
|
| 9 |
-
2026-05-
|
| 10 |
-
2026-05-
|
| 11 |
-
2026-05-28T20:37:17Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
|
| 12 |
-
2026-05-28T20:37:17Z,_total,379804,234805,1317556,452304,475989,831455,2613293,230926,6536132
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-05-28T21:33:24Z,duckdb/duckdb,19091,12163,46514,17317,13941,300656,214076,181010,804768
|
| 3 |
+
2026-05-28T21:33:24Z,etcd-io/etcd,21233,14021,88928,37724,29407,21567,122229,4144,339253
|
| 4 |
+
2026-05-28T21:33:24Z,mdn/content,41157,31868,75032,85830,77908,18026,392716,2034,724571
|
| 5 |
+
2026-05-28T21:33:24Z,microsoft/TypeScript,62278,19121,286758,50577,41993,24015,589258,1213,1075213
|
| 6 |
+
2026-05-28T21:33:24Z,moby/moby,51757,28422,0,0,0,206330,52668,0,339177
|
| 7 |
+
2026-05-28T21:33:24Z,pingcap/tidb,68363,45221,380601,120725,166094,70862,440226,21689,1313781
|
| 8 |
+
2026-05-28T21:33:24Z,swiftlang/swift,85588,67734,348141,104495,110576,32121,697767,2768,1449190
|
| 9 |
+
2026-05-28T21:33:24Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
|
| 10 |
+
2026-05-28T21:33:24Z,_total,352753,220810,1230886,418811,442600,683816,2524319,212911,6086906
|
|
|
|
|
|