tamnd commited on
Commit
01ce217
·
verified ·
1 Parent(s): ef8f32b

sync moby/moby +34.9K timeline +12.9K pr_files — 2026-05-26 18:19 UTC

Browse files

timeline_events 202.6K +34.9K
pr_files 51.6K +12.9K

README.md CHANGED
@@ -39,9 +39,9 @@ configs:
39
 
40
  ## What is it?
41
 
42
- The full development metadata of 15 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 **20.9M rows** across 8 tables in **21.4 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-26 17:18 UTC**.
56
 
57
 
58
  ## Latest Sync
@@ -61,7 +61,7 @@ New items since the previous publish:
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
- | **moby/moby** | — | — | — | — | +100.0K |
65
 
66
 
67
  ## Repositories
@@ -72,10 +72,9 @@ New items since the previous publish:
72
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.1K | 336.1K | 2026-05-26 10:54 UTC |
73
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 17.9K | 486.4K | 2026-05-26 08:05 UTC |
74
  | **golang/go** | 74.7K | 5.1K | 543.9K | 183 | 72.1K | 749.7K | 2026-05-26 08:01 UTC |
75
- | **kubernetes/kubernetes** | 137.9K | 89.2K | 1.9M | 303.9K | 71.1K | 4.0M | 2026-05-04 04:19 UTC |
76
  | **mdn/content** | 41.1K | 31.9K | 160.7K | 77.9K | 17.6K | 723.5K | 2026-05-26 09:12 UTC |
77
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 21.9K | 1.1M | 2026-05-25 19:48 UTC |
78
- | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 167.7K | 286.6K | 2026-05-26 15:24 UTC |
79
  | **pingcap/tidb** | 68.3K | 45.2K | 500.4K | 165.9K | 66.9K | 1.3M | 2026-05-26 14:27 UTC |
80
  | **python/cpython** | 107.1K | 71.6K | 877.3K | 63.0K | 82.7K | 1.5M | 2026-05-26 08:19 UTC |
81
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
@@ -374,15 +373,15 @@ CI/CD status checks and GitHub Actions results for each commit.
374
 
375
  | Table | Rows | Description |
376
  |-------|-----:|-------------|
377
- | `issues` | 1.1M | Issues and pull requests (shared metadata) |
378
- | `pull_requests` | 694.8K | PR-specific fields (merge status, diffs, refs) |
379
- | `comments` | 6.5M | Conversation comments on issues and PRs |
380
- | `review_comments` | 1.7M | Inline code review comments on PR diffs |
381
- | `reviews` | 1.5M | PR review decisions |
382
- | `timeline_events` | 954.8K | Activity timeline (labels, closes, merges, assignments) |
383
- | `pr_files` | 8.0M | Files changed in each pull request |
384
  | `commit_statuses` | 334.0K | CI/CD status checks per commit |
385
- | **Total** | **20.9M** | |
386
 
387
  ## How it's built
388
 
 
39
 
40
  ## What is it?
41
 
42
+ The full development metadata of 14 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 **16.9M rows** across 8 tables in **26.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-26 18:19 UTC**.
56
 
57
 
58
  ## Latest Sync
 
61
 
62
  | Repository | Issues | PRs | Comments | Reviews | Timeline |
63
  |---|---:|---:|---:|---:|---:|
64
+ | **moby/moby** | — | — | — | — | +34.9K |
65
 
66
 
67
  ## Repositories
 
72
  | **etcd-io/etcd** | 21.2K | 14.0K | 126.4K | 29.3K | 20.1K | 336.1K | 2026-05-26 10:54 UTC |
73
  | **facebook/react** | 34.0K | 19.5K | 171.6K | 31.9K | 17.9K | 486.4K | 2026-05-26 08:05 UTC |
74
  | **golang/go** | 74.7K | 5.1K | 543.9K | 183 | 72.1K | 749.7K | 2026-05-26 08:01 UTC |
 
75
  | **mdn/content** | 41.1K | 31.9K | 160.7K | 77.9K | 17.6K | 723.5K | 2026-05-26 09:12 UTC |
76
  | **microsoft/TypeScript** | 62.3K | 19.1K | 337.3K | 42.0K | 21.9K | 1.1M | 2026-05-25 19:48 UTC |
77
+ | **moby/moby** | 51.7K | 28.4K | 0 | 0 | 202.6K | 334.3K | 2026-05-26 15:24 UTC |
78
  | **pingcap/tidb** | 68.3K | 45.2K | 500.4K | 165.9K | 66.9K | 1.3M | 2026-05-26 14:27 UTC |
79
  | **python/cpython** | 107.1K | 71.6K | 877.3K | 63.0K | 82.7K | 1.5M | 2026-05-26 08:19 UTC |
80
  | **pytorch/pytorch** | 181.7K | 123.3K | 1.2M | 383.9K | 131.8K | 3.1M | 2026-05-04 05:01 UTC |
 
373
 
374
  | Table | Rows | Description |
375
  |-------|-----:|-------------|
