Datasets:
sync moby/moby +2 issues +16 PRs +19 timeline — 2026-05-27 02:23 UTC
Browse filesissues 51.7K +2
pull_requests 28.4K +16
timeline_events 202.6K +19
- README.md +11 -10
- data/issues/moby/moby/0.parquet +2 -2
- data/pull_requests/moby/moby/0.parquet +2 -2
- data/timeline_events/moby/moby/0.parquet +2 -2
- stats.csv +18 -18
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 17 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 **
|
| 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-05-27
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,7 +61,8 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **duckdb/duckdb** | — | — |
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
@@ -69,14 +70,14 @@ New items since the previous publish:
|
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
| **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.3K | 112.7K | 117.0K | 1.7M | 2026-05-26 21:13 UTC |
|
| 72 |
-
| **duckdb/duckdb** | 19.0K | 12.1K |
|
| 73 |
| **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.4K | 336.6K | 2026-05-26 20:41 UTC |
|
| 74 |
| **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.0K | 487.3K | 2026-05-26 19:09 UTC |
|
| 75 |
| **golang/go** | 74.8K | 5.1K | 544.0K | 183 | 74.4K | 758.1K | 2026-05-26 19:10 UTC |
|
| 76 |
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 141.3K | 4.1M | 2026-05-26 17:18 UTC |
|
| 77 |
| **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.7K | 723.8K | 2026-05-26 17:21 UTC |
|
| 78 |
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 22.3K | 1.1M | 2026-05-26 20:47 UTC |
|
| 79 |
-
| **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.
|
| 80 |
| **pingcap/tidb** | 68.3K | 45.2K | 500.5K | 166.0K | 67.2K | 1.3M | 2026-05-26 21:33 UTC |
|
| 81 |
| **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.5K | 1.5M | 2026-05-26 19:15 UTC |
|
| 82 |
| **pytorch/pytorch** | 184.6K | 125.8K | 1.2M | 383.9K | 141.8K | 3.1M | 2026-05-26 18:52 UTC |
|
|
@@ -378,13 +379,13 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 378 |
|-------|-----:|-------------|
|
| 379 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 380 |
| `pull_requests` | 716.2K | PR-specific fields (merge status, diffs, refs) |
|
| 381 |
-
| `comments` | 6.
|
| 382 |
-
| `review_comments` | 1.
|
| 383 |
| `reviews` | 1.6M | PR review decisions |
|
| 384 |
-
| `timeline_events` | 1.
|
| 385 |
| `pr_files` | 8.2M | Files changed in each pull request |
|
| 386 |
-
| `commit_statuses` |
|
| 387 |
-
| **Total** | **
|
| 388 |
|
| 389 |
## How it's built
|
| 390 |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 17 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 **22.1M rows** across 8 tables in **111.8 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-05-27 02:23 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **duckdb/duckdb** | — | — | +63.7K | +217 | +75.3K |
|
| 65 |
+
| **moby/moby** | +2 | +16 | — | — | +19 |
|
| 66 |
|
| 67 |
|
| 68 |
## Repositories
|
|
|
|
| 70 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 71 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 72 |
| **ClickHouse/ClickHouse** | 104.8K | 76.1K | 327.3K | 112.7K | 117.0K | 1.7M | 2026-05-26 21:13 UTC |
|
| 73 |
+
| **duckdb/duckdb** | 19.0K | 12.1K | 63.7K | 13.9K | 299.5K | 799.3K | 2026-05-26 21:21 UTC |
|
| 74 |
| **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.4K | 336.6K | 2026-05-26 20:41 UTC |
|
| 75 |
| **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 18.0K | 487.3K | 2026-05-26 19:09 UTC |
|
| 76 |
| **golang/go** | 74.8K | 5.1K | 544.0K | 183 | 74.4K | 758.1K | 2026-05-26 19:10 UTC |
|
| 77 |
| **kubernetes/kubernetes** | 138.5K | 89.6K | 1.9M | 305.9K | 141.3K | 4.1M | 2026-05-26 17:18 UTC |
|
| 78 |
| **mdn/content** | 41.1K | 31.9K | 160.8K | 77.9K | 17.7K | 723.8K | 2026-05-26 17:21 UTC |
|
| 79 |
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 22.3K | 1.1M | 2026-05-26 20:47 UTC |
|
| 80 |
+
| **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.4K | 2026-05-27 00:02 UTC |
|
| 81 |
| **pingcap/tidb** | 68.3K | 45.2K | 500.5K | 166.0K | 67.2K | 1.3M | 2026-05-26 21:33 UTC |
|
| 82 |
| **python/cpython** | 107.1K | 71.7K | 877.4K | 63.1K | 83.5K | 1.5M | 2026-05-26 19:15 UTC |
|
| 83 |
| **pytorch/pytorch** | 184.6K | 125.8K | 1.2M | 383.9K | 141.8K | 3.1M | 2026-05-26 18:52 UTC |
|
|
|
|
| 379 |
|-------|-----:|-------------|
|
| 380 |
| `issues` | 1.2M | Issues and pull requests (shared metadata) |
|
| 381 |
| `pull_requests` | 716.2K | PR-specific fields (merge status, diffs, refs) |
|
| 382 |
+
| `comments` | 6.6M | Conversation comments on issues and PRs |
|
| 383 |
+
| `review_comments` | 1.8M | Inline code review comments on PR diffs |
|
| 384 |
| `reviews` | 1.6M | PR review decisions |
|
| 385 |
+
| `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
|
| 386 |
| `pr_files` | 8.2M | Files changed in each pull request |
|
| 387 |
+
| `commit_statuses` | 557.6K | CI/CD status checks per commit |
|
| 388 |
+
| **Total** | **22.1M** | |
|
| 389 |
|
| 390 |
## How it's built
|
| 391 |
|
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:414a03f6f5ae9c69331fe435e3aa2a99aef06f26ebed5528987f40677ba5c02f
|
| 3 |
+
size 21948650
|
data/pull_requests/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:9bdab76b1685e58697adcf626a33aed520e9bffb5bd736ea4d6c697aa7f8ae11
|
| 3 |
+
size 1731233
|
data/timeline_events/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:2c3e8d287e41f1785866b8f79cd710662c8a72f9a9fa92b045ef4d2e97440138
|
| 3 |
+
size 26909687
|
stats.csv
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 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-
|
| 12 |
-
2026-05-
|
| 13 |
-
2026-05-
|
| 14 |
-
2026-05-
|
| 15 |
-
2026-05-
|
| 16 |
-
2026-05-
|
| 17 |
-
2026-05-
|
| 18 |
-
2026-05-
|
| 19 |
-
2026-05-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-05-27T02:23:18Z,ClickHouse/ClickHouse,104754,76065,216075,111180,112706,117037,707119,248578,1693514
|
| 3 |
+
2026-05-27T02:23:18Z,duckdb/duckdb,19042,12120,46425,17289,13911,299531,213563,177434,799315
|
| 4 |
+
2026-05-27T02:23:18Z,etcd-io/etcd,21214,14004,88751,37655,29332,20372,122137,3109,336574
|
| 5 |
+
2026-05-27T02:23:18Z,facebook/react,33982,19500,138587,33010,31920,17997,205838,6482,487316
|
| 6 |
+
2026-05-27T02:23:18Z,golang/go,74752,5146,543852,168,183,74431,59474,94,758100
|
| 7 |
+
2026-05-27T02:23:18Z,kubernetes/kubernetes,138470,89587,1496543,443963,305877,141340,1498511,12523,4126814
|
| 8 |
+
2026-05-27T02:23:18Z,mdn/content,41136,31853,75003,85749,77866,17715,392681,1768,723771
|
| 9 |
+
2026-05-27T02:23:18Z,microsoft/TypeScript,62272,19118,286739,50577,41989,22313,589245,1205,1073458
|
| 10 |
+
2026-05-27T02:23:18Z,moby/moby,51747,28396,0,0,0,202588,51643,0,334374
|
| 11 |
+
2026-05-27T02:23:18Z,pingcap/tidb,68290,45160,379836,120630,165954,67170,439301,17790,1304131
|
| 12 |
+
2026-05-27T02:23:18Z,python/cpython,107141,71666,730079,147298,63058,83453,279777,58542,1541014
|
| 13 |
+
2026-05-27T02:23:18Z,pytorch/pytorch,184628,125764,900634,325731,383899,141843,1058905,0,3121404
|
| 14 |
+
2026-05-27T02:23:18Z,redis/redis,14811,7753,53917,29752,28408,17476,66734,2203,221054
|
| 15 |
+
2026-05-27T02:23:18Z,rust-lang/rust,155938,93891,1239972,247407,189568,115054,1802713,10204,3854747
|
| 16 |
+
2026-05-27T02:23:18Z,swiftlang/swift,85515,67675,347818,104423,110456,29295,696955,2277,1444414
|
| 17 |
+
2026-05-27T02:23:18Z,vuejs/core,12229,6231,32707,3697,4934,129829,22169,15382,227178
|
| 18 |
+
2026-05-27T02:23:18Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
|
| 19 |
+
2026-05-27T02:23:18Z,_total,1179205,716188,6581849,1760672,1562742,1507677,8222143,557639,22088115
|