Datasets:
sync rust-lang/rust +156.4K issues +93.9K PRs +16.6K timeline +8.3K pr_files — 2026-06-04 12:13 UTC
Browse filesissues 156.4K +156.4K
pull_requests 93.9K +93.9K
timeline_events 16.6K +16.6K
pr_files 8.3K +8.3K
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
- mul
|
| 8 |
pretty_name: OpenGitHub Issues
|
| 9 |
size_categories:
|
| 10 |
-
-
|
| 11 |
tags:
|
| 12 |
- github
|
| 13 |
- metadata
|
|
@@ -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-06-04
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,18 +61,14 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
-
| **facebook/react** | 34.0K | 19.7K | 0 | 10.2K | 169.5K | 300.0K | 2026-06-04 01:05 UTC |
|
| 72 |
-
| **golang/go** | 76.7K | 5.2K | 0 | 303 | 767.5K | 933.8K | 2026-06-01 22:17 UTC |
|
| 73 |
-
| **python/cpython** | 148.1K | 71.8K | 0 | 17.9K | 261.6K | 608.5K | 2026-06-02 04:39 UTC |
|
| 74 |
| **rust-lang/rust** | 156.4K | 93.9K | 0 | 0 | 16.6K | 275.3K | 2026-06-02 23:53 UTC |
|
| 75 |
-
| **vuejs/core** | 12.3K | 6.2K | 36.5K | 5.0K | 130.1K | 227.9K | 2026-06-02 19:28 UTC |
|
| 76 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 35.4K | 66.7K | 2026-06-02 09:26 UTC |
|
| 77 |
|
| 78 |
## How to download and use this dataset
|
|
@@ -365,15 +361,15 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 365 |
|
| 366 |
| Table | Rows | Description |
|
| 367 |
|-------|-----:|-------------|
|
| 368 |
-
| `issues` |
|
| 369 |
-
| `pull_requests` |
|
| 370 |
-
| `comments` |
|
| 371 |
-
| `review_comments` |
|
| 372 |
-
| `reviews` |
|
| 373 |
-
| `timeline_events` |
|
| 374 |
-
| `pr_files` |
|
| 375 |
-
| `commit_statuses` |
|
| 376 |
-
| **Total** | **
|
| 377 |
|
| 378 |
## How it's built
|
| 379 |
|
|
|
|
| 7 |
- mul
|
| 8 |
pretty_name: OpenGitHub Issues
|
| 9 |
size_categories:
|
| 10 |
+
- 100K<n<1M
|
| 11 |
tags:
|
| 12 |
- github
|
| 13 |
- metadata
|
|
|
|
| 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 **342.0K rows** across 8 tables in **61.6 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-04 12:13 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **rust-lang/rust** | +156.4K | +93.9K | — | — | +16.6K |
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
| 68 |
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
|
|
|
|
|
|
|
|
|
| 71 |
| **rust-lang/rust** | 156.4K | 93.9K | 0 | 0 | 16.6K | 275.3K | 2026-06-02 23:53 UTC |
|
|
|
|
| 72 |
| **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 35.4K | 66.7K | 2026-06-02 09:26 UTC |
|
| 73 |
|
| 74 |
## How to download and use this dataset
|
|
|
|
| 361 |
|
| 362 |
| Table | Rows | Description |
|
| 363 |
|-------|-----:|-------------|
|
| 364 |
+
| `issues` | 159.7K | Issues and pull requests (shared metadata) |
|
| 365 |
+
| `pull_requests` | 96.2K | PR-specific fields (merge status, diffs, refs) |
|
| 366 |
+
| `comments` | 4.9K | Conversation comments on issues and PRs |
|
| 367 |
+
| `review_comments` | 2.1K | Inline code review comments on PR diffs |
|
| 368 |
+
| `reviews` | 2.7K | PR review decisions |
|
| 369 |
+
| `timeline_events` | 52.0K | Activity timeline (labels, closes, merges, assignments) |
|
| 370 |
+
| `pr_files` | 23.7K | Files changed in each pull request |
|
| 371 |
+
| `commit_statuses` | 655 | CI/CD status checks per commit |
|
| 372 |
+
| **Total** | **342.0K** | |
|
| 373 |
|
| 374 |
## How it's built
|
| 375 |
|
stats.csv
CHANGED
|
@@ -1,8 +1,4 @@
|
|
| 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-04T07:44:09Z,rust-lang/rust,156398,93900,0,0,0,16638,8350,0,275286
|
| 6 |
-
2026-06-04T07:44:09Z,vuejs/core,12251,6247,32769,3711,4950,130127,22302,15511,227868
|
| 7 |
-
2026-06-04T07:44:09Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
|
| 8 |
-
2026-06-04T07:44:09Z,_total,430790,199082,37678,5854,36080,1380719,304916,16930,2412049
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-06-04T12:13:46Z,rust-lang/rust,156398,93900,0,0,0,16638,8350,0,275286
|
| 3 |
+
2026-06-04T12:13:46Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
|
| 4 |
+
2026-06-04T12:13:46Z,_total,159681,96169,4909,2143,2686,52008,23729,655,341980
|
|
|
|
|
|
|
|
|
|
|
|