tamnd commited on
Commit
711396e
·
verified ·
1 Parent(s): b16edc4

Add 2012-05-06 — 98.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-05-05** (332 days), totaling **23,145,154 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 5.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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,10 +71,10 @@ 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,597,711 events in 10457 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 326
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
@@ -83,20 +83,20 @@ Events from today are captured in near-real-time from the GitHub Events API and
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 453
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 523
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 591
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 820
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
- 22:00 ████████████████████████░���░░░░ 261.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████████████████░░░░░░░░░░░ 9.0M
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 | 89 | 9,049,010 | 101,674 | 2.4 GB | 959.6 MB | 40m53s | 51m04s | 50m41s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██████████████████░░░░░░░░░░░░ 451.5K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 708.8K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████████████████░░░░░░░░░░░░ 871.6K
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 | 10,628,368 | 45.9% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,188,553 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,658,951 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,079,662 | 4.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 35,292 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,289,549 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 656,306 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,873,286 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 236,429 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 269,436 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 452,481 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 20,649 | 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-05-06** (333 days), totaling **23,243,260 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 5.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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,600,330 events in 10471 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 327
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
 
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 454
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 524
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 592
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 820
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
+ 22:00 ████████████████████████░░░░░ 264.5K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ███████████████████░░░░░░░░░░░ 9.1M
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 | 90 | 9,147,116 | 101,634 | 2.4 GB | 967.4 MB | 41m11s | 51m49s | 51m17s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██████████████████░░░░░░░░░░░░ 455.8K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 711.1K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████████████████░░░░░░░░░░░░ 880.3K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,673,781 | 45.9% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,192,854 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,664,979 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,081,973 | 4.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 35,607 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,298,286 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 658,755 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,898,361 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 236,875 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 270,413 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 454,224 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 20,710 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba8de0a28a30dd9abb16580bfb5ecdeb65711a0e83a09c1b0591b90227e53ff
3
+ size 31719
data/creates/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36beec22638121428abc622b51e335b685f8fc4d9e7ea68abfe80b96f4b6dbd4
3
+ size 359915
data/deletes/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80cdbaa5bef3548517e9e947a2dbc50cc8b1cddcc6b59ba4a1e3d0991904bb11
3
+ size 13378
data/forks/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7305de418c3078afbc04a04c0064b907574ee45fbb7dccd998b5d8489bb8cb2
3
+ size 57026
data/issue_comments/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb760efec35e9fe1b7950a0aceb09c216c65bbf17a186e98eeaec13761a467e
3
+ size 107920
data/issues/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be89a7028a7e18110dc220633fd35d8ca135dbeb3b57c18c0309269cd87836fc
3
+ size 84452
data/public_events/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e382b6c0141a34b6fb78c21fd661a57106eb185996bf7773665fe0bc44944cc
3
+ size 3697
data/pull_requests/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84f58885c182f02da558c5b087b4728fbd20e2e06ecdd19ac746e201896ed6be
3
+ size 450173
data/pushes/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7859d6c7ca883b4d4e844d493fa82acecf46b9406cba0c70c4109db70e8afb9
3
+ size 6849895
data/stars/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b88a97ade8111e0c2c2bb194948f05bb3ece5d2c6490fd8f08ba8bdc30bb12e
3
+ size 141037
data/wiki_pages/2012/05/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8166811fe32439a10da3da61aba78b853bc38c98ba753c151cf842ed63f49ea8
3
+ size 117348
stats.csv CHANGED
@@ -330,4 +330,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
330
  2012-05-02,117661,483,58945,6085,9624,3831,0,896,12293,3837,16796,621,0,1548,2587,0,115,0,33279770,54.1,10908337,11.2,54.1,33.9
331
  2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,56.0,10946945,12.3,56.0,39.1
332
  2012-05-04,105618,396,53023,5148,8675,3469,0,554,10673,3370,16482,584,0,1239,1905,0,100,0,29830600,52.1,10177132,19.5,52.1,37.8
333
- 2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,0.0
 
 
330
  2012-05-02,117661,483,58945,6085,9624,3831,0,896,12293,3837,16796,621,0,1548,2587,0,115,0,33279770,54.1,10908337,11.2,54.1,33.9
331
  2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,56.0,10946945,12.3,56.0,39.1
332
  2012-05-04,105618,396,53023,5148,8675,3469,0,554,10673,3370,16482,584,0,1239,1905,0,100,0,29830600,52.1,10177132,19.5,52.1,37.8
333
+ 2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,35.2
334
+ 2012-05-06,98106,250,45413,4301,6028,2311,0,315,8737,2449,25075,446,0,977,1743,0,61,0,24197856,45.9,8216560,18.1,45.9,0.0