tamnd commited on
Commit
1c7cc2c
·
verified ·
1 Parent(s): 4adbb80

Add 2011-12-23 — 65.9K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ configs:
61
 
62
  This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
63
 
64
- The archive currently spans from **2011-02-12** to **2011-12-22** (234 days), totaling **13,578,719 events** across 16 fully structured Parquet tables. New events are fetched directly from the GitHub Events API every few seconds and committed as 5-minute Parquet blocks through an automated live pipeline, so the dataset stays current with GitHub itself.
65
 
66
  We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 2.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.3 GB of Zstd-compressed Parquet. Every nested JSON field is expanded into typed columns — no JSON parsing needed downstream. The data is partitioned as `data/TABLE/YYYY/MM/DD.parquet`, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
67
 
@@ -71,31 +71,31 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-27** — 1,149,623 events in 7203 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 398
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 632
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.2K
98
- 21:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 80.3K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 234 | 13,578,719 | 58,028 | 2.6 GB | 1.3 GB | 1h03m | 49m09s | 1h49m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 711.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 358.6K
160
  ```
161
 
162
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 6,454,881 | 47.5% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 711,510 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 897,417 | 6.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 358,637 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,365,284 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 383,501 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 2,073,339 | 15.3% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 161,175 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 167,647 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 277,054 | 2.0% | Wiki page edits |
560
- | `members` | MemberEvent | 76,398 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 12,270 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
 
61
 
62
  This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
63
 
64
+ The archive currently spans from **2011-02-12** to **2011-12-23** (235 days), totaling **13,644,657 events** across 16 fully structured Parquet tables. New events are fetched directly from the GitHub Events API every few seconds and committed as 5-minute Parquet blocks through an automated live pipeline, so the dataset stays current with GitHub itself.
65
 
66
  We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 2.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.3 GB of Zstd-compressed Parquet. Every nested JSON field is expanded into typed columns — no JSON parsing needed downstream. The data is partitioned as `data/TABLE/YYYY/MM/DD.parquet`, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
67
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-27** — 1,151,645 events in 7260 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 294
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 402
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 470
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 634
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.2K
98
+ 21:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 82.2K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 235 | 13,644,657 | 58,062 | 2.6 GB | 1.3 GB | 1h03m | 49m20s | 1h51m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 714.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 360.5K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 6,484,155 | 47.5% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 714,530 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 901,569 | 6.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 360,473 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,372,352 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 385,278 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 2,089,315 | 15.3% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 161,950 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 168,315 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 278,163 | 2.0% | Wiki page edits |
560
+ | `members` | MemberEvent | 76,623 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 12,328 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae6e83f3d7095fa5f8b34f45a1fb2c63c58bc29bc544533cb75b7df882e31bf
3
+ size 109888
data/creates/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5226ed8ac6ac0ce32a8f2f1e447af014b3b6a602d385f677dc9bb879a3df65ec
3
+ size 352162
data/deletes/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7556fbcf6cffd55d12c675e9e2480ca99bd5b9108823bd012a8929a5a09760
3
+ size 26458
data/forks/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0871d98c2d07e7a9ccdac25bc78ff5267c2f455c5248b4da0dfe88d29b00b2e
3
+ size 165497
data/issues/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c19284a1f2e2f515c671d81bf4d9a7b640126a2e4f579592ca74f0da776233
3
+ size 690915
data/members/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa468931aaee4bd16493b611f56ab972b1119d15ea79e594f2b1e6da951bd65f
3
+ size 12986
data/public_events/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:248e7ca3fc50ff4932807dbd6d9e5ffefc2e9b60be6362c7b433e3cc73e7db43
3
+ size 4866
data/pull_requests/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6246408ad19b484e5394c464eae3d8dcc385640e8afe9adc3fc5ed6bdbdab46c
3
+ size 324049
data/pushes/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d21622f221a4a9dcd0dc66650cfbba8764524ae00312ccdb5b3f94fb5d136c12
3
+ size 6380196
data/stars/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6225a8392f66051406ad730263236dc3a000d8608c5d592649be80b536fd979a
3
+ size 205738
data/wiki_pages/2011/12/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4e19774446b118ef16c084f7fee3c59a8171a1d896632099a7de73e6b747373
3
+ size 66501
stats.csv CHANGED
@@ -232,4 +232,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
232
  2011-12-19,76919,0,37706,3782,5856,2578,0,0,7586,2408,13193,889,0,984,1506,328,103,0,21639337,12.7,10652793,21.5,12.7,30.3
233
  2011-12-20,86961,0,35812,3891,5928,2446,0,0,7971,2403,22158,3619,0,916,1383,366,68,0,21150099,14.7,10229485,37.3,14.7,31.4
234
  2011-12-21,74548,0,33484,3263,5199,2390,0,0,7301,2184,17267,894,0,888,1269,334,75,0,19581301,12.7,9589768,26.9,12.7,32.8
235
- 2011-12-22,79137,0,33179,5712,7410,2254,0,0,8273,2105,17047,795,0,754,1275,273,60,0,20210094,15.8,9661982,21.3,15.8,0.0
 
 
232
  2011-12-19,76919,0,37706,3782,5856,2578,0,0,7586,2408,13193,889,0,984,1506,328,103,0,21639337,12.7,10652793,21.5,12.7,30.3
233
  2011-12-20,86961,0,35812,3891,5928,2446,0,0,7971,2403,22158,3619,0,916,1383,366,68,0,21150099,14.7,10229485,37.3,14.7,31.4
234
  2011-12-21,74548,0,33484,3263,5199,2390,0,0,7301,2184,17267,894,0,888,1269,334,75,0,19581301,12.7,9589768,26.9,12.7,32.8
235
+ 2011-12-22,79137,0,33179,5712,7410,2254,0,0,8273,2105,17047,795,0,754,1275,273,60,0,20210094,15.8,9661982,21.3,15.8,74.7
236
+ 2011-12-23,65938,0,29274,3020,4152,1836,0,0,7068,1777,15976,775,0,668,1109,225,58,0,16527427,11.2,8339256,24.2,11.2,0.0