tamnd commited on
Commit
081af34
·
verified ·
1 Parent(s): a58aa01

sync facebook/react +34.0K issues +19.5K PRs +138.6K comments +33.0K review_comments — 2026-05-28 17:08 UTC

Browse files

issues 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 CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 10 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 **6.5M rows** across 8 tables in **496.2 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-05-28 16:09 UTC**.
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
- | **duckdb/duckdb** | +4 | +3 | +9 | +2 | +133 |
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` | 379.8K | Issues and pull requests (shared metadata) |
381
- | `pull_requests` | 234.8K | PR-specific fields (merge status, diffs, refs) |
382
- | `comments` | 1.3M | Conversation comments on issues and PRs |
383
- | `review_comments` | 452.3K | Inline code review comments on PR diffs |
384
- | `reviews` | 476.0K | PR review decisions |
385
- | `timeline_events` | 830.7K | Activity timeline (labels, closes, merges, assignments) |
386
- | `pr_files` | 2.6M | Files changed in each pull request |
387
- | `commit_statuses` | 230.4K | CI/CD status checks per commit |
388
- | **Total** | **6.5M** | |
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:abba08d7a3c76b24457f7f0946d58a698a30dd839599b40a6d9b1af7ee918cb1
3
- size 20926575
 
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:d021cdc8b5cb8415cc72dd9b3bd365d74c58d1b582f0fe0adea68f81d84febf6
3
- size 122083
 
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:158896e4baa57d88088d408de7453ca0faa600036c49df20194a5b59717b5872
3
- size 10071258
 
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:14d1d5f65460e5e1e8a807ed911635e09f7f2d288da16d744a9f04e36bc8c355
3
- size 1237627
 
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:69bfa2b4a8c2ccd4b5f485fa77ab147265067ad1221814137ccca7cbc8070287
3
- size 1178238
 
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:2e2ffda472108f2eb6163f1ddf99c4aa37ff50fae577e07243a458e036bd06f7
3
- size 6229185
 
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:be283ffe0e12360fa56e8e748e893d5699f23ad243ac45d6d2322fc9c31a0296
3
- size 1049098
 
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:91b5dc579b19d9a1ba56d69060c0906d0451dc3417d790208daf6c272c059852
3
- size 3303303
 
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-28T16:09:00Z,duckdb/duckdb,19085,12157,46509,17314,13939,300590,213956,180784,804334
3
- 2026-05-28T16:09:00Z,etcd-io/etcd,21233,14021,88913,37722,29403,21439,122216,4069,339016
4
- 2026-05-28T16:09:00Z,mdn/content,41157,31868,75031,85828,77906,18017,392716,2025,724548
5
- 2026-05-28T16:09:00Z,microsoft/TypeScript,62278,19121,286757,50577,41993,23905,589258,1213,1075102
6
- 2026-05-28T16:09:00Z,moby/moby,51756,28420,0,0,0,206277,52734,0,339187
7
- 2026-05-28T16:09:00Z,pingcap/tidb,68361,45219,380578,120724,166093,70819,440222,21548,1313564
8
- 2026-05-28T16:09:00Z,redis/redis,14819,7761,53943,29791,28450,17710,66782,2554,221810
9
- 2026-05-28T16:09:00Z,swiftlang/swift,85577,67724,348097,104482,110557,31782,697746,2697,1448662
10
- 2026-05-28T16:09:00Z,vuejs/core,12232,6234,32722,3699,4936,129914,22197,15458,227392
11
- 2026-05-28T16:09:00Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
12
- 2026-05-28T16:09:00Z,_total,379784,234785,1317462,452280,475958,830692,2613206,230401,6534568
 
 
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