tamnd commited on
Commit
de91935
·
verified ·
1 Parent(s): 6b74acb

Add 2012-04-24 — 129.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-04-12** (324 days), totaling **22,250,609 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.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,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,543,490 events in 10096 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 308
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 234
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 234
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 294
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 444
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░���570
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 801
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 ███████████████████░░░░░░░░░░ 207.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████████████░░░░░░░░░░░░░ 8.2M
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 | 81 | 8,154,465 | 100,672 | 2.1 GB | 879.5 MB | 38m36s | 43m41s | 46m45s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███████████████░░░░░░░░░░░░░░ 3.5M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████░░░░░░░░░░░░░░ 405.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 680.4K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████████████░░░░░░░░░░░░░░ 778.6K
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,181,730 | 45.8% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,142,473 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,585,057 | 7.1% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,051,253 | 4.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 30,015 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,196,596 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 629,024 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,737,258 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 231,385 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 258,527 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 435,081 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 19,818 | 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-24** (325 days), totaling **22,379,918 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.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,556,456 events in 10158 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 307
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 356
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 446
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 513
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 ███████████████████░░░░░░░░░░ 220.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████████████░░░░░░░░░░░░░ 8.3M
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 | 82 | 8,283,774 | 101,021 | 2.2 GB | 890.5 MB | 38m44s | 44m44s | 46m45s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███████████████░░░░░░░░░░░░░░ 3.6M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████░░░░░░░░░░░░░░ 412.4K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 684.5K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████████████░░░░░░░░░░░░░░ 792.8K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,243,935 | 45.8% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,149,485 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,597,581 | 7.1% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,055,305 | 4.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 30,838 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,210,784 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 632,829 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,756,459 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 232,201 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 259,975 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 437,600 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 19,940 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b5577681f44d8003e727e1ca719a783e4c4ec26bfd5b0223655e1357435c21
3
+ size 44867
data/creates/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:956efa3da2e3710e586163645bd13bd8bf2f31a1e7a81608673e4f30ec762023
3
+ size 426550
data/deletes/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cc32cb3da0a50105876d8792c7bd68a26ff1740e62696211a645e42d4a9607e
3
+ size 21814
data/forks/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b80d7b033d7875be8c9087c0e5b606bafca4e47263656fd7a2a733b5b36cb52
3
+ size 79443
data/issue_comments/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e8c0e63770ab9bcbd775a51732424d1ad1fac37c979198dc5d1087f8f35f85
3
+ size 193661
data/issues/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d0de2b7eaf41c4a3b43fc3fac028d38656764f3fa4ef5fabc817ddafb6bcc4
3
+ size 127906
data/public_events/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:214762f98ffd50c9830b1b1612843d43036b22c687f24cb98938a2be5f9c99e9
3
+ size 5010
data/pull_requests/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80ca1d451cefdc1789f9cc7a9c4ed706de0ba0fe00a91d4728294b64adbed0e3
3
+ size 663345
data/pushes/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7a479772de06ffc830ab6d636c599c5b9a231ad12d447e84034cd471722b087
3
+ size 9624095
data/stars/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41a50476af041eadab8bfebf3eda07ec293a3f29aa72ad8d5ce4d94d1e4bd75a
3
+ size 208581
data/wiki_pages/2012/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c8ee617b7a12e78bf3375031eaa18c3fd95446adf1579f6eaa3fcde6ef43ba
3
+ size 173412
stats.csv CHANGED
@@ -323,3 +323,4 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,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
 
 
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,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,0.0