tamnd commited on
Commit
40684a4
·
verified ·
1 Parent(s): 9281c70

Add 2012-03-31 — 80.0K 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** (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,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,692 events in 9622 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
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
 
@@ -138,14 +138,14 @@ duckdb.sql("""
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 | 38m06s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████████████░░░░░░░░░░░░░░░░░ 2.9M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████░░░░░░░░░░░░░░░░░ 330.8K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 638.3K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████████░░░░░░░░░░░░░░░░░ 621.2K
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,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
 
 
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-31** (312 days), totaling **20,929,840 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,486,588 events in 9676 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 191
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 362
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 424
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 495
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 555
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 779
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 █████████████░░░░░░░░░░░░░░░░ 151.4K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
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 | 69 | 6,833,696 | 99,039 | 1.8 GB | 774.7 MB | 33m51s | 33m21s | 38m40s |
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 █████████████░░░░░░░░░░░░░░░░░ 335.0K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 640.4K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 628.9K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 9,571,210 | 45.7% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,072,121 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,463,518 | 7.0% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,011,229 | 4.8% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 22,170 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,046,906 | 9.8% | Repository stars |
562
+ | `forks` | ForkEvent | 584,648 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,513,471 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 224,048 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 244,075 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 410,525 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 18,641 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3503e064a7b3a03076c13ef147c392cb19f0f20c07f5d4616f81e41aa39c240
3
+ size 28430
data/creates/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227b63112ab82419293009101add4e4875195daa111d8b6bd486ed7f91314d93
3
+ size 299327
data/deletes/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42e4ee3ca47a9aaf193345ba9a99d731577c99ca52e3cf1fb7756fbf81c789bd
3
+ size 13640
data/forks/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:851b0696acc7336cd251a74432c0df0848d995c0a7b98f7ec26bfdd6adbe87fc
3
+ size 53172
data/issue_comments/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4d18627353862cd322eef0f0453b94bf765aa842f5845d1576281348b59ca3
3
+ size 98482
data/issues/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d227dc33a493655f58e87764534a5c54f36b9a9193e4f9a71c5952141adcffea
3
+ size 77963
data/public_events/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f5d66b58c9e410b4867f5a802ac490109a1b69822e88931b1bb47beb07c77d2
3
+ size 4140
data/pull_requests/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:946e21f4744c62e72a8c4bc0d7465cc972558e9a765b8de75b3f60a076c75e27
3
+ size 365784
data/pushes/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7f8832150cc1125f4228faf0b35f8a938c21d3f56311d4fa347b3034a2f863
3
+ size 5429735
data/stars/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9e9f7a0a310f8f3b838d92bc00aff6f8d39553231723999d0b71c07ef11a64a
3
+ size 128957
data/wiki_pages/2012/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1335bc9feba02c81625962c9ad0f66e3b26a21676eef668ef4d5f7c0f042a60d
3
+ size 68059
stats.csv CHANGED
@@ -309,4 +309,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,48.4
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
 
 
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,48.4
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,34.5
313
+ 2012-03-31,80027,2534,39031,4213,5528,2097,0,291,7720,2371,15727,445,0,800,1381,0,78,0,21120212,40.5,6567689,26.9,40.5,0.0