tamnd commited on
Commit
47deca7
·
verified ·
1 Parent(s): 214e6b3

sync vuejs/core +3 comments +3 timeline — 2026-05-28 20:37 UTC

Browse files

comments 32.7K +3
timeline_events 129.9K +3

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
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,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 17:08 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,23 +61,30 @@ New items since the previous publish:
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
68
 
69
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
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 |
77
- | **pingcap/tidb** | 68.4K | 45.2K | 501.3K | 166.1K | 70.8K | 1.3M | 2026-05-28 14:57 UTC |
78
- | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.4K | 17.7K | 221.8K | 2026-05-28 13:38 UTC |
79
- | **swiftlang/swift** | 85.6K | 67.7K | 452.6K | 110.6K | 31.8K | 1.4M | 2026-05-28 14:50 UTC |
80
- | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.4K | 2026-05-28 13:34 UTC |
81
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
82
 
83
  ## How to download and use this dataset
@@ -370,15 +377,15 @@ CI/CD status checks and GitHub Actions results for each commit.
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
 
 
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 **531.8 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 20:37 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **duckdb/duckdb** | +19.1K | +12.2K | +63.8K | +13.9K | +300.7K |
65
+ | **etcd-io/etcd** | +21.2K | +14.0K | +126.7K | +29.4K | +21.6K |
66
+ | **mdn/content** | — | — | +3 | +2 | +9 |
67
+ | **microsoft/TypeScript** | +62.3K | +19.1K | +337.3K | +42.0K | +24.0K |
68
+ | **moby/moby** | +51.8K | +28.4K | — | — | +206.3K |
69
+ | **pingcap/tidb** | +68.4K | +45.2K | +501.3K | +166.1K | +70.9K |
70
+ | **redis/redis** | +14.8K | +7.8K | +83.7K | +28.5K | +17.7K |
71
+ | **swiftlang/swift** | +11 | +10 | +57 | +19 | +339 |
72
+ | **vuejs/core** | — | — | +3 | — | +3 |
73
 
74
 
75
  ## Repositories
76
 
77
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
78
  |---|---:|---:|---:|---:|---:|---:|---|
79
+ | **duckdb/duckdb** | 19.1K | 12.2K | 63.8K | 13.9K | 300.7K | 804.8K | 2026-05-28 19:28 UTC |
80
+ | **etcd-io/etcd** | 21.2K | 14.0K | 126.7K | 29.4K | 21.6K | 339.3K | 2026-05-28 19:19 UTC |
81
+ | **mdn/content** | 41.2K | 31.9K | 160.9K | 77.9K | 18.0K | 724.6K | 2026-05-28 16:56 UTC |
82
+ | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 24.0K | 1.1M | 2026-05-28 18:50 UTC |
83
+ | **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.3K | 339.2K | 2026-05-28 19:30 UTC |
84
+ | **pingcap/tidb** | 68.4K | 45.2K | 501.3K | 166.1K | 70.9K | 1.3M | 2026-05-28 19:28 UTC |
85
+ | **redis/redis** | 14.8K | 7.8K | 83.7K | 28.5K | 17.7K | 221.8K | 2026-05-28 18:47 UTC |
86
+ | **swiftlang/swift** | 85.6K | 67.7K | 452.6K | 110.6K | 32.1K | 1.4M | 2026-05-28 19:17 UTC |
87
+ | **vuejs/core** | 12.2K | 6.2K | 36.4K | 4.9K | 129.9K | 227.4K | 2026-05-28 17:33 UTC |
 
88
  | **vuejs/docs** | 3.3K | 2.3K | 7.1K | 2.7K | 10.2K | 41.0K | 2026-05-27 21:11 UTC |
89
 
90
  ## How to download and use this dataset
 
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` | 831.5K | Activity timeline (labels, closes, merges, assignments) |
386
+ | `pr_files` | 2.6M | Files changed in each pull request |
387
+ | `commit_statuses` | 230.9K | CI/CD status checks per commit |
388
+ | **Total** | **6.5M** | |
389
 
390
  ## How it's built
391
 
data/comments/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a53c640d55bb6f2f74a35494ce6c14b10ff403ea6bd070b705790c903999d57d
3
- size 6785215
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c74d67d11ca606592359867726a4fda46f6a04bac116f7c9c8c6843fd03ba38
3
+ size 6785305
data/timeline_events/vuejs/core/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c29f125a487cb650f63ae16cfde8c71eb8d74171c54f7dd97d63a0112349f2e
3
- size 28851639
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d5e42c6ed212bfaa59806524f314028a7ec692c8c8e459b33cdcaac34f17ef
3
+ size 28851972
stats.csv CHANGED
@@ -1,13 +1,12 @@
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
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-28T20:37:17Z,duckdb/duckdb,19091,12163,46514,17317,13941,300656,214076,181010,804768
3
+ 2026-05-28T20:37:17Z,etcd-io/etcd,21233,14021,88928,37724,29407,21567,122229,4144,339253
4
+ 2026-05-28T20:37:17Z,mdn/content,41157,31868,75032,85830,77908,18026,392716,2034,724571
5
+ 2026-05-28T20:37:17Z,microsoft/TypeScript,62278,19121,286758,50577,41993,24015,589258,1213,1075213
6
+ 2026-05-28T20:37:17Z,moby/moby,51757,28422,0,0,0,206330,52663,0,339172
7
+ 2026-05-28T20:37:17Z,pingcap/tidb,68363,45221,380601,120725,166094,70862,440226,21689,1313781
8
+ 2026-05-28T20:37:17Z,redis/redis,14819,7761,53945,29794,28453,17722,66782,2557,221833
9
+ 2026-05-28T20:37:17Z,swiftlang/swift,85588,67734,348141,104495,110576,32121,697767,2768,1449190
10
+ 2026-05-28T20:37:17Z,vuejs/core,12232,6234,32725,3699,4936,129917,22197,15458,227398
11
+ 2026-05-28T20:37:17Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
12
+ 2026-05-28T20:37:17Z,_total,379804,234805,1317556,452304,475989,831455,2613293,230926,6536132