tamnd commited on
Commit
f4d29c5
·
verified ·
1 Parent(s): 7e10bad

Add 2012-02-23 — 136.5K 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-22** (284 days), totaling **17,613,457 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.8 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,24 +71,24 @@ 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,376,092 events in 8962 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 195
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 166
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
91
- 14:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 462
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 536
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 747
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
@@ -96,7 +96,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
- 22:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 41.5K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 3.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 | 41 | 3,517,313 | 85,788 | 918.6 MB | 430.1 MB | 18m52s | 17m50s | 22m48s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░ 1.5M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░ 167.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ████████████████░░░░░░░░░░░░░░ 205.0K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 342.7K
173
  ```
174
 
175
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 8,222,121 | 46.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 904,473 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,181,177 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 575,902 | 3.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,174 | 0.0% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,760,728 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 494,430 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 2,955,122 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 200,725 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 210,935 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 355,279 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 93,931 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 15,854 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
 
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-23** (285 days), totaling **17,749,961 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.8 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,378,501 events in 8981 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 266
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 234
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 195
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 211
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 166
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 404
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 465
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 536
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 747
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
 
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
+ 22:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 43.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 3.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 | 42 | 3,653,817 | 86,995 | 959.9 MB | 446.8 MB | 19m29s | 18m17s | 23m20s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░ 1.6M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░ 172.8K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ██████████████████░░░░░░░░░░░░ 225.7K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 354.5K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 8,276,366 | 46.6% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 909,879 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,190,379 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 596,523 | 3.4% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,966 | 0.0% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,772,463 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 498,242 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 2,979,834 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 202,002 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 212,396 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 357,786 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 94,540 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 15,979 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7664a2c6c804dc53e759ef4501d06de73b9dd308ff073d22d65aabf459412ad5
3
+ size 221824
data/creates/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc5fa8a4ed605ff0418622c57b79498bf41e248641476a6249522c84c9b6b0b
3
+ size 622658
data/deletes/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:977284e7cb4bbcdbbd3bf692e17b332b4b51374cdff491755a08bcf25739916a
3
+ size 41466
data/forks/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74fc8985bdcacb66eba770d9ac17e57625e726c215b229734866192dfd6dd2da
3
+ size 338373
data/issues/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580ed2f13b8b356c4ed515b77200bb7986aaf83fce5b4e4b7301b970a31a56bc
3
+ size 1161332
data/members/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9907d323bb0b6a1749cfc92b9e49e89b460dcd4b411428dcfb628eb58acfa443
3
+ size 26009
data/public_events/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f9c666bed986a544726f50c6e9c5a661b7e0f251bae4296717ac3fc313562f
3
+ size 7516
data/pull_requests/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c60b2fa073627d02a4393fd01614f3a7bce9e84d1511e498fa2995fd3527a056
3
+ size 2726335
data/pushes/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25257d56a586d2c742af651cd6105a591210ad4af61701dead12f7a9f8ed6232
3
+ size 11812479
data/stars/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b35107f829e0e1d916f1fca18d0323eea62dca632101e880a5c5485371669b5c
3
+ size 363479
data/wiki_pages/2012/02/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ed4df05aef549b02becf2db3ed549ed52dcb42b67b751a544b11b0b3cb175bf
3
+ size 148701
stats.csv CHANGED
@@ -282,4 +282,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
282
  2012-02-19,97314,0,38618,3451,5213,17933,0,288,7463,2116,18617,640,0,707,1788,380,100,0,30842576,24.3,11858980,23.2,24.3,36.4
283
  2012-02-20,106293,0,40708,4649,6664,19749,0,361,8433,2422,19125,873,0,906,1831,481,91,0,33501533,23.8,13311814,22.8,23.8,29.6
284
  2012-02-21,134873,0,50271,6095,9925,26398,0,657,10832,3250,22382,1060,0,1186,2109,590,118,0,43643652,27.4,16886281,48.4,27.4,33.3
285
- 2012-02-22,145291,0,55257,5910,10207,29270,0,653,12027,3821,22310,1380,0,1301,2451,595,109,0,48190956,27.3,18627388,41.0,27.3,0.0
 
 
282
  2012-02-19,97314,0,38618,3451,5213,17933,0,288,7463,2116,18617,640,0,707,1788,380,100,0,30842576,24.3,11858980,23.2,24.3,36.4
283
  2012-02-20,106293,0,40708,4649,6664,19749,0,361,8433,2422,19125,873,0,906,1831,481,91,0,33501533,23.8,13311814,22.8,23.8,29.6
284
  2012-02-21,134873,0,50271,6095,9925,26398,0,657,10832,3250,22382,1060,0,1186,2109,590,118,0,43643652,27.4,16886281,48.4,27.4,33.3
285
+ 2012-02-22,145291,0,55257,5910,10207,29270,0,653,12027,3821,22310,1380,0,1301,2451,595,109,0,48190956,27.3,18627388,41.0,27.3,32.9
286
+ 2012-02-23,136504,0,54245,5406,9202,20621,0,792,11735,3812,24712,1277,0,1461,2507,609,125,0,43233758,26.8,17470172,36.8,26.8,0.0