Datasets:
sync golang/go +32.7K issues — 2026-05-31 19:16 UTC
Browse files- README.md +12 -10
- data/issues/golang/go/0.parquet +2 -2
- stats.csv +3 -2
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-05-31
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,14 +61,16 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **facebook/react** | — | — | — | +5.
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
-
| **facebook/react** | 33.9K | 19.6K | 0 |
|
|
|
|
| 72 |
|
| 73 |
## How to download and use this dataset
|
| 74 |
|
|
@@ -360,13 +362,13 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 360 |
|
| 361 |
| Table | Rows | Description |
|
| 362 |
|-------|-----:|-------------|
|
| 363 |
-
| `issues` |
|
| 364 |
| `pull_requests` | 19.6K | PR-specific fields (merge status, diffs, refs) |
|
| 365 |
-
| `reviews` |
|
| 366 |
-
| `timeline_events` |
|
| 367 |
-
| `pr_files` |
|
| 368 |
| `commit_statuses` | 3 | CI/CD status checks per commit |
|
| 369 |
-
| **Total** | **
|
| 370 |
|
| 371 |
## How it's built
|
| 372 |
|
|
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
+
The full development metadata of 2 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 **344.9K rows** across 8 tables in **52.1 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-31 19:16 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **facebook/react** | — | — | — | +5.9K | +56.1K |
|
| 65 |
+
| **golang/go** | +32.7K | — | — | — | — |
|
| 66 |
|
| 67 |
|
| 68 |
## Repositories
|
| 69 |
|
| 70 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 71 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 72 |
+
| **facebook/react** | 33.9K | 19.6K | 0 | 11.0K | 179.4K | 312.2K | 2026-05-31 11:39 UTC |
|
| 73 |
+
| **golang/go** | 32.7K | 0 | 0 | 0 | 0 | 32.7K | 2026-05-31 18:58 UTC |
|
| 74 |
|
| 75 |
## How to download and use this dataset
|
| 76 |
|
|
|
|
| 362 |
|
| 363 |
| Table | Rows | Description |
|
| 364 |
|-------|-----:|-------------|
|
| 365 |
+
| `issues` | 66.6K | Issues and pull requests (shared metadata) |
|
| 366 |
| `pull_requests` | 19.6K | PR-specific fields (merge status, diffs, refs) |
|
| 367 |
+
| `reviews` | 11.0K | PR review decisions |
|
| 368 |
+
| `timeline_events` | 179.4K | Activity timeline (labels, closes, merges, assignments) |
|
| 369 |
+
| `pr_files` | 68.3K | Files changed in each pull request |
|
| 370 |
| `commit_statuses` | 3 | CI/CD status checks per commit |
|
| 371 |
+
| **Total** | **344.9K** | |
|
| 372 |
|
| 373 |
## How it's built
|
| 374 |
|
data/issues/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:f37760c5db79eeef1b44327cf61755931bfa5663d75311e443b77a3e299b9988
|
| 3 |
+
size 18345985
|
stats.csv
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 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-
|
|
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-05-31T19:16:32Z,facebook/react,33928,19572,0,0,10992,179371,68303,3,312169
|
| 3 |
+
2026-05-31T19:16:32Z,golang/go,32700,0,0,0,0,0,0,0,32700
|
| 4 |
+
2026-05-31T19:16:32Z,_total,66628,19572,0,0,10992,179371,68303,3,344869
|