tamnd commited on
Commit
d1df3b2
·
verified ·
1 Parent(s): 6d323f2

Add 2012-02-29 — 145.9K 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-28** (290 days), totaling **18,380,686 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,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,393,082 events in 9095 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 327
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
91
  14:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 468
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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 58.4K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 4.3M
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 | 47 | 4,284,542 | 91,160 | 1.1 GB | 522.3 MB | 22m49s | 20m57s | 26m49s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.8M
149
  ```
150
 
151
 
@@ -153,15 +153,15 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 197.7K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
- 2011 █████████████████████████████ 370.9K
164
- 2012 ████████████████████████████░░ 349.4K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 404.9K
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,518,588 | 46.3% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 934,799 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,228,438 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 720,241 | 3.9% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 7,226 | 0.0% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,822,936 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 513,467 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,089,150 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 207,068 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 218,046 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 367,718 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 96,936 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 16,467 | 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-29** (291 days), totaling **18,526,629 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.9 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,395,217 events in 9111 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 327
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 407
91
  14:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 468
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 541
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 758
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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 60.5K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 4.4M
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 | 48 | 4,430,485 | 92,301 | 1.2 GB | 539.6 MB | 23m31s | 21m34s | 27m27s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.9M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 203.4K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
+ 2011 █████████████████████████████ 370.9K
164
+ 2012 ██████████████████████████████ 376.9K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 416.8K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 8,573,214 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 940,473 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,237,691 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 747,758 | 4.0% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 8,289 | 0.0% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,834,808 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 517,007 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,115,822 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 208,002 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 219,398 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 370,461 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 97,529 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 16,571 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7452879c79fae32cf9e4792c206d5d0a01434d327fd05eec1c3183201ce3e563
3
+ size 198743
data/creates/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835a679797bcd8a1fe16b106203688d48a1293edaa2018a10dd1e05a425e4577
3
+ size 644099
data/deletes/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afd478ec092f700b93706774cebb019eb1eb16a7f91b16de57ba6bf66394dc3e
3
+ size 35943
data/forks/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e5e12030bf23b1c2b074f31ec247a7c2b190e70b14a470ddc15f8f79d435731
3
+ size 314108
data/issues/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:918543ad8ccd65e34e32896417df6fdc961931a6064490dd08bf707c5f4ae440
3
+ size 1213538
data/members/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:548bc09f4e2427da485680b66a32c6c6a5e5a049fcd0e887c13a3ffecd6f0e7a
3
+ size 27890
data/public_events/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16dd74207c5b5293293c006d9fb52b2c448391121014aeb652544460e8d0aba6
3
+ size 7037
data/pull_requests/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d64316a4b631354f452b5b41766bcd6996cac7b01bc8700c711b58f27b26fa
3
+ size 3302029
data/pushes/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c8ef98b0b845549be5e883be7e057cb45a6cdb1e9fa31269928d2606862726
3
+ size 11788198
data/stars/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91fdbab814df9e29f31ec6c18cd44f2abbe29223ca5c93a6cf66d4ea2598a4d2
3
+ size 343248
data/wiki_pages/2012/02/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54ddb432d6fced3a4d5ac7fc6524322cba99a8ac6bed93fc47c292f249c21070
3
+ size 214221
stats.csv CHANGED
@@ -288,4 +288,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,34.0
291
- 2012-02-28,143323,0,56258,5799,9337,25900,0,813,12338,3537,23077,1669,0,1451,2421,592,131,0,46664892,34.7,18395012,26.4,34.7,0.0
 
 
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,34.0
291
+ 2012-02-28,143323,0,56258,5799,9337,25900,0,813,12338,3537,23077,1669,0,1451,2421,592,131,0,46664892,34.7,18395012,26.4,34.7,38.1
292
+ 2012-02-29,145943,0,54626,5674,9253,27517,0,1063,11872,3540,26672,934,0,1352,2743,593,104,0,46524459,37.6,18089054,41.6,37.6,0.0