tamnd commited on
Commit
b4e9a54
·
verified ·
1 Parent(s): 90c0b40

Add 2012-04-06 — 92.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-05** (317 days), totaling **21,536,710 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,26 +71,26 @@ 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,163 events in 9794 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 367
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 428
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 498
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 564
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 788
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████████████░░░░░░░░░░░░░░ 7.4M
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 | 74 | 7,440,566 | 100,548 | 1.9 GB | 819.9 MB | 35m48s | 38m04s | 43m07s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████░░░░░░░░░░░░░░░ 370.3K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 657.6K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████████████░░░░░░░░░░░░░░░ 705.5K
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,833,679 | 45.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,107,363 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,532,907 | 7.1% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,028,483 | 4.8% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 25,836 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,123,466 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 606,861 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,610,558 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 227,371 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 250,319 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 421,106 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 19,204 | 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-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
 
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
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 294
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
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 367
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 430
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 500
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 564
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 789
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
 
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
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████░░░░░░░░░░░░░░░ 374.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 660.6K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████████████░░░░░░░░░░░░░░░ 714.2K
173
  ```
174
 
175
 
 
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
 
data/commit_comments/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac6067ba788345de05f7a007a2155d0e0707d5f195fa0f0a0e4acffa59ce7867
3
+ size 31713
data/creates/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d964ff912a0d09bcd993bae160f6b87e18de14b5eefed485d615351bda3045d
3
+ size 345325
data/deletes/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adbb0cb28b4c7495a5f76df4a9d0996c039d64b4377ca25d67a2e957071c4c73
3
+ size 15746
data/forks/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c36bca14fefed930d745f78ddeced3f52ed9f37f8163736bf673eec49932e9
3
+ size 72139
data/issue_comments/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e4e5df255c64e9c1dc5f3a55d16386e26932b4c637dae28451d23fd58d26613
3
+ size 121526
data/issues/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fbba60a7dd07f62711fc1710d258a2a22ab040a69d3d02fec040c6671117e99
3
+ size 91443
data/public_events/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f9ce9b0f9492cfda68a4e4b389491b3ed294bc0c7d4b6e981c44f049c0b5d1
3
+ size 4327
data/pull_requests/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06ae91d9ac39f4e95cac3f4a3041134011f69e853bdce5fdf93bee44e90b9d4b
3
+ size 490321
data/pushes/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c035c07640e844cbae41530a106d9b7c453d3aba7325d9ac7b84e0beeace9be3
3
+ size 6602621
data/stars/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b5526a5a1ff7f2fc255b38e9c7bbd4320906258d58521e1c5d5a0138a1b417
3
+ size 145181
data/wiki_pages/2012/04/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1006380746b866f8338843eaf068a6dbd5c96012493fa3764fc36c52908aec3
3
+ size 138057
stats.csv CHANGED
@@ -315,4 +315,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,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,0.0
 
 
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,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