376
+ | `issues` | 1.0M | Issues and pull requests (shared metadata) |
377
+ | `pull_requests` | 605.7K | PR-specific fields (merge status, diffs, refs) |
378
+ | `comments` | 5.0M | Conversation comments on issues and PRs |
379
+ | `review_comments` | 1.3M | Inline code review comments on PR diffs |
380
+ | `reviews` | 1.2M | PR review decisions |
381
+ | `timeline_events` | 918.5K | Activity timeline (labels, closes, merges, assignments) |
382
+ | `pr_files` | 6.5M | Files changed in each pull request |
383
  | `commit_statuses` | 334.0K | CI/CD status checks per commit |
384
+ | **Total** | **16.9M** | |
385
 
386
  ## How it's built
387
 
data/pr_files/moby/moby/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:054ec75942124ede3af29f738402b0266ae0b36227e4186dcb91e89837b9af1c
3
- size 233746
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e59646223ae49f2ee45c51f16b9b6d1668c7c731283708ce0da51b39322161c3
3
+ size 326752
data/timeline_events/moby/moby/0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ca2ce2b51743e4028a80cbf593feccfb012300d30caa243387b97f6716ff396
3
- size 22169457
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9d436c59e087365688309b89333a03e6d65744bd9e4bc0b323dfb874c740c6
3
+ size 26931149
stats.csv CHANGED
@@ -1,17 +1,16 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-05-26T17:18:05Z,ClickHouse/ClickHouse,104701,76018,215927,111039,112586,115536,706771,234345,1676923
3
- 2026-05-26T17:18:05Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
4
- 2026-05-26T17:18:05Z,facebook/react,33974,19493,138575,33004,31914,17926,205822,5720,486428
5
- 2026-05-26T17:18:05Z,golang/go,74739,5144,543766,168,183,72105,53474,93,749672
6
- 2026-05-26T17:18:05Z,kubernetes/kubernetes,137924,89151,1490813,441583,303948,71124,1484210,0,4018753
7
- 2026-05-26T17:18:05Z,mdn/content,41133,31850,74996,85729,77851,17614,392677,1681,723531
8
- 2026-05-26T17:18:05Z,microsoft/TypeScript,62271,19118,286730,50575,41987,21916,589245,1000,1072842
9
- 2026-05-26T17:18:05Z,moby/moby,51745,28380,0,0,0,167704,38775,0,286604
10
- 2026-05-26T17:18:05Z,pingcap/tidb,68284,45155,379791,120627,165944,66914,439284,17552,1303551
11
- 2026-05-26T17:18:05Z,python/cpython,107103,71639,729998,147278,63042,82664,279563,56710,1537997
12
- 2026-05-26T17:18:05Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
13
- 2026-05-26T17:18:05Z,redis/redis,14806,7749,53906,29740,28397,17431,66723,2155,220907
14
- 2026-05-26T17:18:05Z,rust-lang/rust,155905,93865,1239641,247305,189477,113195,1802341,9562,3851291
15
- 2026-05-26T17:18:05Z,swiftlang/swift,85479,67642,347728,104395,110396,28486,696775,2095,1442996
16
- 2026-05-26T17:18:05Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
17
- 2026-05-26T17:18:05Z,_total,1144249,694807,6496133,1736959,1541619,954781,7952081,333956,20854585
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-05-26T18:19:19Z,ClickHouse/ClickHouse,104701,76018,215927,111039,112586,115536,706771,234345,1676923
3
+ 2026-05-26T18:19:19Z,etcd-io/etcd,21210,14001,88717,37642,29314,20089,122138,2995,336106
4
+ 2026-05-26T18:19:19Z,facebook/react,33974,19493,138575,33004,31914,17926,205822,5720,486428
5
+ 2026-05-26T18:19:19Z,golang/go,74739,5144,543766,168,183,72105,53474,93,749672
6
+ 2026-05-26T18:19:19Z,mdn/content,41133,31850,74996,85729,77851,17614,392677,1681,723531
7
+ 2026-05-26T18:19:19Z,microsoft/TypeScript,62271,19118,286730,50575,41987,21916,589245,1000,1072842
8
+ 2026-05-26T18:19:19Z,moby/moby,51745,28380,0,0,0,202569,51643,0,334337
9
+ 2026-05-26T18:19:19Z,pingcap/tidb,68284,45155,379791,120627,165944,66914,439284,17552,1303551
10
+ 2026-05-26T18:19:19Z,python/cpython,107103,71639,729998,147278,63042,82664,279563,56710,1537997
11
+ 2026-05-26T18:19:19Z,pytorch/pytorch,181691,123343,900634,325731,383899,131844,1058905,0,3106047
12
+ 2026-05-26T18:19:19Z,redis/redis,14806,7749,53906,29740,28397,17431,66723,2155,220907
13
+ 2026-05-26T18:19:19Z,rust-lang/rust,155905,93865,1239641,247305,189477,113195,1802341,9562,3851291
14
+ 2026-05-26T18:19:19Z,swiftlang/swift,85479,67642,347728,104395,110396,28486,696775,2095,1442996
15
+ 2026-05-26T18:19:19Z,vuejs/docs,3284,2259,4911,2143,2681,10233,15378,48,40937
16
+ 2026-05-26T18:19:19Z,_total,1006325,605656,5005320,1295376,1237671,918522,6480739,333956,16883565