tamnd commited on
Commit
38d5680
·
verified ·
1 Parent(s): ae4ae6a

Add 2012-02-16 — 93.3K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ 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-15** (277 days), totaling **16,836,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.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
 
@@ -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,358,256 events in 8814 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
@@ -81,16 +81,16 @@ Events from today are captured in near-real-time from the GitHub Events API and
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 397
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 528
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 739
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
@@ -132,20 +132,20 @@ duckdb.sql("""
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 | 34 | 2,740,485 | 80,602 | 687.3 MB | 338.0 MB | 14m30s | 15m06s | 18m56s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 135.3K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 76.6K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░ 277.8K
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 | 7,919,343 | 47.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 872,359 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,129,985 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 447,464 | 2.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 47 | 0.0% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,695,758 | 10.1% | Repository stars |
562
- | `forks` | ForkEvent | 475,146 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 2,811,757 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 194,071 | 1.2% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 204,045 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 341,288 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 90,562 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 15,198 | 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-16** (278 days), totaling **16,929,971 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
 
 
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,284 events in 8825 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
 
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 398
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 531
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 740
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░ 2.8M
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 | 35 | 2,833,827 | 80,966 | 711.4 MB | 349.3 MB | 15m18s | 15m21s | 19m27s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.3M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 139.7K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 79.3K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░ 287.3K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 7,961,404 | 47.0% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 876,804 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,137,188 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 450,117 | 2.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 481 | 0.0% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,705,251 | 10.1% | Repository stars |
562
+ | `forks` | ForkEvent | 477,836 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 2,831,511 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 194,971 | 1.2% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 205,044 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 343,447 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 91,031 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 15,280 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2001bb976be17811dcc9a7ee327bff4cb45a5531e8d745cc7ce1d474aad9c886
3
+ size 144930
data/creates/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073d3638b686a5e76cb2e73a995b41dcd2502bf64331c080126439ee65b45ef9
3
+ size 509135
data/deletes/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dd7ded5833ee73d29a1090917bcf25ab45e3fadc66ca2fb58edf9b0fdef0b7c
3
+ size 32406
data/forks/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da05a209b231232eb922bb6dde7c31ee23134c1536b172ba4115e5f4c0095f14
3
+ size 247107
data/issues/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07977b94f7a96b32e55b5a596358f1429532c9d512b6fd722c0ac65661813719
3
+ size 1020473
data/members/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8fc15df325b7c8d303f3497a01badbf234fe756936a1875492ec9ab5bf78a1c
3
+ size 22220
data/public_events/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb301411b5f3827db844b9373d0b78746a644aa54e47db14dfd26d6552e54ce
3
+ size 5875
data/pull_requests/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92fc10a081bc316e0e020f79d0b56f7f83be3e1fd4229cb4b1136bcc2dfaa896
3
+ size 472693
data/pushes/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53fb1b8a9cae9e392338bf369b98faf0568bee117c22697974731de023c0369f
3
+ size 9008690
data/stars/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ffef2c95e567090a2beeb1ef2c9c5c74ef5802021906814d2ee52a9f697dda
3
+ size 281887
data/wiki_pages/2012/02/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4ddf051181d5751235b6696df7f79e3cc3d6a58df6a082ef6ce1d745c567cd
3
+ size 125111
stats.csv CHANGED
@@ -275,4 +275,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,30.4
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,0.0
 
 
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,30.4
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,0.0