tamnd commited on
Commit
e978d96
·
verified ·
1 Parent(s): 0e26abd

Add 2012-03-27 — 139.1K 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-16** (307 days), totaling **20,305,969 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.4 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,464,832 events in 9532 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 178
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 294
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 279
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 357
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 419
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 552
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 772
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
- 22:00 ████████████░░░░░░░░░░░░░░░░░░ 129.8K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████████░░░░░░░░░░░░░░░░░ 6.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 | 64 | 6,209,825 | 97,028 | 1.7 GB | 729.5 MB | 32m18s | 29m09s | 35m56s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███████████░░░░░░░░░░░░░░░░░░ 2.6M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████░░░░░░░░░░░░░░░░░░ 284.1K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 623.0K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████████░░░░░░░░░░░░░░░░░░ 572.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 | 9,310,465 | 45.9% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,021,204 | 5.0% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,362,518 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 993,821 | 4.9% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 18,403 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,990,737 | 9.8% | Repository stars |
562
- | `forks` | ForkEvent | 566,864 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,419,417 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 220,803 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 237,634 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 401,029 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 18,091 | 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-27** (308 days), totaling **20,445,069 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.4 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,473,213 events in 9577 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 285
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 359
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 419
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 492
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 552
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 773
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
+ 22:00 ████████████░░░░░░░░░░░░░░░░░░ 138.1K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 6.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 | 65 | 6,348,925 | 97,675 | 1.7 GB | 739.3 MB | 32m22s | 30m01s | 35m56s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███████████░░░░░░░░░░░░░░░░░░ 2.7M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████░░░░░░░░░░░░░░░░░░ 297.8K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 626.9K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████████░░░░░░░░░░░░░░░░░░ 585.1K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 9,365,591 | 45.8% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,034,876 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,387,190 | 6.8% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 997,796 | 4.9% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 19,196 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,003,129 | 9.8% | Repository stars |
562
+ | `forks` | ForkEvent | 570,947 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,438,866 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 221,511 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 239,096 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 403,103 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 18,251 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d649c774d52c77ddbd6588fa3b9183f41b8001b9766f32dde71badcc64f1c8d
3
+ size 44252
data/creates/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0016e291ff0039fce5504e19a83b4890cce1094e255a6295b060a94c68b65c69
3
+ size 402979
data/deletes/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba334f8c2bb9541a072a66b8a43a44ed577900cbfa50583635b8cb7ee760941
3
+ size 19756
data/forks/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15516dca2fab7a792857f39164a981ee1a27c7ec2262014ec2bff5f0fec2783
3
+ size 79590
data/issue_comments/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:869e23af29083026704afe1681aa82d0f2c1246b64d8651e638501493fea11b7
3
+ size 227239
data/issues/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:636f03acb643089038aaefcf41ae2d1af883e5d69feac1f5ef1c162bb19f012c
3
+ size 147730
data/public_events/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b41adc329647f91053a66844d3ba3e5ba28bc50cdb8d1830686f0cbf2fe04574
3
+ size 5905
data/pull_requests/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd64e569d7cfd3bf9912fb0053243cd41908972a654a684037d72d149d41494a
3
+ size 632225
data/pushes/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76a7642202aeed758ac65bee8b683d0255231a17464a692edb83e458dcc43cdc
3
+ size 8476990
data/stars/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c609a25d56afcc9fc5d721c52c047dece904538878082bb1e4c6123491fb32e2
3
+ size 194201
data/wiki_pages/2012/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e39ab3728fe2f4dc434948430e38e9664f08f9ba54fdf8191c5b2475807a45d
3
+ size 98058
stats.csv CHANGED
@@ -306,3 +306,4 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
306
  2012-03-14,107206,3440,52360,5529,8677,3717,0,728,10310,3661,17894,679,0,1170,1827,0,131,0,29756941,19.8,9580957,32.1,19.8,31.3
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
 
 
306
  2012-03-14,107206,3440,52360,5529,8677,3717,0,728,10310,3661,17894,679,0,1170,1827,0,131,0,29756941,19.8,9580957,32.1,19.8,31.3
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,0.0