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

Add 2012-02-15 — 72.8K 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-14** (276 days), totaling **16,763,866 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,356,450 events in 8790 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
@@ -79,24 +79,24 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 527
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 736
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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22.1K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -138,7 +138,7 @@ duckdb.sql("""
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 | 33 | 2,667,722 | 80,840 | 667.2 MB | 328.5 MB | 14m11s | 14m53s | 18m24s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 131.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 74.6K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 269.9K
173
  ```
174
 
175
 
@@ -553,18 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 7,885,353 | 47.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 868,518 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,123,984 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 445,406 | 2.7% | PR lifecycle events |
560
- | `stars` | WatchEvent | 1,687,887 | 10.1% | Repository stars |
561
- | `forks` | ForkEvent | 472,952 | 2.8% | Repository forks |
562
- | `creates` | CreateEvent | 2,798,678 | 16.7% | Branch/tag/repo creation |
563
- | `deletes` | DeleteEvent | 193,338 | 1.2% | Branch/tag deletion |
564
- | `commit_comments` | CommitCommentEvent | 203,190 | 1.2% | Comments on commits |
565
- | `wiki_pages` | GollumEvent | 339,678 | 2.0% | Wiki page edits |
566
- | `members` | MemberEvent | 90,199 | 0.5% | Collaborator additions |
567
- | `public_events` | PublicEvent | 15,077 | 0.1% | Repo made public |
 
568
 
569
  ## How it's built
570
 
 
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
 
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
 
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
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
97
  20:00 ████████████████████████████��░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
+ 22:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
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
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 135.3K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 76.6K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 277.8K
173
  ```
174
 
175
 
 
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
 
data/commit_comments/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f8b814e64f67fe3fcf4f2e928554cf3eca9fa0487af2ce7a2de4b0fec7ea26
3
+ size 144239
data/creates/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:579ab0d1f910611cfdfd50b16ec0d42bf401b07ee77d743b03a43f24aceabe81
3
+ size 394487
data/deletes/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9228cafedfce43f11e62842fbce485f6e32422c93674c6452f70ff133b8cd7
3
+ size 26919
data/forks/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd94be22472285b53926c792062b35d0ce5c01e303d62e9cbddfeea7e532cf53
3
+ size 201637
data/issues/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05d0874a6c64f680882d218ce312d3d96c5de0ce015d7c0cc0727f2b1079c287
3
+ size 819159
data/members/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8973f2a679c31f9b1d9db17c5dd2dc39101dec00decfb44f68a88a3d7ef8f801
3
+ size 18653
data/public_events/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa5ca337517e9ebe0a7ee87586686ed395b020c8494a6c761e71d797df6041b
3
+ size 6717
data/pull_requests/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0635d3178fe1eb069fb2854823406a7caf3f8c2a7c2bd7a707cd6422aee99f4d
3
+ size 398839
data/pushes/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33a06a7e66a55ba250fd7086590db58cccc80b75b0fe64d05edef3f6abbb7922
3
+ size 7592442
data/stars/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e44bf5f3379da30b32d5b13657abc1b078beca6e5aee4d7a7a2e726f91979d
3
+ size 235318
data/wiki_pages/2012/02/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c37829301b0e692ff0083bbd411f8491aa0131b523b4e49b7199ec062e909366
3
+ size 95179
stats.csv CHANGED
@@ -274,4 +274,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
274
  2012-02-11,67519,0,31166,3062,3940,1587,0,0,6277,1813,16577,602,0,532,1536,374,53,0,16505576,10.7,8625679,38.6,10.7,24.4
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,0.0
 
 
274
  2012-02-11,67519,0,31166,3062,3940,1587,0,0,6277,1813,16577,602,0,532,1536,374,53,0,16505576,10.7,8625679,38.6,10.7,24.4
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