tamnd commited on
Commit
7ced810
·
verified ·
1 Parent(s): 36945e5

Add 2012-01-09 — 72.1K 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 **2012-01-08** (251 days), totaling **14,652,741 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.4 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,195,237 events in 7516 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 178
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 650
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.3K
98
- 21:00 ███████████░░░░░░░░░░░░░░░░░░░ 125.6K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 556.6K
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
- | 2012 | 8 | 556,597 | 69,574 | 133.3 MB | 66.0 MB | 2m42s | 1m15s | 3m32s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240.4K
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 26.9K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14.6K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 59.9K
173
  ```
174
 
175
 
@@ -553,18 +553,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 6,915,260 | 47.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 764,011 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 969,264 | 6.6% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 385,444 | 2.6% | PR lifecycle events |
560
- | `stars` | WatchEvent | 1,477,846 | 10.1% | Repository stars |
561
- | `forks` | ForkEvent | 412,315 | 2.8% | Repository forks |
562
- | `creates` | CreateEvent | 2,349,732 | 16.0% | Branch/tag/repo creation |
563
- | `deletes` | DeleteEvent | 171,245 | 1.2% | Branch/tag deletion |
564
- | `commit_comments` | CommitCommentEvent | 179,271 | 1.2% | Comments on commits |
565
- | `wiki_pages` | GollumEvent | 295,727 | 2.0% | Wiki page edits |
566
- | `members` | MemberEvent | 79,938 | 0.5% | Collaborator additions |
567
- | `public_events` | PublicEvent | 13,082 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
 
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 **2012-01-09** (252 days), totaling **14,724,844 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.4 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,215,346 events in 7669 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 144
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 147
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 241
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 411
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 665
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.3K
98
+ 21:00 █████████████░░░░░░░░░░░░░░░░░ 145.6K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628.7K
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
+ | 2012 | 9 | 628,700 | 69,855 | 151.0 MB | 74.8 MB | 3m12s | 1m27s | 4m11s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272.2K
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30.4K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16.6K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67.7K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 6,947,054 | 47.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 767,463 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 974,345 | 6.6% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 387,404 | 2.6% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,485,674 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 414,226 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,366,432 | 16.1% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 171,912 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 180,223 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 297,084 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 80,281 | 0.5% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 13,140 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d0e457b20126a0c4313a9baa7c7078fe1f0bf03c244f6a2987f26ecf06fd067
3
+ size 178530
data/creates/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cffb1a63dc5b6198fca21163ad8991fc6c2af50618cabca2ebadaae8f3185447
3
+ size 388562
data/deletes/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b33ace35a020582e09618896f937e2d61db19ea37849d2aab8c2e6adedeb76
3
+ size 25096
data/forks/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02952272d0f422e1af261f0ac43617878a491fcad4914de71a6cccd78cfefa9d
3
+ size 180638
data/issues/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d324ff743700cdcfdcd09858c06fd88579b1aec02f32863b7146fce813c6d9
3
+ size 772650
data/members/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9176577e50ed481b487a53b9b77eb8e5d2af6b2cade71a02492d56d3ecb1b126
3
+ size 16835
data/public_events/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78173595811d35f513feea2040d4651a8b3b1aba655e125762178b9b4f7dca74
3
+ size 4849
data/pull_requests/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f790505e3e4aaa0a4283f3612a40a5ea1cceb56e384ec20a79d0f143c8b0e37
3
+ size 356142
data/pushes/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd3510726c7e1c277d37c90f00f5f537376a391d80dce2d5adb9c10a3b6311e
3
+ size 7041880
data/stars/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d739fde91868c3e9f67f47c582fe1908e50138ed6d106ba98bd2e110888cf0b7
3
+ size 228054
data/wiki_pages/2012/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63b8e28253f0a264b8bd79aeccbd0187996173ba6ac18ee1283759ed0b4c83b0
3
+ size 81462
stats.csv CHANGED
@@ -249,4 +249,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
249
  2012-01-05,80678,0,35956,3795,6143,2439,0,0,8221,2353,18054,931,0,917,1430,369,70,0,21619419,8.8,10452033,19.8,8.8,35.4
250
  2012-01-06,84469,0,36900,4370,6356,2472,0,0,8826,2460,19421,737,0,1108,1447,309,63,0,22553888,14.0,11004408,17.5,14.0,26.4
251
  2012-01-07,62376,0,27551,2764,3909,1575,0,0,6407,1612,15681,438,0,823,1326,254,36,0,15083329,9.1,7646269,18.2,9.1,27.3
252
- 2012-01-08,66255,0,27530,2818,3793,1519,0,0,6398,1572,19910,491,0,735,1250,174,65,0,15076583,9.6,7680675,28.2,9.6,0.0
 
 
249
  2012-01-05,80678,0,35956,3795,6143,2439,0,0,8221,2353,18054,931,0,917,1430,369,70,0,21619419,8.8,10452033,19.8,8.8,35.4
250
  2012-01-06,84469,0,36900,4370,6356,2472,0,0,8826,2460,19421,737,0,1108,1447,309,63,0,22553888,14.0,11004408,17.5,14.0,26.4
251
  2012-01-07,62376,0,27551,2764,3909,1575,0,0,6407,1612,15681,438,0,823,1326,254,36,0,15083329,9.1,7646269,18.2,9.1,27.3
252
+ 2012-01-08,66255,0,27530,2818,3793,1519,0,0,6398,1572,19910,491,0,735,1250,174,65,0,15076583,9.6,7680675,28.2,9.6,38.5
253
+ 2012-01-09,72103,0,31794,3452,5081,1960,0,0,7828,1911,16700,667,0,952,1357,343,58,0,18606446,12.5,9274698,29.5,12.5,0.0