tamnd commited on
Commit
5ac8063
·
verified ·
1 Parent(s): 15420b0

Add 2012-06-18 — 128.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-06-17** (375 days), totaling **27,866,354 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 6.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.7 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,690,671 events in 11146 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
@@ -86,7 +86,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 394
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 614
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
- 23:00 ███████░░░░░░░░░░░░░░░░░░░░░░ 81.0K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████████████████████████░ 13.8M
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 | 132 | 13,770,210 | 104,319 | 3.5 GB | 1.3 GB | 59m16s | 1h20m | 1h15m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███████████████████████████░░ 6.2M
149
  ```
150
 
151
 
@@ -153,15 +153,15 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████████████████░░░ 676.2K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
- 2011 ████████████░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 852.6K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████████████████████████░ 1.4M
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 | 12,881,128 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,413,328 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,025,294 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,223,432 | 4.4% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 69,121 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,781,995 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 822,422 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 4,728,270 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 263,331 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 322,771 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 535,426 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 25,006 | 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-06-18** (376 days), totaling **27,994,630 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 6.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.7 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,699,853 events in 11163 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 356
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
 
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 614
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
+ 23:00 ███████░░░░░░░░░░░░░░░░░░░░░░ 90.2K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████████████████████████░ 13.9M
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 | 133 | 13,898,486 | 104,499 | 3.6 GB | 1.3 GB | 59m38s | 1h21m | 1h15m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███████████████████████████░░ 6.3M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████████████████░░░ 682.5K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
+ 2011 ████████████░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 856.7K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████████████████████████░ 1.4M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 12,941,214 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,419,583 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,035,853 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,227,550 | 4.4% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 70,474 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,795,305 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 826,800 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 4,750,976 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 264,114 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 324,440 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 537,805 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 25,148 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08f45df0548cf4ecc4ea1ecab5287cbdd571b51e43ea7ce790548d7e4b5311c2
3
+ size 54583
data/creates/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdad889a7895d8f8447d80e9a12126f877ec08b9aca86fbb89f78cc7d1ff4ef9
3
+ size 473700
data/deletes/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c497276d1e6ea43727d631076f3c77ba84180f0de1d44987fa01e4e2781a5b8b
3
+ size 25582
data/forks/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f896f60b35720cf47aeb4fe60d200c3017fb694ec6132e4b6158eb15f8f05218
3
+ size 106486
data/issue_comments/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec9ce25fa2dd24498c21ebc0bfc32327a977a54b94bbf44b3405d5f3e600f98
3
+ size 222993
data/issues/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bdaa3968aba307d0ea629c61cd708d40a407c08b4a6c76f9f9299eeb8aa9693
3
+ size 143401
data/public_events/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:676180748c33455b6a76b58f086d06155ebf4d24d5cafee064e0a73a1b4a672f
3
+ size 6723
data/pull_requests/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b3a8c06c2687cefbee969e96beff815aaaaf272b618f822710b4d77af00386
3
+ size 766523
data/pushes/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e4ccb940e6880364cbf496084b2178939f2898e0a3396d6b77fe8a98163e652
3
+ size 9555240
data/stars/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb97a04199d84d7028e58af4c46621aae503080b96bc6189de53afc9d779d7cd
3
+ size 255542
data/wiki_pages/2012/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fbdec5724df10c714707621efe51e4e54302f21f427acf98e646cd0ea5275cc
3
+ size 118187
stats.csv CHANGED
@@ -373,4 +373,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
373
  2012-06-14,126048,521,59924,7237,9626,4063,0,1265,12247,4187,22644,650,0,1402,2165,0,117,0,33989362,23.2,11431625,33.6,23.2,30.9
374
  2012-06-15,112994,381,54587,5461,8395,3572,0,940,10983,3756,20963,678,0,1119,2049,0,110,0,30587924,22.8,10722580,23.5,22.8,28.6
375
  2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,31.5,6918880,21.7,31.5,29.4
376
- 2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,30.5,7358425,20.9,30.5,0.0
 
 
373
  2012-06-14,126048,521,59924,7237,9626,4063,0,1265,12247,4187,22644,650,0,1402,2165,0,117,0,33989362,23.2,11431625,33.6,23.2,30.9
374
  2012-06-15,112994,381,54587,5461,8395,3572,0,940,10983,3756,20963,678,0,1119,2049,0,110,0,30587924,22.8,10722580,23.5,22.8,28.6
375
  2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,31.5,6918880,21.7,31.5,29.4
376
+ 2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,30.5,7358425,20.9,30.5,30.7
377
+ 2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,44.3,11728960,22.2,44.3,0.0