tamnd commited on
Commit
0f8100b
·
verified ·
1 Parent(s): 12b6c02

Add 2012-02-18 — 96.1K 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-17** (279 days), totaling **17,033,596 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,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,358,357 events in 8867 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 400
91
- 14:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 457
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 531
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 743
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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 2.9M
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 | 36 | 2,937,452 | 81,595 | 741.0 MB | 362.0 MB | 16m05s | 15m43s | 20m06s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░ 1.3M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 144.1K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ███████░░░░░░░░░░░░░░░░░░░░░░░ 90.7K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 297.2K
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,004,276 | 47.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 881,154 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,144,321 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 461,588 | 2.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 992 | 0.0% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,715,151 | 10.1% | Repository stars |
562
- | `forks` | ForkEvent | 480,725 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 2,851,118 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 196,245 | 1.2% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 206,184 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 345,361 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 91,510 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 15,365 | 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-18** (280 days), totaling **17,129,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.5 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,367,512 events in 8891 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 400
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 459
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 532
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 745
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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33.0K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 3.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 | 37 | 3,033,542 | 81,987 | 769.7 MB | 372.2 MB | 16m36s | 16m07s | 20m39s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 147.3K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 111.7K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 304.0K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 8,037,267 | 46.9% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 884,368 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,149,168 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 482,552 | 2.8% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,215 | 0.0% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,721,973 | 10.1% | Repository stars |
562
+ | `forks` | ForkEvent | 482,821 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 2,872,688 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 196,772 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 206,835 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 347,100 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 91,885 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 15,436 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01a1179a87d28b24e27af971bdbccc8aa025dd4e8989220bcc783d12ac774c48
3
+ size 98833
data/creates/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ebca7e1f25f6dc48b2366542c0742f53573a1ff4365242e162c11c7c8bdbdbc
3
+ size 410308
data/deletes/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e21054f1036531d4470f18d859511993a6b088862029a8346b1826ded9d986e
3
+ size 22945
data/forks/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9d4dc8dd3882e36f6cd316a6879e3ad599c14b46762d3e52a21620895e41eed
3
+ size 192960
data/issues/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da92722b583660981bc2568c4921b4cb8071336ef2ed343773886dc6bb885eda
3
+ size 730037
data/members/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009411a17d5f28fbd0922c4b999b164d07125214ada59fa62616bf7d31e334c3
3
+ size 19008
data/public_events/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76ff0671309428f7f1d534cecee4fc5c30c7b6f8cb2f2ad96c95abd9d55b12ff
3
+ size 5341
data/pull_requests/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:393d472c071e6afc5c794bc2ae278b40a02a16061bd9897317593aed89f8f06b
3
+ size 1956058
data/pushes/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04a15dd0ae7f847d5f03c016eaa0eaa8eb0ef23fa5eb3453370d522ba5f4bed0
3
+ size 6909747
data/stars/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1d38cb662dc91d8b938b7aa279b21eb51ab404a60202a70fe1bf304ad82f0c
3
+ size 205222
data/wiki_pages/2012/02/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:122fb91f006f076728846f41c6f771f262f3658b1bdd8c50b59a4bfbda2ff2d9
3
+ size 133165
stats.csv CHANGED
@@ -277,4 +277,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,31.5
278
  2012-02-15,72763,0,33990,3841,6001,2058,0,47,7871,2194,13079,733,0,855,1610,363,121,0,21050466,12.7,9933589,19.3,12.7,31.3
279
  2012-02-16,93342,0,42061,4445,7203,2653,0,434,9493,2690,19754,900,0,999,2159,469,82,0,25355997,14.8,11870527,48.0,14.8,38.7
280
- 2012-02-17,103625,0,42872,4350,7133,11471,0,511,9900,2889,19607,1274,0,1140,1914,479,85,0,30986496,22.4,13319746,47.1,22.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,31.5
278
  2012-02-15,72763,0,33990,3841,6001,2058,0,47,7871,2194,13079,733,0,855,1610,363,121,0,21050466,12.7,9933589,19.3,12.7,31.3
279
  2012-02-16,93342,0,42061,4445,7203,2653,0,434,9493,2690,19754,900,0,999,2159,469,82,0,25355997,14.8,11870527,48.0,14.8,38.7
280
+ 2012-02-17,103625,0,42872,4350,7133,11471,0,511,9900,2889,19607,1274,0,1140,1914,479,85,0,30986496,22.4,13319746,47.1,22.4,32.9
281
+ 2012-02-18,96090,0,32991,3214,4847,20964,0,223,6822,2096,21570,527,0,651,1739,375,71,0,30093950,24.3,10683624,30.9,24.3,0.0