tamnd commited on
Commit
abd73cb
·
verified ·
1 Parent(s): 9723f85

Add 2012-06-25 — 130.6K 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-24** (382 days), totaling **28,679,608 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.8 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,33 +71,33 @@ 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,713,200 events in 11290 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 360
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 340
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 340
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 398
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 619
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 855
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 ██████████████████████████���██░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
- 23:00 █████████░░░░░░░░░░░░░░░░░░░░░ 103.4K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ████████████████████████████░░ 14.1M
135
- 2012 ██████████████████████████████ 14.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 | 139 | 14,583,464 | 104,917 | 3.7 GB | 1.4 GB | 1h02m | 1h23m | 1h19m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████████████████████████████░ 6.6M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████████████████████░ 720.7K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 877.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 | 13,263,218 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,457,775 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,088,886 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,248,461 | 4.4% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 75,633 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,860,981 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 853,981 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 4,878,584 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 267,792 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 331,438 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 549,218 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 25,758 | 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-25** (383 days), totaling **28,810,185 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.8 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,713,231 events in 11313 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 360
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 380
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 398
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 476
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 549
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 619
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 856
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 ██████████████████████████���██░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
+ 23:00 █████████░░░░░░░░░░░░░░░░░░░░░ 103.5K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ████████████████████████████░░ 14.1M
135
+ 2012 ██████████████████████████████ 14.7M
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 | 140 | 14,714,041 | 105,100 | 3.8 GB | 1.4 GB | 1h02m | 1h23m | 1h19m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████████████████████████████░ 6.7M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████████████████████████░ 727.4K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 882.0K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 █████████████████████████████░ 1.4M
172
+ 2012 ██████████████████████████████ 1.5M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,325,062 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,464,455 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,099,089 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,252,874 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 76,688 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,874,593 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 858,736 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 4,901,434 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 268,575 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 332,951 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 551,410 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 25,860 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d8584b44dacfea3bd1135836f8a4665fb8ed4eb04484dd858882b325b466f93
3
+ size 52343
data/creates/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f20abf406f2d093eb5e6bd40c7600daacb3ed458d1f2d89676e4097230d0c912
3
+ size 499702
data/deletes/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c79ebf67dd3ae38b1e86905757180c8861b97e37d8e385ab65ae5b74edc2d420
3
+ size 27125
data/forks/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82b3da25e827a18b8f20dd888d4095b463d867091e7c8054cdf106372f0700b0
3
+ size 122773
data/issue_comments/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63d4d7551ec9ade3d315a70a1e5e6bcdfd0270b436ea867da2ba0cd3b8687517
3
+ size 216716
data/issues/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f484544c3858f1ca8aecb3f14cc786e17ef62086cd20254bed561ebd3cc38467
3
+ size 149599
data/public_events/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8461c4f1f3c14860295be834227897f2477cae325d8c5a401819ff6822681aba
3
+ size 5398
data/pull_requests/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c850ce72be5f18bc15bed13cbb2ce92f23732e843645d8125906e193a83ba61
3
+ size 765153
data/pushes/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:964c96ae5331e16fb7dbc74e7584cce9b3512c6ef779867b5b9a2b78754e3510
3
+ size 10019783
data/stars/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242b0d0b44694a8a3a4f8e6a2acedeeea89b536e5f6d32a76afd7f82a2e0c206
3
+ size 264756
data/wiki_pages/2012/06/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa9a37727f4831c5887a31ed5c90fb82913d2c74583533cc0148e61ed54a363f
3
+ size 160450
stats.csv CHANGED
@@ -380,4 +380,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
380
  2012-06-21,129756,473,61085,7429,9928,4213,0,975,13094,4727,23580,792,0,1352,1999,0,109,0,34753199,17.6,11634671,31.9,17.6,41.5
381
  2012-06-22,113824,426,53485,6561,8746,3437,0,850,11283,3870,21449,604,0,1131,1847,0,135,0,30328968,22.1,10360343,22.1,22.1,38.5
382
  2012-06-23,85952,302,39546,3157,5149,2432,0,283,7215,6413,18813,395,0,694,1496,0,57,0,21387134,15.9,6994327,20.5,16.0,29.9
383
- 2012-06-24,90888,262,45017,4672,5538,2326,0,358,8677,2905,18454,422,0,804,1369,0,84,0,23436575,18.3,8141423,18.2,18.3,0.0
 
 
380
  2012-06-21,129756,473,61085,7429,9928,4213,0,975,13094,4727,23580,792,0,1352,1999,0,109,0,34753199,17.6,11634671,31.9,17.6,41.5
381
  2012-06-22,113824,426,53485,6561,8746,3437,0,850,11283,3870,21449,604,0,1131,1847,0,135,0,30328968,22.1,10360343,22.1,22.1,38.5
382
  2012-06-23,85952,302,39546,3157,5149,2432,0,283,7215,6413,18813,395,0,694,1496,0,57,0,21387134,15.9,6994327,20.5,16.0,29.9
383
+ 2012-06-24,90888,262,45017,4672,5538,2326,0,358,8677,2905,18454,422,0,804,1369,0,84,0,23436575,18.3,8141423,18.2,18.3,31.9
384
+ 2012-06-25,130577,575,61844,6680,10203,4413,0,1055,13612,4755,22850,783,0,1513,2192,0,102,0,36116079,17.9,12283798,31.0,17.9,0.0