tamnd commited on
Commit
51e665a
·
verified ·
1 Parent(s): 2089d5b

Add 2012-02-13 — 71.7K events, 11 files

Browse files
README.md CHANGED
@@ -61,9 +61,9 @@ 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-02-12** (274 days), totaling **16,601,633 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 3.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.7 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
@@ -71,7 +71,7 @@ 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,351,838 events in 8761 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
@@ -80,23 +80,23 @@ Events from today are captured in near-real-time from the GitHub Events API and
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 526
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 733
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.6K
99
- 22:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17.5K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
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 | 31 | 2,505,489 | 80,822 | 625.2 MB | 307.9 MB | 13m24s | 14m24s | 17m18s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 122.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░ 69.8K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 253.3K
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 | 7,809,820 | 47.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 859,463 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,111,412 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 440,631 | 2.7% | PR lifecycle events |
560
- | `stars` | WatchEvent | 1,671,336 | 10.1% | Repository stars |
561
- | `forks` | ForkEvent | 468,336 | 2.8% | Repository forks |
562
- | `creates` | CreateEvent | 2,767,499 | 16.7% | Branch/tag/repo creation |
563
- | `deletes` | DeleteEvent | 191,722 | 1.2% | Branch/tag deletion |
564
- | `commit_comments` | CommitCommentEvent | 201,366 | 1.2% | Comments on commits |
565
- | `wiki_pages` | GollumEvent | 336,170 | 2.0% | Wiki page edits |
566
- | `members` | MemberEvent | 89,349 | 0.5% | Collaborator additions |
567
- | `public_events` | PublicEvent | 14,923 | 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-02-14** (276 days), totaling **16,763,866 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 3.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.7 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
 
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,354,186 events in 8776 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
 
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 527
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 734
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.6K
99
+ 22:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.8K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 2.7M
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 | 33 | 2,667,722 | 80,840 | 667.2 MB | 328.5 MB | 14m11s | 14m53s | 17m54s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 131.4K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░ 74.6K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 269.9K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 7,885,353 | 47.0% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 868,518 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,123,984 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 445,406 | 2.7% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,687,887 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 472,952 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,798,678 | 16.7% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 193,338 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 203,190 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 339,678 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 90,199 | 0.5% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 15,077 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f7fdc769cfd7d3b6c32bb420ae880ea74589b114762276930837b7c34ea5ab
3
+ size 124983
data/creates/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e680284fb60fc6663093ca00271daf9b5707a67b6e23658a49e84441b4616aa0
3
+ size 369358
data/deletes/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:547edc46d93351aeefcb806e1cbd3481591f542aa15485da9714b9ff42205c16
3
+ size 26070
data/forks/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fcf5f5f8070ab4e5f1071cd64869c158b7fa2c2d4f20e4d128980e195cfb5b4
3
+ size 189898
data/issues/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a8038a68c50e9dafbfea3d07e3f02de01284f262f64c3af74523167344a4555
3
+ size 826955
data/members/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c50637706550e0db8f5c9246448b78be181db9ea7c03897cf5bc47c0dcac163e
3
+ size 19723
data/public_events/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd246f7869018d68cfaa7716eff1db5cec75167926f78d52023898213a736a72
3
+ size 5494
data/pull_requests/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c005f05c5413efc54e84005deb49d90d505ed6ef60ed9f9e82f3510805f8da
3
+ size 409614
data/pushes/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbdec59e264ef66b0156da3594491a19508f7fd3426196735f083d328ffcd4fa
3
+ size 7350493
data/stars/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8587465382e5a0ca52a2e88cb3871e921f1d8d5284483e8760684a94d21e6d73
3
+ size 222582
data/wiki_pages/2012/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc55e5b61c7d06ab276273167cd614713dbcf3de43c2a69c46fe2ec29def7eb
3
+ size 94332
stats.csv CHANGED
@@ -272,4 +272,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
272
  2012-02-09,92143,0,41608,4532,6955,2695,0,0,9764,2828,19041,1418,0,952,1725,539,86,0,24563625,40.7,11710516,42.0,40.7,41.8
273
  2012-02-10,84780,0,37883,5343,6646,2354,0,0,8024,2425,18261,875,0,862,1662,376,69,0,22645001,33.6,11208158,36.2,33.6,36.4
274
  2012-02-11,67519,0,31166,3062,3940,1587,0,0,6277,1813,16577,602,0,532,1536,374,53,0,16505576,10.7,8625679,38.6,10.7,24.4
275
- 2012-02-12,75709,0,35698,3130,4642,1752,0,0,6842,1891,17890,1056,0,751,1629,364,64,0,18560969,13.6,9571953,36.2,13.6,0.0
 
 
 
272
  2012-02-09,92143,0,41608,4532,6955,2695,0,0,9764,2828,19041,1418,0,952,1725,539,86,0,24563625,40.7,11710516,42.0,40.7,41.8
273
  2012-02-10,84780,0,37883,5343,6646,2354,0,0,8024,2425,18261,875,0,862,1662,376,69,0,22645001,33.6,11208158,36.2,33.6,36.4
274
  2012-02-11,67519,0,31166,3062,3940,1587,0,0,6277,1813,16577,602,0,532,1536,374,53,0,16505576,10.7,8625679,38.6,10.7,24.4
275
+ 2012-02-12,75709,0,35698,3130,4642,1752,0,0,6842,1891,17890,1056,0,751,1629,364,64,0,18560969,13.6,9571953,36.2,13.6,35.4
276
+ 2012-02-13,71696,0,33960,4671,5671,2194,0,0,7320,2011,12429,658,0,791,1522,398,71,0,19535334,13.4,9639502,27.6,13.4,0.0
277
+ 2012-02-14,90537,0,41573,4384,6901,2581,0,0,9231,2605,18750,958,0,1033,1986,452,83,0,24531385,15.6,11960003,19.1,15.6,0.0