tamnd commited on
Commit
f817591
·
verified ·
1 Parent(s): 35519b2

Add 2012-04-26 — 119.8K 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-04-27** (327 days), totaling **22,602,806 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 4.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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,558,600 events in 10174 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 241
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 307
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 357
89
  12:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 446
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 514
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 573
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 802
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
- 22:00 ████████████████████░░░░░░░░░ 223.0K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████████████████░░░░░░░░░░░░ 8.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 | 84 | 8,506,662 | 101,269 | 2.2 GB | 910.8 MB | 39m28s | 46m42s | 47m24s |
142
 
143
 
144
  ### Pushes per year
@@ -153,15 +153,15 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████████░░░░░░░░░░░░░ 423.9K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
- 2011 ███████████████░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 691.8K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████████████░░░░░░░░░░░░░ 816.0K
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 | 10,355,684 | 45.8% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,160,943 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,615,339 | 7.1% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,062,621 | 4.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 32,110 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,234,006 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 639,649 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,789,976 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 233,479 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 262,897 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 441,960 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 20,161 | 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-04-27** (328 days), totaling **22,722,588 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 5.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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,564,237 events in 10246 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 357
89
  12:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 448
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 517
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 578
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 808
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
+ 22:00 ████████████████████░░░░░░░░░ 228.6K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████████████████░░░░░░░░░░░░ 8.6M
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 | 85 | 8,626,444 | 101,487 | 2.3 GB | 921.9 MB | 39m52s | 47m43s | 48m03s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████████████░░░░░░░░░░░░░ 430.2K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
+ 2011 ███████████████░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 695.7K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████████████████░░░░░░░░░░░░░ 828.4K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,415,703 | 45.8% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,167,267 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,625,875 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,066,538 | 4.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 32,748 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,246,405 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 643,148 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,807,468 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 234,219 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 264,317 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 444,210 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 20,263 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9708ec22d6331ce828e5b869cde9efc795eb16dcc0d4fe66fb871ccda3069be5
3
+ size 43411
data/creates/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a61155a99ff652c5492127fffa717934f6003aac3318c4353303891e6983630
3
+ size 386283
data/deletes/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf3df2c47871a9024b95bda2c1a3240a5b13889ef475d5a248cd7964b50f513
3
+ size 20943
data/forks/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:886056f7d30dbaafebf19c03881e15e1a351526fef45112c0d0a31aa460fc1f1
3
+ size 73545
data/issue_comments/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2052861f456082b8034601bb79ee20d6563b81755b478f19700469fc05467d5d
3
+ size 178463
data/issues/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed797361e214c71fea39770fbc03a5c38c2886a034c6abcfa5d53ea9fed3eff
3
+ size 116972
data/public_events/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e91d2cab84180297ddb50d1432e61687a4f0a5cce7c7d1f21e6dc0fd1f048f0
3
+ size 4715
data/pull_requests/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a24f235a760e5db9c02983173c0c2ebfcc0b331b0d2ee6df135b6032d25428f0
3
+ size 622108
data/pushes/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b27378eaab4a282aad64b7ff3f8eefde866d84dc99f1104f4f09b512bf79fc6
3
+ size 9814260
data/stars/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf89dffd3c8e25b9f9030f37fcf599d96fb0c61a7177a7c2f83ef5116f70f57
3
+ size 186773
data/wiki_pages/2012/04/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09c112536e0c0900791ba878469ee07797376a5326e94e9b5799321a056d9ba9
3
+ size 151909
stats.csv CHANGED
@@ -324,5 +324,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
324
  2012-04-11,124507,556,59389,5943,9157,4274,0,756,13097,3964,22588,755,0,1546,2369,0,113,0,33558277,62.1,10749555,32.2,62.1,29.1
325
  2012-04-12,117791,452,56651,5826,9248,4004,0,743,12760,3877,19855,718,0,1393,2180,0,84,0,32476046,51.5,10320742,22.0,51.5,23.1
326
  2012-04-24,129309,594,62205,7012,12524,4052,0,823,14188,3805,19201,816,0,1448,2519,0,122,0,35616421,63.2,11568684,7.9,63.2,38.7
327
- 2012-04-25,118508,519,59536,5867,9330,3907,0,734,12657,3612,17588,680,0,1676,2288,0,114,0,33422638,62.1,11111420,21.9,62.1,0.0
 
328
  2012-04-27,104380,476,52213,5591,8428,3409,0,538,10565,3208,15929,598,0,1246,2072,0,107,0,29692200,56.1,10196374,21.7,56.1,0.0
 
324
  2012-04-11,124507,556,59389,5943,9157,4274,0,756,13097,3964,22588,755,0,1546,2369,0,113,0,33558277,62.1,10749555,32.2,62.1,29.1
325
  2012-04-12,117791,452,56651,5826,9248,4004,0,743,12760,3877,19855,718,0,1393,2180,0,84,0,32476046,51.5,10320742,22.0,51.5,23.1
326
  2012-04-24,129309,594,62205,7012,12524,4052,0,823,14188,3805,19201,816,0,1448,2519,0,122,0,35616421,63.2,11568684,7.9,63.2,38.7
327
+ 2012-04-25,118508,519,59536,5867,9330,3907,0,734,12657,3612,17588,680,0,1676,2288,0,114,0,33422638,62.1,11111420,21.9,62.1,39.3
328
+ 2012-04-26,119782,446,60019,6324,10536,3917,0,638,12399,3499,17492,740,0,1420,2250,0,102,0,33516197,61.0,11599382,24.6,61.0,0.0
329
  2012-04-27,104380,476,52213,5591,8428,3409,0,538,10565,3208,15929,598,0,1246,2072,0,107,0,29692200,56.1,10196374,21.7,56.1,0.0