Datasets:
sync mdn/content +6.9K reviews +51.6K timeline +48.9K pr_files — 2026-06-02 12:07 UTC
Browse filesreviews 16.7K +6.9K
timeline_events 139.2K +51.6K
pr_files 120.3K +48.9K
- 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 **1.
|
| 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** | — | — | — | +6.
|
| 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** | **1.
|
| 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 **1.9M rows** across 8 tables in **25.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-06-02 12:07 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **mdn/content** | — | — | — | +6.9K | +51.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 | 16.7K | 139.2K | 350.3K | 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` | 34.9K | PR review decisions |
|
| 368 |
+
| `timeline_events` | 1.2M | Activity timeline (labels, closes, merges, assignments) |
|
| 369 |
+
| `pr_files` | 312.7K | Files changed in each pull request |
|
| 370 |
| `commit_statuses` | 761 | CI/CD status checks per commit |
|
| 371 |
+
| **Total** | **1.9M** | |
|
| 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:cb7ef6ff854f63559ac51b7bf19c3fcce528bf1ad6f96233babc17724a7c75ef
|
| 3 |
+
size 984426
|
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:9d36024813982a15a5b77746a3d50dc75f17af5bb0487f5ae6750f8ba67263cb
|
| 3 |
+
size 633430
|
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:be0168422aba8427dc08cf943c1db6ec8bdafb25a5fa75646585ffef1bdc6a87
|
| 3 |
+
size 24944357
|
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-02T12:07:07Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
|
| 3 |
+
2026-06-02T12:07:07Z,mdn/content,42151,31911,0,0,16718,139201,120326,0,350307
|
| 4 |
+
2026-06-02T12:07:07Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
|
| 5 |
+
2026-06-02T12:07:07Z,_total,266979,108905,0,0,34934,1168282,312672,761,1892533
|