tamnd commited on
Commit
622c7f4
·
verified ·
1 Parent(s): 3fada09

Add 2012-06-14 — 126.0K 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-13** (371 days), totaling **27,465,571 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.2 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,11 +71,11 @@ 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,688,976 events in 11102 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 337
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
@@ -86,10 +86,10 @@ Events from today are captured in near-real-time from the GitHub Events API and
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 610
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 847
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
@@ -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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 79.4K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████████████████████████░░ 13.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 | 128 | 13,369,427 | 104,448 | 3.4 GB | 1.3 GB | 57m36s | 1h18m | 1h13m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███████████████████████████░░░ 6.0M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██████████████████████████░░░ 656.7K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 841.4K
165
  ```
166
 
167
 
@@ -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,685,947 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,393,821 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,996,952 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,212,265 | 4.4% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 66,200 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,742,320 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 809,278 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,652,600 | 16.9% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 261,243 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 318,616 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 528,303 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 24,651 | 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-14** (372 days), totaling **27,591,619 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.2 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,690,605 events in 11113 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
 
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 612
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 847
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
+ 23:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 81.0K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████████████████████████░░ 13.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 | 129 | 13,495,475 | 104,616 | 3.5 GB | 1.3 GB | 58m10s | 1h19m | 1h13m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███████████████████████████░░░ 6.1M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██████████████████████████░░░ 664.0K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 845.5K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 12,745,871 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,401,058 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,006,578 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,216,328 | 4.4% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 67,465 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,754,567 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 813,465 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,675,244 | 16.9% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 261,893 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 320,018 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 530,468 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 24,768 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b00e0d872788d69ec547f3beb3855986a5b57cbf8ed79f01a5a013aaff29da
3
+ size 49013
data/creates/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc601de6ce8859cbb6edace35ad8111fc8cfdbfb78ff99b375d3be5f05bebeba
3
+ size 477231
data/deletes/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44ba73974e531abc6155141eb8c8bff75e43b42d15c28aeac18643f8338c68f7
3
+ size 22408
data/forks/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74fb72403002525bf8630e03757c7e23fb3966c5e04e1113a63f2f7bdbcef453
3
+ size 103991
data/issue_comments/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22f79f40c71f0e7858a9aea10012d19478b37b6f0bcbd051bfdf36ef4571a10a
3
+ size 204812
data/issues/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:876aaf11ff9820e38685125d61490a33912a7ad8b0c928944779cd4189a59142
3
+ size 147331
data/public_events/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a2f3abbb42fc48c52487b3b6a9dedb321131128891cd5367d26ff0e102220c5
3
+ size 5913
data/pull_requests/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b416af582b94ff464ba0c431c0af792f50ebb0a499c4fb22c7f4dc09d21ea544
3
+ size 709523
data/pushes/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4131612f9fe9b6b474e2d1e0556f57ecd1f7a2a838a616df3eff030a6e082052
3
+ size 9314828
data/stars/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dd2b9a80d7d958e5934ac3c515ad55e233e3a1a866ca3c6921d12447af939c3
3
+ size 243316
data/wiki_pages/2012/06/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a61534571c8c0dd5e07bb7bf250f96f3bd2e6e068a492987419533b4e25da1
3
+ size 153259
stats.csv CHANGED
@@ -369,4 +369,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
369
  2012-06-10,94658,272,44814,3930,6196,2200,0,469,9161,2919,21733,475,0,782,1630,0,77,0,23902230,16.8,8217896,37.9,16.8,25.5
370
  2012-06-11,125807,551,59762,5967,10265,4238,0,1114,11667,4308,23311,759,0,1498,2255,0,112,0,34517457,28.4,11786086,38.1,28.4,31.4
371
  2012-06-12,130753,594,61566,6153,10545,4540,0,1262,12992,5058,23475,771,0,1333,2338,0,126,0,35908398,26.3,12061014,37.4,26.3,27.9
372
- 2012-06-13,134305,520,63308,6353,10469,4338,0,1378,12689,4840,25675,754,0,1479,2367,0,135,0,35761514,21.9,12389385,21.8,21.9,0.0
 
 
369
  2012-06-10,94658,272,44814,3930,6196,2200,0,469,9161,2919,21733,475,0,782,1630,0,77,0,23902230,16.8,8217896,37.9,16.8,25.5
370
  2012-06-11,125807,551,59762,5967,10265,4238,0,1114,11667,4308,23311,759,0,1498,2255,0,112,0,34517457,28.4,11786086,38.1,28.4,31.4
371
  2012-06-12,130753,594,61566,6153,10545,4540,0,1262,12992,5058,23475,771,0,1333,2338,0,126,0,35908398,26.3,12061014,37.4,26.3,27.9
372
+ 2012-06-13,134305,520,63308,6353,10469,4338,0,1378,12689,4840,25675,754,0,1479,2367,0,135,0,35761514,21.9,12389385,21.8,21.9,25.7
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,0.0