Datasets:
sync mdn/content +13.4K reviews +70.6K timeline +28.6K pr_files — 2026-06-02 17:10 UTC
Browse filesreviews 61.9K +13.4K
timeline_events 426.5K +70.6K
pr_files 333.1K +28.6K
- README.md +8 -8
- data/pr_files/mdn/content/0.parquet +2 -2
- data/reviews/mdn/content/0.parquet +2 -2
- data/timeline_events/mdn/content/0.parquet +2 -2
- stats.csv +4 -4
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 3 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 **2.
|
| 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-06-02
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,7 +61,7 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **mdn/content** | — | — | — | +
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
@@ -69,7 +69,7 @@ New items since the previous publish:
|
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
| **golang/go** | 76.7K | 5.2K | 0 | 303 | 767.5K | 933.8K | 2026-06-01 22:17 UTC |
|
| 72 |
-
| **mdn/content** | 42.2K | 31.9K | 0 |
|
| 73 |
| **python/cpython** | 148.1K | 71.8K | 0 | 17.9K | 261.6K | 608.5K | 2026-06-02 04:39 UTC |
|
| 74 |
|
| 75 |
## How to download and use this dataset
|
|
@@ -364,11 +364,11 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 364 |
|-------|-----:|-------------|
|
| 365 |
| `issues` | 267.0K | Issues and pull requests (shared metadata) |
|
| 366 |
| `pull_requests` | 108.9K | PR-specific fields (merge status, diffs, refs) |
|
| 367 |
-
| `reviews` |
|
| 368 |
-
| `timeline_events` | 1.
|
| 369 |
-
| `pr_files` |
|
| 370 |
| `commit_statuses` | 761 | CI/CD status checks per commit |
|
| 371 |
-
| **Total** | **2.
|
| 372 |
|
| 373 |
## How it's built
|
| 374 |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 3 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 **2.4M rows** across 8 tables in **81.7 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-06-02 17:10 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **mdn/content** | — | — | — | +13.4K | +70.6K |
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
|
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
| **golang/go** | 76.7K | 5.2K | 0 | 303 | 767.5K | 933.8K | 2026-06-01 22:17 UTC |
|
| 72 |
+
| **mdn/content** | 42.2K | 31.9K | 0 | 61.9K | 426.5K | 895.5K | 2026-06-02 09:13 UTC |
|
| 73 |
| **python/cpython** | 148.1K | 71.8K | 0 | 17.9K | 261.6K | 608.5K | 2026-06-02 04:39 UTC |
|
| 74 |
|
| 75 |
## How to download and use this dataset
|
|
|
|
| 364 |
|-------|-----:|-------------|
|
| 365 |
| `issues` | 267.0K | Issues and pull requests (shared metadata) |
|
| 366 |
| `pull_requests` | 108.9K | PR-specific fields (merge status, diffs, refs) |
|
| 367 |
+
| `reviews` | 80.2K | PR review decisions |
|
| 368 |
+
| `timeline_events` | 1.5M | Activity timeline (labels, closes, merges, assignments) |
|
| 369 |
+
| `pr_files` | 525.4K | Files changed in each pull request |
|
| 370 |
| `commit_statuses` | 761 | CI/CD status checks per commit |
|
| 371 |
+
| **Total** | **2.4M** | |
|
| 372 |
|
| 373 |
## How it's built
|
| 374 |
|
data/pr_files/mdn/content/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:412d71727d495c53b4702dc4bc90681f5d2a39b05357661d582680214fe53eac
|
| 3 |
+
size 2738637
|
data/reviews/mdn/content/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:571fba7c98f763f7572e23f338f37b8ca670c56cadcc781e30e0884cca3624e6
|
| 3 |
+
size 2259990
|
data/timeline_events/mdn/content/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:2c92085f40f1145563391850109daf1567e4efa940efa18837fdffc05930316a
|
| 3 |
+
size 80623186
|
stats.csv
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-06-
|
| 3 |
-
2026-06-
|
| 4 |
-
2026-06-
|
| 5 |
-
2026-06-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-06-02T17:10:04Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
|
| 3 |
+
2026-06-02T17:10:04Z,mdn/content,42151,31911,0,0,61939,426457,333081,0,895539
|
| 4 |
+
2026-06-02T17:10:04Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
|
| 5 |
+
2026-06-02T17:10:04Z,_total,266979,108905,0,0,80155,1455538,525427,761,2437765
|