tamnd commited on
Commit
cc7e647
·
verified ·
1 Parent(s): c3a6e69

sync facebook/react +33.9K issues +19.6K PRs +52.2K timeline +15.4K pr_files — 2026-05-31 17:11 UTC

Browse files

issues 33.9K +33.9K
pull_requests 19.6K +19.6K
timeline_events 52.2K +52.2K
pr_files 15.4K +15.4K
commit_statuses 2 +2

README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - mul
8
  pretty_name: OpenGitHub Issues
9
  size_categories:
10
- - 1M<n<10M
11
  tags:
12
  - github
13
  - metadata
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 4 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 **138.5 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,26 +52,14 @@ 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-31 04:18 UTC**.
56
-
57
-
58
- ## Latest Sync
59
-
60
- New items since the previous publish:
61
-
62
- | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
- |---|---:|---:|---:|---:|---:|
64
- | **golang/go** | +74.8K | +5.2K | +545.0K | +183 | +80.7K |
65
 
66
 
67
  ## Repositories
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
70
  |---|---:|---:|---:|---:|---:|---:|---|
71
- | **ClickHouse/ClickHouse** | 105.0K | 76.3K | 329.6K | 114.0K | 124.6K | 1.8M | 2026-05-30 21:22 UTC |
72
- | **duckdb/duckdb** | 19.1K | 12.2K | 63.9K | 14.0K | 301.1K | 806.9K | 2026-05-30 21:03 UTC |
73
- | **etcd-io/etcd** | 21.3K | 14.0K | 126.9K | 29.5K | 22.6K | 343.6K | 2026-05-30 21:10 UTC |
74
- | **golang/go** | 74.8K | 5.2K | 545.0K | 183 | 80.7K | 765.5K | 2026-05-30 20:52 UTC |
75
 
76
  ## How to download and use this dataset
77
 
@@ -363,15 +351,12 @@ CI/CD status checks and GitHub Actions results for each commit.
363
 
364
  | Table | Rows | Description |
365
  |-------|-----:|-------------|
366
- | `issues` | 220.2K | Issues and pull requests (shared metadata) |
367
- | `pull_requests` | 107.7K | PR-specific fields (merge status, diffs, refs) |
368
- | `comments` | 897.7K | Conversation comments on issues and PRs |
369
- | `review_comments` | 167.7K | Inline code review comments on PR diffs |
370
- | `reviews` | 157.6K | PR review decisions |
371
- | `timeline_events` | 529.0K | Activity timeline (labels, closes, merges, assignments) |
372
- | `pr_files` | 1.1M | Files changed in each pull request |
373
- | `commit_statuses` | 541.3K | CI/CD status checks per commit |
374
- | **Total** | **3.7M** | |
375
 
376
  ## How it's built
377
 
 
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 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 **121.1K rows** across 8 tables in **18.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
 
 
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-31 17:11 UTC**.
 
 
 
 
 
 
 
 
 
56
 
57
 
58
  ## Repositories
59
 
60
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
61
  |---|---:|---:|---:|---:|---:|---:|---|
62
+ | **facebook/react** | 33.9K | 19.6K | 0 | 0 | 52.2K | 121.1K | 2026-05-31 11:39 UTC |
 
 
 
63
 
64
  ## How to download and use this dataset
65
 
 
351
 
352
  | Table | Rows | Description |
353
  |-------|-----:|-------------|
354
+ | `issues` | 33.9K | Issues and pull requests (shared metadata) |
355
+ | `pull_requests` | 19.6K | PR-specific fields (merge status, diffs, refs) |
356
+ | `timeline_events` | 52.2K | Activity timeline (labels, closes, merges, assignments) |
357
+ | `pr_files` | 15.4K | Files changed in each pull request |
358
+ | `commit_statuses` | 2 | CI/CD status checks per commit |
359
+ | **Total** | **121.1K** | |
 
 
 
360
 
361
  ## How it's built
362
 
data/commit_statuses/facebook/react/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9ff80d12954e299f5297e3929ce12e38d1ab3e701e05e66626fc81452140c22
3
- size 158248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a27322e371e490849c2f4b6140e19955ad59fab82e5e2083b1b9ca761ad7be6
3
+ size 1665
data/issues/facebook/react/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4937768f5dcef8cb1b062bb92ac9e42827fba956caef38c1eb141bb24f6fc743
3
- size 10077186
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44852c453c4789c689731fbfb4ca6674f143a4e87935b877653be60b4520aba5
3
+ size 10049713
data/pr_files/facebook/react/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd0daa6511d3b8770a1aed4d295a28371b86ea4c5f4c8850465c2bb79743a584
3
- size 1237821
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c2fb49bda21cea00515cf12fe68c164fa9a7d7eb9b3c95eb770cdd6ff2f006b
3
+ size 100134
data/pull_requests/facebook/react/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:868536b8504f13ec4b99abdc4d0e292feb4c125a03aee0879eb1add2a05089df
3
- size 1179325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ea6064b315a581dd4dcd9614ff6ff48eb4934bb3a1f2386b5ff88e986e1188
3
+ size 1175727
data/timeline_events/facebook/react/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dcfbeeed17357d27da8e45266fc79495ac2cd21e15afaf68e2eccf1bb14ba49d
3
- size 3406771
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c226c390a63f7ae3eacc60ae19f7e8619649899f01c80d1844a44a8c366873
3
+ size 7508015
stats.csv CHANGED
@@ -1,6 +1,3 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-31T04:18:27Z,ClickHouse/ClickHouse,105025,76274,217131,112439,113989,124649,709192,353200,1811899
3
- 2026-05-31T04:18:27Z,duckdb/duckdb,19108,12179,46584,17326,13951,301079,214251,182378,806856
4
- 2026-05-31T04:18:27Z,etcd-io/etcd,21262,14044,89131,37769,29469,22597,123845,5511,343628
5
- 2026-05-31T04:18:27Z,golang/go,74847,5153,544819,168,183,80694,59488,172,765524
6
- 2026-05-31T04:18:27Z,_total,220242,107650,897665,167702,157592,529019,1106776,541261,3727907
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-31T17:11:17Z,facebook/react,33928,19572,0,0,0,52195,15421,2,121118
3
+ 2026-05-31T17:11:17Z,_total,33928,19572,0,0,0,52195,15421,2,121118