Datasets:
sync facebook/react +34.0K issues +19.5K PRs +138.6K comments +33.0K review_comments — 2026-05-28 17:08 UTC
Browse filesissues 34.0K +34.0K
pull_requests 19.5K +19.5K
comments 138.6K +138.6K
review_comments 33.0K +33.0K
reviews 32.0K +32.0K
timeline_events 18.9K +18.9K
pr_files 206.0K +206.0K
commit_statuses 12.6K +12.6K
- README.md +14 -21
- data/comments/facebook/react/0.parquet +2 -2
- data/commit_statuses/facebook/react/0.parquet +2 -2
- data/issues/facebook/react/0.parquet +2 -2
- data/pr_files/facebook/react/0.parquet +2 -2
- data/pull_requests/facebook/react/0.parquet +2 -2
- data/review_comments/facebook/react/0.parquet +2 -2
- data/reviews/facebook/react/0.parquet +2 -2
- data/timeline_events/facebook/react/0.parquet +2 -2
- stats.csv +12 -11
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-28
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,15 +61,7 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
| 65 |
-
| **etcd-io/etcd** | +4 | +4 | +31 | +11 | +169 |
|
| 66 |
-
| **mdn/content** | — | — | +11 | +4 | +9 |
|
| 67 |
-
| **microsoft/TypeScript** | — | — | +1 | — | +5 |
|
| 68 |
-
| **moby/moby** | +1 | — | — | — | +17 |
|
| 69 |
-
| **pingcap/tidb** | +10 | +9 | +64 | +11 | +397 |
|
| 70 |
-
| **redis/redis** | +1 | +1 | +6 | +2 | +10 |
|
| 71 |
-
| **swiftlang/swift** | +5 | +5 | +28 | +12 | +109 |
|
| 72 |
-
| **vuejs/core** | +1 | +1 | +5 | +1 | +14 |
|
| 73 |
|
| 74 |
|
| 75 |
## Repositories
|
|
@@ -78,6 +70,7 @@ New items since the previous publish:
|
|
| 78 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 79 |
| **duckdb/duckdb** | 19.1K | 12.2K | 63.8K | 13.9K | 300.6K | 804.3K | 2026-05-28 14:58 UTC |
|
| 80 |
| **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.4K | 339.0K | 2026-05-28 14:53 UTC |
|
|
|
|
| 81 |
| **mdn/content** | 41.2K | 31.9K | 160.9K | 77.9K | 18.0K | 724.5K | 2026-05-28 14:50 UTC |
|
| 82 |
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 14:52 UTC |
|
| 83 |
| **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.3K | 339.2K | 2026-05-28 14:53 UTC |
|
|
@@ -377,15 +370,15 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 377 |
|
| 378 |
| Table | Rows | Description |
|
| 379 |
|-------|-----:|-------------|
|
| 380 |
-
| `issues` |
|
| 381 |
-
| `pull_requests` |
|
| 382 |
-
| `comments` | 1.
|
| 383 |
-
| `review_comments` |
|
| 384 |
-
| `reviews` |
|
| 385 |
-
| `timeline_events` |
|
| 386 |
-
| `pr_files` | 2.
|
| 387 |
-
| `commit_statuses` |
|
| 388 |
-
| **Total** | **
|
| 389 |
|
| 390 |
## How it's built
|
| 391 |
|
|
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
+
The full development metadata of 11 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 **7.0M rows** across 8 tables in **42.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-28 17:08 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **facebook/react** | +34.0K | +19.5K | +171.7K | +32.0K | +18.9K |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
|
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
| **duckdb/duckdb** | 19.1K | 12.2K | 63.8K | 13.9K | 300.6K | 804.3K | 2026-05-28 14:58 UTC |
|
| 72 |
| **etcd-io/etcd** | 21.2K | 14.0K | 126.6K | 29.4K | 21.4K | 339.0K | 2026-05-28 14:53 UTC |
|
| 73 |
+
| **facebook/react** | 34.0K | 19.5K | 171.7K | 32.0K | 18.9K | 494.6K | 2026-05-28 14:47 UTC |
|
| 74 |
| **mdn/content** | 41.2K | 31.9K | 160.9K | 77.9K | 18.0K | 724.5K | 2026-05-28 14:50 UTC |
|
| 75 |
| **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 23.9K | 1.1M | 2026-05-28 14:52 UTC |
|
| 76 |
| **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.3K | 339.2K | 2026-05-28 14:53 UTC |
|
|
|
|
| 370 |
|
| 371 |
| Table | Rows | Description |
|
| 372 |
|-------|-----:|-------------|
|
| 373 |
+
| `issues` | 413.8K | Issues and pull requests (shared metadata) |
|
| 374 |
+
| `pull_requests` | 254.3K | PR-specific fields (merge status, diffs, refs) |
|
| 375 |
+
| `comments` | 1.5M | Conversation comments on issues and PRs |
|
| 376 |
+
| `review_comments` | 485.3K | Inline code review comments on PR diffs |
|
| 377 |
+
| `reviews` | 507.9K | PR review decisions |
|
| 378 |
+
| `timeline_events` | 849.6K | Activity timeline (labels, closes, merges, assignments) |
|
| 379 |
+
| `pr_files` | 2.8M | Files changed in each pull request |
|
| 380 |
+
| `commit_statuses` | 243.0K | CI/CD status checks per commit |
|
| 381 |
+
| **Total** | **7.0M** | |
|
| 382 |
|
| 383 |
## How it's built
|
| 384 |
|
data/comments/facebook/react/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:cd7481b58275435d62f53aa43bc5650f36b651974727ed16b0a863c730bc6564
|
| 3 |
+
size 20927242
|
data/commit_statuses/facebook/react/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:16e05348190a86c31f2edd26d3cb260f715c0bd5280da657cf1c669527421653
|
| 3 |
+
size 134513
|
data/issues/facebook/react/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:b9481b3596d1905fa0d3af9f3151d9ff50362389ba0fdb24f884a7142535c083
|
| 3 |
+
size 10071592
|
data/pr_files/facebook/react/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:3ab7b928e7b747503b3aa59034832a0983bfdf375e6f785203d8938cfa9b20de
|
| 3 |
+
size 1237816
|
data/pull_requests/facebook/react/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:52800142a40f54e5b4875519b6d143428fe7176ff107a5a3a31b2ad096bc1ac9
|
| 3 |
+
size 1178563
|
data/review_comments/facebook/react/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:f8b167805cd673a77957da94e20b1a20eed372d41cb97fd6d3d0a27d48136924
|
| 3 |
+
size 6229621
|
data/reviews/facebook/react/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:8648622d72f5d3df89547e7fafad34ea04a62f2a8ebb175409849ffc31111882
|
| 3 |
+
size 1049213
|
data/timeline_events/facebook/react/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:8a8d564094c03fea894e1b13bd924b44d0c8fac469ac977856b86fa8d2456d7c
|
| 3 |
+
size 3309780
|
stats.csv
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 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-
|
| 4 |
-
2026-05-
|
| 5 |
-
2026-05-
|
| 6 |
-
2026-05-
|
| 7 |
-
2026-05-
|
| 8 |
-
2026-05-
|
| 9 |
-
2026-05-
|
| 10 |
-
2026-05-
|
| 11 |
-
2026-05-
|
| 12 |
-
2026-05-
|
|
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-05-28T17:08:39Z,duckdb/duckdb,19085,12157,46509,17314,13939,300590,213956,180784,804334
|
| 3 |
+
2026-05-28T17:08:39Z,etcd-io/etcd,21233,14021,88913,37722,29403,21439,122216,4069,339016
|
| 4 |
+
2026-05-28T17:08:39Z,facebook/react,34003,19520,138627,33025,31953,18914,205976,12601,494619
|
| 5 |
+
2026-05-28T17:08:39Z,mdn/content,41157,31868,75031,85828,77906,18017,392716,2025,724548
|
| 6 |
+
2026-05-28T17:08:39Z,microsoft/TypeScript,62278,19121,286757,50577,41993,23905,589258,1213,1075102
|
| 7 |
+
2026-05-28T17:08:39Z,moby/moby,51756,28420,0,0,0,206277,52734,0,339187
|
| 8 |
+
2026-05-28T17:08:39Z,pingcap/tidb,68361,45219,380578,120724,166093,70819,440222,21548,1313564
|
| 9 |
+
2026-05-28T17:08:39Z,redis/redis,14819,7761,53943,29791,28450,17710,66782,2554,221810
|
| 10 |
+
2026-05-28T17:08:39Z,swiftlang/swift,85577,67724,348097,104482,110557,31782,697746,2697,1448662
|
| 11 |
+
2026-05-28T17:08:39Z,vuejs/core,12232,6234,32722,3699,4936,129914,22197,15458,227392
|
| 12 |
+
2026-05-28T17:08:39Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
|
| 13 |
+
2026-05-28T17:08:39Z,_total,413787,254305,1456089,485305,507911,849606,2819182,243002,7029187
|