Datasets:
Sync facebook/react: 814.2K rows (2026-03-29 08:21 UTC)
Browse filesfacebook/react: 33.6K issues, 19.2K PRs, 127.6K comments, 20.1K reviews, 248.3K timeline, 201.4K pr_files, 164.0K commit_statuses
- README.md +11 -6
- data/comments/facebook/react/0.parquet +2 -2
- data/commit_statuses/facebook/react/0.parquet +3 -0
- data/issues/facebook/react/0.parquet +2 -2
- data/pr_files/facebook/react/0.parquet +3 -0
- data/pull_requests/facebook/react/0.parquet +3 -0
- data/review_comments/facebook/react/0.parquet +3 -0
- data/reviews/facebook/react/0.parquet +3 -0
- data/timeline_events/facebook/react/0.parquet +2 -2
- stats.csv +16 -6
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 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 **
|
| 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 |
|
|
@@ -58,7 +58,7 @@ Last updated: **2026-03-29**.
|
|
| 58 |
|
| 59 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total |
|
| 60 |
|---|---:|---:|---:|---:|---:|---:|
|
| 61 |
-
| **facebook/react** |
|
| 62 |
|
| 63 |
## How to download and use this dataset
|
| 64 |
|
|
@@ -337,10 +337,15 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 337 |
|
| 338 |
| Table | Rows | Description |
|
| 339 |
|-------|-----:|-------------|
|
| 340 |
-
| `issues` |
|
| 341 |
-
| `
|
| 342 |
-
| `
|
| 343 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 344 |
|
| 345 |
## How it's built
|
| 346 |
|
|
|
|
| 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 **814.2K rows** across 8 tables in **40.0 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 |
|
|
|
|
| 58 |
|
| 59 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total |
|
| 60 |
|---|---:|---:|---:|---:|---:|---:|
|
| 61 |
+
| **facebook/react** | 33.6K | 19.2K | 127.6K | 20.1K | 248.3K | 814.2K |
|
| 62 |
|
| 63 |
## How to download and use this dataset
|
| 64 |
|
|
|
|
| 337 |
|
| 338 |
| Table | Rows | Description |
|
| 339 |
|-------|-----:|-------------|
|
| 340 |
+
| `issues` | 33.6K | Issues and pull requests (shared metadata) |
|
| 341 |
+
| `pull_requests` | 19.2K | PR-specific fields (merge status, diffs, refs) |
|
| 342 |
+
| `comments` | 104.6K | Conversation comments on issues and PRs |
|
| 343 |
+
| `review_comments` | 23.1K | Inline code review comments on PR diffs |
|
| 344 |
+
| `reviews` | 20.1K | PR review decisions |
|
| 345 |
+
| `timeline_events` | 248.3K | Activity timeline (labels, closes, merges, assignments) |
|
| 346 |
+
| `pr_files` | 201.4K | Files changed in each pull request |
|
| 347 |
+
| `commit_statuses` | 164.0K | CI/CD status checks per commit |
|
| 348 |
+
| **Total** | **814.2K** | |
|
| 349 |
|
| 350 |
## How it's built
|
| 351 |
|
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:0e44871bec8e9691437a331848fd29c7bb57ab75e238242d1ffb45a52870aaf8
|
| 3 |
+
size 15357688
|
data/commit_statuses/facebook/react/0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0fb13bbb6f12518a1c03bdd22f2c2443275bf39020cf750a84d23925e0633a7
|
| 3 |
+
size 774348
|
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:3b95d2a50bcf82e0888fb7d9cb20b7475fa165e698cacf36cb062d0213fc7632
|
| 3 |
+
size 9907077
|
data/pr_files/facebook/react/0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0adf11a6187ee9a705996ecfabb8c8ef9e0778b998b45eaf437db9013af6d8e
|
| 3 |
+
size 1119983
|
data/pull_requests/facebook/react/0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83d73b4b8995e533d251ed03b8621e60ce417a8f44edbde063335620062ad7e0
|
| 3 |
+
size 537060
|
data/review_comments/facebook/react/0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5503b98b5a8135590f63d0d9f93151b33824664bc68e648d6c5acd1e45f0a3c5
|
| 3 |
+
size 3165227
|
data/reviews/facebook/react/0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e03ce6c3d7ed07c1ba08bcbf2f4390b7e7af4965487ef42c667d737440dd2b0e
|
| 3 |
+
size 939965
|
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:bb9f21502af1cc983f3bf09f925909dd1392f4c2aee49a3dca26c8baf73cb92c
|
| 3 |
+
size 10171410
|
stats.csv
CHANGED
|
@@ -1,7 +1,17 @@
|
|
| 1 |
repository,table,rows
|
| 2 |
-
facebook/react,issues,
|
| 3 |
-
facebook/react,
|
| 4 |
-
facebook/react,
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
repository,table,rows
|
| 2 |
+
facebook/react,issues,33619
|
| 3 |
+
facebook/react,pull_requests,19200
|
| 4 |
+
facebook/react,comments,104556
|
| 5 |
+
facebook/react,review_comments,23065
|
| 6 |
+
facebook/react,reviews,20105
|
| 7 |
+
facebook/react,timeline_events,248289
|
| 8 |
+
facebook/react,pr_files,201373
|
| 9 |
+
facebook/react,commit_statuses,163984
|
| 10 |
+
_total,issues,33619
|
| 11 |
+
_total,pull_requests,19200
|
| 12 |
+
_total,comments,104556
|
| 13 |
+
_total,review_comments,23065
|
| 14 |
+
_total,reviews,20105
|
| 15 |
+
_total,timeline_events,248289
|
| 16 |
+
_total,pr_files,201373
|
| 17 |
+
_total,commit_statuses,163984
|