tamnd commited on
Commit
386b164
·
verified ·
1 Parent(s): fe8b4e3

Add 2012-04-07 — 76.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-06** (318 days), totaling **21,629,010 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.7 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,7 +71,7 @@ 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,188 events in 9817 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
@@ -79,7 +79,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
@@ -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.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████████████░░░░░░░░░░░░░░ 7.5M
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 | 75 | 7,532,866 | 100,438 | 2.0 GB | 827.6 MB | 36m07s | 38m44s | 43m32s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████░░░��░░░░░░░░░░░ 374.9K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 660.6K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████████████░░░░░░░░░░░░░░░ 714.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,878,519 | 45.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,112,032 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,539,592 | 7.1% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,031,430 | 4.8% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 26,342 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,132,206 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 609,714 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,627,650 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 227,890 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 251,216 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 423,188 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 19,288 | 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-07** (319 days), totaling **21,705,295 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.7 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,507,390 events in 9826 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
 
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
 
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
+ 22:00 ███████████████░░░░░░░░░░░░░░░ 172.1K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████████████░░░░░░░░░░░░░░ 7.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 | 76 | 7,609,151 | 100,120 | 2.0 GB | 833.8 MB | 36m27s | 39m18s | 44m05s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████░░░░░░░░░░░░░░ 379.2K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 662.5K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████████████░░░░░░░░░░░░░░░ 721.7K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 9,915,848 | 45.7% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,116,304 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,544,508 | 7.1% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,033,374 | 4.8% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 26,626 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,139,683 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 611,936 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,642,495 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 228,270 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 251,992 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 424,717 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 19,344 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e17c4bb1f1edb271f5768c98a781b6d17b3074715f1df279f20db0b0c72210b5
3
+ size 27267
data/creates/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ff5f7f769b28effb63bb39d4308ee20a982b473c2eb45a2ebb54db5ea546ae7
3
+ size 286991
data/deletes/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6680cb5de9b46800e76e443c7d901a2eb5437ab95a5a5174fdf49a21dc708a6d
3
+ size 12668
data/forks/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e83d5db47ef8d55ce00165be5b56747900e9d3a2bba3c33dc8f8d4ee9947e69
3
+ size 51268
data/issue_comments/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:102bbfd07b50e3dc46c6784155d7a7adedcfc176d8f7d91e899b012ecac86e46
3
+ size 88667
data/issues/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46193261b90378e694fbb88ce69d8ce3495370c6464a23ddd1a7b966e445ac4
3
+ size 75911
data/public_events/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2202e35e8e9f8f42096689551c141a3f1f3cddc11324d9d193e0836902f90e38
3
+ size 3534
data/pull_requests/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f455eb706a1e494c5467fb2c68e6999c5b3eede4bad28a99be05c409d23928ad
3
+ size 330114
data/pushes/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140b2f301df116fac483db2278f9586955f942469e92a0ef559698d2235b1727
3
+ size 5429450
data/stars/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7287cdf4b9bb63109f293747c0be29f34ee33eef22c43db84499af2de9d143d
3
+ size 118304
data/wiki_pages/2012/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d32e92158fbedbf72329aa648cbdcbb777c934d3355c97aa499b251f3fbd201
3
+ size 75406
stats.csv CHANGED
@@ -316,4 +316,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,36.7
318
  2012-04-05,111265,3372,52946,5089,10250,3760,0,614,11141,3629,19048,633,0,1218,2367,0,114,0,30435424,51.3,9731862,24.2,51.3,24.9
319
- 2012-04-06,92300,2729,44840,4669,6685,2947,0,506,8740,2853,17092,519,0,897,2082,0,84,0,24852902,40.3,8058399,18.7,40.3,0.0
 
 
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,36.7
318
  2012-04-05,111265,3372,52946,5089,10250,3760,0,614,11141,3629,19048,633,0,1218,2367,0,114,0,30435424,51.3,9731862,24.2,51.3,24.9
319
+ 2012-04-06,92300,2729,44840,4669,6685,2947,0,506,8740,2853,17092,519,0,897,2082,0,84,0,24852902,40.3,8058399,18.7,40.3,32.8
320
+ 2012-04-07,76285,2185,37329,4272,4916,1944,0,284,7477,2222,14845,380,0,776,1529,0,56,0,19994056,33.3,6499580,19.9,33.3,0.0