tamnd commited on
Commit
7724f5e
·
verified ·
1 Parent(s): 1c7f7b8

Add 2012-04-04 — 136.9K 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-03** (315 days), totaling **21,288,539 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.6 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,23 +71,23 @@ 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,500,108 events in 9764 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 211
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 427
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 497
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 563
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 786
@@ -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.8K
99
- 22:00 ███████████████░░░░░░░░░░░░░░░ 164.8K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████████████░░░░░░░░░░░░░░░ 7.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 | 72 | 7,192,395 | 99,894 | 1.9 GB | 800.7 MB | 35m02s | 36m12s | 41m59s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████████████░░░░░░░░░░░░░░░░░ 3.0M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██████████████░░░░░░░░░░░░░░░░ 359.7K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 650.1K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████████░░░░░░░░░░░░░░░░ 661.0K
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,724,452 | 45.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,096,818 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,514,068 | 7.1% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,021,002 | 4.8% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 24,486 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,079,008 | 9.8% | Repository stars |
562
- | `forks` | ForkEvent | 599,524 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,571,318 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 226,004 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 247,730 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 416,591 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 18,956 | 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-04** (316 days), totaling **21,425,445 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.6 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,500,136 events in 9779 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 366
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 428
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 497
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 563
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 786
 
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
+ 22:00 ███████████████░░░░░░░░░░░░░░░ 164.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ███████████████░░░░░░░░░░░░░░░ 7.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 | 73 | 7,329,301 | 100,401 | 1.9 GB | 810.6 MB | 35m24s | 37m13s | 42m30s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 3.1M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 365.2K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 653.9K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████████████░░░░░░░░░░░░░░░░ 694.3K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 9,780,733 | 45.7% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,102,274 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,522,657 | 7.1% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,024,723 | 4.8% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 25,222 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,112,325 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 603,232 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,591,510 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 226,738 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 249,101 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 418,739 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 19,090 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e45094c8a5624c6f623cdf4e13b1b4cc104d7e3c447db4d6c5cc35ebc9ccff4
3
+ size 42860
data/creates/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b41f5e8239f8a097241404d916fc218ee669e04a7ab4b443fe7c18f949086ed
3
+ size 435757
data/deletes/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8498422c6051b4a2f53c1c2f5f0c1cb0214d9eb1c53f360a1a5a9b2af1eba4e
3
+ size 20743
data/forks/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96eae34bfda0fe363611b690cb8add8fd2f991b574648cde492689543e7bdbb5
3
+ size 78036
data/issue_comments/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af6133107876f782be9b1bd72d98956084e2511664066480ceb36610853c894d
3
+ size 157895
data/issues/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86f88661aaaaf0cbf40500c43bc0ca0cbff3e55eb469cde4b4139ea25333d71
3
+ size 112682
data/public_events/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4422c0dc3b2694d96856b2873cb6d741fa66eb5571fd8f58457b6d7a1f3419e2
3
+ size 5079
data/pull_requests/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d44e60333d6a9eed74c8452208276ca3150c4d03adeb13e87d9b4e10ed414bb0
3
+ size 597544
data/pushes/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76e4a48259dbb5aed457f33e2bf9ede8f0c7ffdbc257dbbc7750a35e9c2309f1
3
+ size 8442478
data/stars/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c84889afcfcfc3ba23bcab2cf389ea391e9646feb76d3cd7c7fa9fa57a7d087
3
+ size 405107
data/wiki_pages/2012/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da667090cdcc58add38a920e7115c459bc0a1de4dee302b91fef946facfc0e6d
3
+ size 101326
stats.csv CHANGED
@@ -313,4 +313,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,115.0
314
  2012-04-01,83839,2519,42564,3520,5128,2162,0,410,8282,2481,16043,432,0,867,1593,0,83,0,22320218,42.4,7206752,21.8,42.4,38.9
315
  2012-04-02,120592,3844,54425,5642,9112,3659,0,981,11989,8772,21053,703,0,1382,2227,0,120,0,32010536,59.3,9850325,24.3,59.3,44.6
316
- 2012-04-03,154268,6937,56253,15535,36310,3952,0,925,11831,3623,20751,821,0,1406,2246,0,112,0,33445353,69.3,10232409,24.4,69.3,0.0
 
 
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,115.0
314
  2012-04-01,83839,2519,42564,3520,5128,2162,0,410,8282,2481,16043,432,0,867,1593,0,83,0,22320218,42.4,7206752,21.8,42.4,38.9
315
  2012-04-02,120592,3844,54425,5642,9112,3659,0,981,11989,8772,21053,703,0,1382,2227,0,120,0,32010536,59.3,9850325,24.3,59.3,44.6
316
+ 2012-04-03,154268,6937,56253,15535,36310,3952,0,925,11831,3623,20751,821,0,1406,2246,0,112,0,33445353,69.3,10232409,24.4,69.3,31.6
317
+ 2012-04-04,136906,4982,56281,5456,8589,3721,0,736,33317,3708,20192,734,0,1371,2148,0,134,0,34061673,61.0,10399507,22.1,61.0,0.0