tamnd commited on
Commit
0f8193d
·
verified ·
1 Parent(s): 7109beb

Add 2012-04-11 — 124.5K 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-04-10** (322 days), totaling **22,008,311 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.2 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,513,932 events in 9882 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
@@ -84,11 +84,11 @@ Events from today are captured in near-real-time from the GitHub Events API and
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 289
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 431
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 502
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 564
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 789
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
@@ -96,7 +96,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
- 22:00 ████████████████░░░░░░░░░░░░░�� 178.6K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████████████░░░░░░░░░░░░░ 7.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 | 79 | 7,912,167 | 100,154 | 2.1 GB | 859.4 MB | 37m42s | 41m47s | 45m31s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███████████████░░░░░░░░░░░░░░░ 3.4M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████░░░░░░░░░░░░░░ 393.6K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 672.1K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████████████░░░░░░░░░░░░░░ 752.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 | 10,065,690 | 45.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,130,704 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,566,652 | 7.1% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,042,975 | 4.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 28,516 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,170,739 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 621,183 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,694,815 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 229,912 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 255,588 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 430,532 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 19,621 | 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-11** (323 days), totaling **22,132,818 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.2 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,516,437 events in 9901 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 297
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
 
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 290
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 349
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 432
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 504
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 564
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 789
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
 
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
+ 22:00 ████████████████░░░░░░░░░░░░░ 181.1K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████████████░░░░░░░░░░░░░ 8.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 | 80 | 8,036,674 | 100,458 | 2.1 GB | 869.6 MB | 38m14s | 42m49s | 45m53s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███████████████░░░░░░░░░░░░░░░ 3.5M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████░░░░░░░░░░░░░░ 399.6K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 676.4K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████████████░░░░░░░░░░░░░░ 765.8K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,125,079 | 45.7% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,136,647 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,575,809 | 7.1% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,047,249 | 4.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 29,272 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,183,836 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 625,147 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,717,403 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 230,667 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 257,134 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 432,901 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 19,734 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:108935d71e4625b511de0086261220026c80eae8e107441fc3cb45ee237770fd
3
+ size 44677
data/creates/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024b197805a71b8d77dd8a485f3449f04630e13e4014b7bcc45f475fd102f2a5
3
+ size 451978
data/deletes/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:997f973ac8048a6a9831d5bcbf373a5fb4ebae92a8bce5ebd604f0124f21b54d
3
+ size 21252
data/forks/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623ad7eb4f02ab88f4b2a0548e0eb7e338b6359948a90497a78b30b7e0b65703
3
+ size 95733
data/issue_comments/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3703e48a90ec5f3f9d3d9ba2b24b8fadaf61afe0b62968935ed2c421608a830
3
+ size 169753
data/issues/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa92de47e83c898db72aff02824f66276f9a9c2562129764388e61c62cba3d4e
3
+ size 117778
data/public_events/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d04a2acf26645d09becfe164dab17ca5e1fd50995d85716381da27a21a446a5
3
+ size 4761
data/pull_requests/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4da5155d85daa9f6606429d363ed73e80f6c2631238a04a7858a1acfb4fbc6d4
3
+ size 689515
data/pushes/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:548eac845424a609885aca1d1c7c4db95e7065a9cd808b10538840221335b71a
3
+ size 8839977
data/stars/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a4749f15551a3857f0c9580402d77fbc1873910de33e5179e77f051a2b4976
3
+ size 202838
data/wiki_pages/2012/04/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efa4608c8882afaa0b2b4dccfc81d372446dd88de09ee7b2f5bcc1a98085bed7
3
+ size 111293
stats.csv CHANGED
@@ -320,4 +320,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
320
  2012-04-07,76285,2185,37329,4272,4916,1944,0,284,7477,2222,14845,380,0,776,1529,0,56,0,19994056,33.3,6499580,19.9,33.3,21.2
321
  2012-04-08,75330,2166,39447,3451,4774,2117,0,374,7765,2060,12188,405,0,850,1588,0,63,0,20243849,37.0,6757988,25.0,37.0,29.0
322
  2012-04-09,105801,3312,51978,4973,7703,3387,0,733,10580,3240,18895,545,0,1334,1913,0,107,0,28700543,50.8,9262666,28.2,50.8,36.0
323
- 2012-04-10,121885,2172,58417,5976,9667,4097,0,783,12711,3947,21237,692,0,1412,2314,0,107,0,33434876,61.8,10827333,22.2,61.8,0.0
 
 
320
  2012-04-07,76285,2185,37329,4272,4916,1944,0,284,7477,2222,14845,380,0,776,1529,0,56,0,19994056,33.3,6499580,19.9,33.3,21.2
321
  2012-04-08,75330,2166,39447,3451,4774,2117,0,374,7765,2060,12188,405,0,850,1588,0,63,0,20243849,37.0,6757988,25.0,37.0,29.0
322
  2012-04-09,105801,3312,51978,4973,7703,3387,0,733,10580,3240,18895,545,0,1334,1913,0,107,0,28700543,50.8,9262666,28.2,50.8,36.0
323
+ 2012-04-10,121885,2172,58417,5976,9667,4097,0,783,12711,3947,21237,692,0,1412,2314,0,107,0,33434876,61.8,10827333,22.2,61.8,21.9
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,0.0