tamnd commited on
Commit
4d5d753
·
verified ·
1 Parent(s): 50c09aa

Add 2012-02-12 — 75.7K 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-11** (273 days), totaling **16,525,924 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.3 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,11 +71,11 @@ 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,349,547 events in 8738 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
@@ -83,20 +83,20 @@ Events from today are captured in near-real-time from the GitHub Events API and
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 279
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 454
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 525
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 733
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.6K
99
- 22:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.2K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 2.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 | 30 | 2,429,780 | 80,992 | 607.5 MB | 298.8 MB | 12m48s | 14m11s | 16m54s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 119.2K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 68.0K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 246.5K
173
  ```
174
 
175
 
@@ -553,18 +553,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 7,774,122 | 47.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 856,333 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,106,770 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 438,879 | 2.7% | PR lifecycle events |
560
- | `stars` | WatchEvent | 1,664,494 | 10.1% | Repository stars |
561
- | `forks` | ForkEvent | 466,445 | 2.8% | Repository forks |
562
- | `creates` | CreateEvent | 2,749,609 | 16.6% | Branch/tag/repo creation |
563
- | `deletes` | DeleteEvent | 190,666 | 1.2% | Branch/tag deletion |
564
- | `commit_comments` | CommitCommentEvent | 200,615 | 1.2% | Comments on commits |
565
- | `wiki_pages` | GollumEvent | 334,541 | 2.0% | Wiki page edits |
566
- | `members` | MemberEvent | 88,985 | 0.5% | Collaborator additions |
567
- | `public_events` | PublicEvent | 14,859 | 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-12** (274 days), totaling **16,601,633 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.3 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,351,838 events in 8761 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
 
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 526
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 733
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.6K
99
+ 22:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17.5K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
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 | 31 | 2,505,489 | 80,822 | 625.2 MB | 307.9 MB | 13m24s | 14m24s | 17m18s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 122.4K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 69.8K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 253.3K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 7,809,820 | 47.0% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 859,463 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,111,412 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 440,631 | 2.7% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,671,336 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 468,336 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,767,499 | 16.7% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 191,722 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 201,366 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 336,170 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 89,349 | 0.5% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 14,923 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e745e873352ab01d04c0b64a55ee5f7eef48351222f1ebf6a154a2654e37e517
3
+ size 125873
data/creates/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4f4cf2343e29173b00e8d9dae64f9987fa45aa54f7733f36dff34109c15845
3
+ size 409478
data/deletes/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2831e9bd9db1d7f6d104852066db50d1bf6d30cb086af1b399335bca9a7f74b
3
+ size 28917
data/forks/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:014f96d51183e1eb5103a59d95992fedecda3900bdda8232770cfffb8bbb50cb
3
+ size 177968
data/issues/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d81e99c1fa110acaaeb4e3c5c92e9d838321ba09a2df779d1d58bfa973ddfaa
3
+ size 685145
data/members/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0850f8d4ad502ad839d00c783d4479322f6351056479afb64a90dd95152a6258
3
+ size 18289
data/public_events/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b50f6c6409095cd1758b9dec1135d80cefa816954cb275bfb85c184e4db07088
3
+ size 5069
data/pull_requests/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d738a499b4480fc7bee2bb026f26acfa0c0c3d8454f4b3234d57f5b3414c18e5
3
+ size 326389
data/pushes/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c286cc38cb9d79843af884fbf095c9c35cb3b401eba68f2c084f79298711f488
3
+ size 7453952
data/stars/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7864338d96fcc16fc30b5525857315d0b99d471fbba5636f633fe94f49c487cd
3
+ size 205504
data/wiki_pages/2012/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f22938d9eeb99ed25940aba13528ba8194474ec32a70e2746e590783d6dd8a
3
+ size 135369
stats.csv CHANGED
@@ -271,4 +271,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
271
  2012-02-08,93511,0,40416,4431,6400,2607,0,0,9739,2646,22947,861,0,1008,1976,397,83,0,24684634,37.2,12468021,53.3,37.2,83.5
272
  2012-02-09,92143,0,41608,4532,6955,2695,0,0,9764,2828,19041,1418,0,952,1725,539,86,0,24563625,40.7,11710516,42.0,40.7,41.8
273
  2012-02-10,84780,0,37883,5343,6646,2354,0,0,8024,2425,18261,875,0,862,1662,376,69,0,22645001,33.6,11208158,36.2,33.6,36.4
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,0.0
 
 
271
  2012-02-08,93511,0,40416,4431,6400,2607,0,0,9739,2646,22947,861,0,1008,1976,397,83,0,24684634,37.2,12468021,53.3,37.2,83.5
272
  2012-02-09,92143,0,41608,4532,6955,2695,0,0,9764,2828,19041,1418,0,952,1725,539,86,0,24563625,40.7,11710516,42.0,40.7,41.8
273
  2012-02-10,84780,0,37883,5343,6646,2354,0,0,8024,2425,18261,875,0,862,1662,376,69,0,22645001,33.6,11208158,36.2,33.6,36.4
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,0.0