tamnd commited on
Commit
c3ab528
·
verified ·
1 Parent(s): 3824a24

Add 2012-06-07 — 118.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-06** (364 days), totaling **26,660,640 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.6 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,24 +71,24 @@ 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,671,196 events in 11006 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 349
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 468
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 544
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 607
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 846
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
- 23:00 █████░░░░░░░░░░░░░░░░░░░░░░░░ 61.7K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████████████████████████░░░ 12.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 | 121 | 12,564,496 | 103,838 | 3.2 GB | 1.2 GB | 54m16s | 1h16m | 1h09m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████████████████████████░░░░░ 5.6M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████████████████░░░░░ 619.1K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 816.3K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████████████████████████░░░░ 1.2M
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,306,224 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,356,215 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,934,941 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,187,157 | 4.5% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 59,409 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,662,932 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 780,772 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,498,128 | 16.9% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 256,561 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 309,878 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 514,369 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 23,850 | 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-08** (366 days), totaling **26,894,733 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.6 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,679,011 events in 11029 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 351
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 196
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 469
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 546
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 607
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 846
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
 
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
+ 23:00 █████░░░░░░░░░░░░░░░░░░░░░░░░ 69.5K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████████████████████████░░░ 12.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 | 123 | 12,798,589 | 104,053 | 3.3 GB | 1.3 GB | 55m00s | 1h17m | 1h10m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████████████████████████░░░░░ 5.7M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████████████████████░░░░░ 630.4K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 824.0K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████████████████████████░░░░ 1.3M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 12,416,903 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,367,438 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,953,820 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,194,887 | 4.4% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 61,416 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,687,617 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 789,440 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,538,774 | 16.9% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 258,072 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 312,795 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 518,304 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 24,133 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11cde0e3d5816f8e907a8aefc6d0ee2cc6ba8b6349b280dc11c45550ffd49848
3
+ size 53322
data/creates/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8c0bfcd48b5c2a587217cf84e3e5bba393bb58df05588d0fb556a0ac792e73
3
+ size 461242
data/deletes/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b343ed2f817f87d4bd4a540e2426ed3f0b59c9c35b35b684e974fac1ecf1bd91
3
+ size 25384
data/forks/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006d5d8ec83f6faf18050a41848545b95a2e0c42aa01d04b6253ce07ac066c61
3
+ size 111375
data/issue_comments/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:704539d2cb78d8807c57e82688fca310d9b4a10397f422ec554849f36ffe2dc3
3
+ size 209016
data/issues/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3946e1090250fe13ce276b82f99a828abe6f2431e561c97eff09bc0889a11a4
3
+ size 138409
data/public_events/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc74f0a89adafb320770c3399598864726fddeed26a81f4a5779b4965dccb3b1
3
+ size 6850
data/pull_requests/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a5acd734cb3b552ddf997040ad4148ac40e08eb3b2641d3bff1a9e566813ab4
3
+ size 730125
data/pushes/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbc911ff105d70a8b20a2bae260a4cce2be40fd768e2d5bccc73079a472e191f
3
+ size 8967221
data/stars/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf468ce1a8c3d05b14569397df7b551bfa50d18353aa308253ad353a84ded2c8
3
+ size 250654
data/wiki_pages/2012/06/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a29d46e2839aeecb35b86b91d5738de349b44403e79620c216ff2b6e00450998
3
+ size 107397
stats.csv CHANGED
@@ -362,4 +362,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
362
  2012-06-03,98366,293,45378,3892,5607,2239,0,401,10035,3104,24288,473,0,1004,1561,0,91,0,24371260,27.7,8147915,20.4,27.7,37.4
363
  2012-06-04,123965,537,57282,6264,10418,3572,0,841,13480,4681,22512,673,0,1459,2139,0,107,0,32902849,54.9,11187615,21.8,54.9,28.7
364
  2012-06-05,124439,511,57928,5601,9593,3931,0,821,13266,4786,23698,660,0,1525,1983,0,136,0,33554902,51.2,11543619,21.9,51.2,39.8
365
- 2012-06-06,126586,492,58286,5881,10101,3915,0,982,13591,4430,24807,698,0,1303,1978,0,122,0,33835818,52.8,11582245,22.6,52.8,0.0
 
 
 
362
  2012-06-03,98366,293,45378,3892,5607,2239,0,401,10035,3104,24288,473,0,1004,1561,0,91,0,24371260,27.7,8147915,20.4,27.7,37.4
363
  2012-06-04,123965,537,57282,6264,10418,3572,0,841,13480,4681,22512,673,0,1459,2139,0,107,0,32902849,54.9,11187615,21.8,54.9,28.7
364
  2012-06-05,124439,511,57928,5601,9593,3931,0,821,13266,4786,23698,660,0,1525,1983,0,136,0,33554902,51.2,11543619,21.9,51.2,39.8
365
+ 2012-06-06,126586,492,58286,5881,10101,3915,0,982,13591,4430,24807,698,0,1303,1978,0,122,0,33835818,52.8,11582245,22.6,52.8,33.7
366
+ 2012-06-07,118639,476,56983,5900,10016,4050,0,1042,13128,4576,17756,827,0,1628,2107,0,150,0,33365045,18.0,11060995,22.7,18.0,0.0
367
+ 2012-06-08,115454,454,53696,5323,8863,3680,0,965,11557,4092,22890,684,0,1289,1828,0,133,0,30760054,17.2,10497066,21.0,17.2,0.0