tamnd commited on
Commit
976e22e
·
verified ·
1 Parent(s): d3e8531

sync facebook/react +1.3K reviews +15.8K timeline +7.4K pr_files — 2026-06-04 07:44 UTC

Browse files

reviews 10.2K +1.3K
timeline_events 169.5K +15.8K
pr_files 66.5K +7.4K

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 7 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 **3.7M rows** across 8 tables in **36.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,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 06:48 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,16 +61,15 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **facebook/react** | +34.0K | +19.7K | — | +9.0K | +153.7K |
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **facebook/react** | 34.0K | 19.7K | 0 | 9.0K | 153.7K | 275.4K | 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
- | **mdn/content** | 42.2K | 31.9K | 81.0K | 82.4K | 648.7K | 1.3M | 2026-06-02 09:13 UTC |
74
  | **python/cpython** | 148.1K | 71.8K | 0 | 17.9K | 261.6K | 608.5K | 2026-06-02 04:39 UTC |
75
  | **rust-lang/rust** | 156.4K | 93.9K | 0 | 0 | 16.6K | 275.3K | 2026-06-02 23:53 UTC |
76
  | **vuejs/core** | 12.3K | 6.2K | 36.5K | 5.0K | 130.1K | 227.9K | 2026-06-02 19:28 UTC |
@@ -366,15 +365,15 @@ CI/CD status checks and GitHub Actions results for each commit.
366
 
367
  | Table | Rows | Description |
368
  |-------|-----:|-------------|
369
- | `issues` | 472.9K | Issues and pull requests (shared metadata) |
370
- | `pull_requests` | 231.0K | PR-specific fields (merge status, diffs, refs) |
371
- | `comments` | 112.8K | Conversation comments on issues and PRs |
372
- | `review_comments` | 11.8K | Inline code review comments on PR diffs |
373
- | `reviews` | 117.2K | PR review decisions |
374
- | `timeline_events` | 2.0M | Activity timeline (labels, closes, merges, assignments) |
375
- | `pr_files` | 698.7K | Files changed in each pull request |
376
- | `commit_statuses` | 48.7K | CI/CD status checks per commit |
377
- | **Total** | **3.7M** | |
378
 
379
  ## How it's built
380
 
 
39
 
40
  ## What is it?
41
 
42
+ The full development metadata of 6 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 **2.4M rows** across 8 tables in **31.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-06-04 07:44 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **facebook/react** | | | — | +1.3K | +15.8K |
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 |
 
365
 
366
  | Table | Rows | Description |
367
  |-------|-----:|-------------|
368
+ | `issues` | 430.8K | Issues and pull requests (shared metadata) |
369
+ | `pull_requests` | 199.1K | PR-specific fields (merge status, diffs, refs) |
370
+ | `comments` | 37.7K | Conversation comments on issues and PRs |
371
+ | `review_comments` | 5.9K | Inline code review comments on PR diffs |
372
+ | `reviews` | 36.1K | PR review decisions |
373
+ | `timeline_events` | 1.4M | Activity timeline (labels, closes, merges, assignments) |
374
+ | `pr_files` | 304.9K | Files changed in each pull request |
375
+ | `commit_statuses` | 16.9K | CI/CD status checks per commit |
376
+ | **Total** | **2.4M** | |
377
 
378
  ## How it's built
379
 
data/pr_files/facebook/react/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:987deb29970dc013d264b01fd612e35708ef716fa8fe156bff78df8331ad0241
3
- size 340675
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb41f79e9dd0eb14bf60514231a9df44814857ca67d55df224568e39b94261ef
3
+ size 368405
data/reviews/facebook/react/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ebc7f8214a819b20bad639279276e49a014a1b6ab0ba0cfdb9fcfd9bc58cd9a8
3
- size 270223
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:651b02cf54511fe1695b5cb9c600d94bddc971bf5f1941bd75a277267e598955
3
+ size 312221
data/timeline_events/facebook/react/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7ad937573cc0c15a14a424ce3c592fa7624af783f1fdfd26ab9771a014e2b3c
3
- size 26471447
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:782c01bf63f157e29667b93646ce9516a20bf005d5df1553182eded120c66c9d
3
+ size 31896506
stats.csv CHANGED
@@ -1,9 +1,8 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-06-04T06:48:09Z,facebook/react,34030,19672,0,0,8969,153653,59110,3,275437
3
- 2026-06-04T06:48:09Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
4
- 2026-06-04T06:48:09Z,mdn/content,42151,31911,75120,5900,82404,648653,401176,31737,1319052
5
- 2026-06-04T06:48:09Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
6
- 2026-06-04T06:48:09Z,rust-lang/rust,156398,93900,0,0,0,16638,8350,0,275286
7
- 2026-06-04T06:48:09Z,vuejs/core,12251,6247,32769,3711,4950,130127,22302,15511,227868
8
- 2026-06-04T06:48:09Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
9
- 2026-06-04T06:48:09Z,_total,472941,230993,112798,11754,117225,2013522,698663,48667,3706563
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-06-04T07:44:09Z,facebook/react,34030,19672,0,0,10228,169503,66539,3,299975
3
+ 2026-06-04T07:44:09Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
4
+ 2026-06-04T07:44:09Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
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