Datasets:
sync golang/go +76.7K issues +5.1K PRs +303 reviews +767.0K timeline — 2026-06-01 04:35 UTC
Browse filesissues 76.7K +76.7K
pull_requests 5.1K +5.1K
reviews 303 +303
timeline_events 767.0K +767.0K
pr_files 83.3K +83.3K
commit_statuses 751 +751
- README.md +12 -13
- data/timeline_events/golang/go/0.parquet +2 -2
- stats.csv +2 -3
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 **
|
| 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-
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,15 +61,14 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **golang/go** | +
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
-
| **
|
| 72 |
-
| **golang/go** | 76.7K | 5.1K | 0 | 303 | 127.9K | 294.1K | 2026-05-31 18:58 UTC |
|
| 73 |
|
| 74 |
## How to download and use this dataset
|
| 75 |
|
|
@@ -361,13 +360,13 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 361 |
|
| 362 |
| Table | Rows | Description |
|
| 363 |
|-------|-----:|-------------|
|
| 364 |
-
| `issues` |
|
| 365 |
-
| `pull_requests` |
|
| 366 |
-
| `reviews` |
|
| 367 |
-
| `timeline_events` |
|
| 368 |
-
| `pr_files` |
|
| 369 |
-
| `commit_statuses` |
|
| 370 |
-
| **Total** | **
|
| 371 |
|
| 372 |
## How it's built
|
| 373 |
|
|
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
+
The full development metadata of 1 public GitHub repository, 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 **933.2K rows** across 8 tables in **153.5 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-01 04:35 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **golang/go** | +76.7K | +5.1K | — | +303 | +767.0K |
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
+
| **golang/go** | 76.7K | 5.1K | 0 | 303 | 767.0K | 933.2K | 2026-05-31 18:58 UTC |
|
|
|
|
| 72 |
|
| 73 |
## How to download and use this dataset
|
| 74 |
|
|
|
|
| 360 |
|
| 361 |
| Table | Rows | Description |
|
| 362 |
|-------|-----:|-------------|
|
| 363 |
+
| `issues` | 76.7K | Issues and pull requests (shared metadata) |
|
| 364 |
+
| `pull_requests` | 5.1K | PR-specific fields (merge status, diffs, refs) |
|
| 365 |
+
| `reviews` | 303 | PR review decisions |
|
| 366 |
+
| `timeline_events` | 767.0K | Activity timeline (labels, closes, merges, assignments) |
|
| 367 |
+
| `pr_files` | 83.3K | Files changed in each pull request |
|
| 368 |
+
| `commit_statuses` | 751 | CI/CD status checks per commit |
|
| 369 |
+
| **Total** | **933.2K** | |
|
| 370 |
|
| 371 |
## How it's built
|
| 372 |
|
data/timeline_events/golang/go/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:10f1b3172c3de16ce7277bd26f9aa41c3ebeddcc45c34c9739bad76e4724e896
|
| 3 |
+
size 121307424
|
stats.csv
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-
|
| 3 |
-
2026-
|
| 4 |
-
2026-05-31T20:14:32Z,_total,110651,24700,0,0,11295,307283,151628,754,606311
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-06-01T04:35:51Z,golang/go,76723,5128,0,0,303,766976,83325,751,933206
|
| 3 |
+
2026-06-01T04:35:51Z,_total,76723,5128,0,0,303,766976,83325,751,933206
|
|
|