tamnd commited on
Commit
e9eea36
·
verified ·
1 Parent(s): bb8d43a

Add 2012-02-27 — 140.4K 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-26** (288 days), totaling **18,096,985 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.8 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,32 +71,32 @@ 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,380,439 events in 9042 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 195
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
88
- 11:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 325
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 346
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 405
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 467
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 538
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 753
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
- 19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
- 22:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 45.8K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 4.0M
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 | 45 | 4,000,841 | 88,907 | 1.0 GB | 487.6 MB | 21m31s | 19m50s | 25m19s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███████░░░░░░░░░░░░░░░░░░░░░░ 1.7M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 186.3K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ███████████████████████░░░░░░░ 295.0K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 381.1K
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,408,203 | 46.5% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 923,391 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,210,436 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 665,886 | 3.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 5,603 | 0.0% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,799,063 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 506,466 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,043,349 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 204,308 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 215,319 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 363,279 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 95,835 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 16,241 | 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-27** (289 days), totaling **18,237,363 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.9 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,391,101 events in 9076 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 290
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 326
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 347
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 467
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 541
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 755
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
+ 19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
+ 22:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 56.4K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 4.1M
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 | 46 | 4,141,219 | 90,026 | 1.1 GB | 504.8 MB | 22m23s | 20m22s | 26m15s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███████░░░░░░░░░░░░░░░░░░░░░░ 1.8M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 191.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ██████████████████████████░░░░ 323.5K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 392.6K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 8,462,330 | 46.4% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 929,000 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,219,101 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 694,341 | 3.8% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 6,413 | 0.0% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,810,598 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 509,930 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,066,073 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 205,399 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 216,595 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 365,297 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 96,344 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 16,336 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb40e4af3cf8c8c98f589e8a475839154d18cbec6df76eb04bad7b5a8e43a53d
3
+ size 180163
data/creates/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ca224439bbb95f4e1e667e4cc3a068d739ed98e11453d0aec77f7e542523fa
3
+ size 621024
data/deletes/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc29898c8e497a1784ca50bdb40bbffc8e213cd12296d34c71e52ab6750804a
3
+ size 38102
data/forks/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455debb1cf998a21700b1b2dcaa4cbecc1849c6d9cba810d25f0cb9dde970327
3
+ size 308181
data/issues/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0def44852b56c9dabbc8c59a22dda555b56b7f18745a03ac25bf7aec0ea4a2a
3
+ size 1244808
data/members/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b137a901b42754bba4bd4928d87fffaef55c8788ab392c86540c7864ec0dd657
3
+ size 23999
data/public_events/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c34d0b7de395cc8695d1f12d53d31af1cbb11ff1a04190e164197f133d0bafc7
3
+ size 6198
data/pull_requests/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c58985c75251af52fb962057f3e2ac114b00c8e12bd872c38aa5da0ab44c096
3
+ size 3191493
data/pushes/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11243c2ee67d65e830ccf9d0887c8dcb3fb3701cc9fe974e6a10cd4eefca91e
3
+ size 11896301
data/stars/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58edf0acbf5b32c47835ca94a58f4822222501a6a8c4160e7d1d29a208a8239
3
+ size 352304
data/wiki_pages/2012/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9090e7efdad49eb1703a2a1fc7b21c607e281101789cca6a1856a874f1ae592b
3
+ size 163638
stats.csv CHANGED
@@ -286,4 +286,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,42.9
287
  2012-02-24,131985,0,51380,5084,8339,23371,0,807,11131,3404,23639,981,0,1137,2045,563,104,0,41953829,32.3,16904278,52.6,32.3,34.6
288
  2012-02-25,106359,0,38833,4646,6021,22345,0,481,7885,2532,19731,751,0,892,1713,458,71,0,32901704,29.9,12828855,40.0,29.9,40.9
289
- 2012-02-26,108680,0,41624,3782,5697,23647,0,349,7584,2288,20145,574,0,894,1735,274,87,0,33755867,31.2,13068885,29.5,31.2,0.0
 
 
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,42.9
287
  2012-02-24,131985,0,51380,5084,8339,23371,0,807,11131,3404,23639,981,0,1137,2045,563,104,0,41953829,32.3,16904278,52.6,32.3,34.6
288
  2012-02-25,106359,0,38833,4646,6021,22345,0,481,7885,2532,19731,751,0,892,1713,458,71,0,32901704,29.9,12828855,40.0,29.9,40.9
289
+ 2012-02-26,108680,0,41624,3782,5697,23647,0,349,7584,2288,20145,574,0,894,1735,274,87,0,33755867,31.2,13068885,29.5,31.2,56.4
290
+ 2012-02-27,140378,0,54127,5609,8665,28455,0,810,11535,3464,22724,1091,0,1276,2018,509,95,0,46246995,31.7,18026211,51.9,31.7,0.0