tamnd commited on
Commit
1fd31c9
·
verified ·
1 Parent(s): 573b157

Add 2012-03-29 — 139.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-03-30** (310 days), totaling **20,709,972 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.1 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,476,655 events in 9600 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 359
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 420
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 493
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 553
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 773
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
- 22:00 █████████████░░░░░░░░░░░░░░░░░ 141.5K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████████████░░░░░░░░░░░░░░░░ 6.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 | 67 | 6,613,828 | 98,713 | 1.8 GB | 758.5 MB | 33m03s | 31m44s | 36m45s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████████████░░░░░░░░░░░░░░░░░░ 2.8M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████░░░░░░░░░░░░░░░░░ 319.2K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 634.5K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████████░░░░░░░░░░░░░░░░░ 609.4K
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 | 9,474,500 | 45.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,056,262 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,431,746 | 6.9% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,005,309 | 4.9% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 20,988 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,027,406 | 9.8% | Repository stars |
562
- | `forks` | ForkEvent | 578,497 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,478,272 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 222,923 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 241,888 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 407,271 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 18,472 | 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-03-30** (311 days), totaling **20,849,813 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.1 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,476,678 events in 9613 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 248
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 297
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 359
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 420
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 493
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 553
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 775
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
+ 22:00 █████████████░░░░░░░░░░░░░░░░░ 141.6K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 6.8M
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 | 68 | 6,753,669 | 99,318 | 1.8 GB | 768.4 MB | 33m24s | 32m40s | 37m17s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████████████░░░░░░░░░░░░░░░░░░ 2.9M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████░░░░░░░░░░░░░░░░░ 330.8K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 638.3K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████████░░░░░░░░░░░░░░░░░ 621.2K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 9,532,179 | 45.7% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,067,908 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,457,990 | 7.0% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,009,132 | 4.8% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 21,879 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,039,186 | 9.8% | Repository stars |
562
+ | `forks` | ForkEvent | 582,277 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,497,744 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 223,603 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 243,275 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 409,144 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 18,563 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c2c4b54c52a11a2fefa86ff5837a9aa730ae94c7bb11f41e92a36f65306ca95
3
+ size 42089
data/creates/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38d2e561143c2d985f627bfc881a80dac687c481ccad46813f4caa1dea4e1f6
3
+ size 409004
data/deletes/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b98db46d57f76997dce257d6445518941ee9ff9ac363bfc8b4a29ff30953479e
3
+ size 20028
data/forks/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eab56e7849116e9724dd58ba95fa4ad08e39cbce8ec7037d8998ef9b1764510f
3
+ size 79485
data/issue_comments/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb30aa9f9df4925ba958e676a0b4c30301c195117bdb7aded380440c57c94ca
3
+ size 227524
data/issues/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff4f55292123a753f085748f396637a91aeefe294c638eaaf6d652878bef81f
3
+ size 148731
data/public_events/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6727d232bc985d5419e9b4e98ff405848427ceb86f53c6b0a0737f053e77427
3
+ size 4810
data/pull_requests/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ba3fd6725cac78facd84469ef8a39789b94eaab8ebd221952834bcf74855bc5
3
+ size 622174
data/pushes/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701a06f80f70f2e5bac6f0d27ccf438eb639bf16e6cda93ba022f24e26e3157f
3
+ size 8545234
data/stars/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b22ac97f94cd01f46234088268fcf9972e5a71500fd129d819b13751c9d176c
3
+ size 184584
data/wiki_pages/2012/03/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d3837b9fb4be14ad516a64bb8df2000d035c71e81218df14ce4864a8ad0cddf
3
+ size 88869
stats.csv CHANGED
@@ -307,5 +307,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
307
  2012-03-15,107637,3464,51996,5337,8335,3457,0,728,10271,3590,19493,661,0,1213,1957,0,132,0,28951165,17.6,9593373,30.8,17.6,31.8
308
  2012-03-16,97310,2816,46751,5028,7718,3297,0,637,9412,3517,16985,540,0,1142,1812,0,104,0,26791807,15.4,8584920,27.0,15.4,19.9
309
  2012-03-27,139100,3781,55126,13672,24672,3975,0,793,12392,4083,19449,708,0,1462,2074,0,160,0,32670152,51.4,10328925,4.0,51.4,48.2
310
- 2012-03-28,154896,3872,58047,14491,35205,3959,0,925,12945,4054,20021,796,0,1624,2241,0,123,0,34371402,55.2,10752838,18.5,55.2,0.0
 
311
  2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,48.2,9364094,22.2,48.2,0.0
 
307
  2012-03-15,107637,3464,51996,5337,8335,3457,0,728,10271,3590,19493,661,0,1213,1957,0,132,0,28951165,17.6,9593373,30.8,17.6,31.8
308
  2012-03-16,97310,2816,46751,5028,7718,3297,0,637,9412,3517,16985,540,0,1142,1812,0,104,0,26791807,15.4,8584920,27.0,15.4,19.9
309
  2012-03-27,139100,3781,55126,13672,24672,3975,0,793,12392,4083,19449,708,0,1462,2074,0,160,0,32670152,51.4,10328925,4.0,51.4,48.2
310
+ 2012-03-28,154896,3872,58047,14491,35205,3959,0,925,12945,4054,20021,796,0,1624,2241,0,123,0,34371402,55.2,10752838,18.5,55.2,32.7
311
+ 2012-03-29,139841,3690,57679,11646,26244,3823,0,891,11780,3780,19472,680,0,1387,1873,0,91,0,33368396,56.0,10372532,21.4,56.0,0.0
312
  2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,48.2,9364094,22.2,48.2,0.0