tamnd commited on
Commit
6267b3f
·
verified ·
1 Parent(s): 04c7a2d

Add 2012-06-28 — 138.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-27** (385 days), totaling **29,072,942 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.6 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,723,619 events in 11348 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 363
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 344
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 241
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 381
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 398
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 476
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 550
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 619
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 859
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 ██████████░░░░░░░░░░░░░░░░░░░ 113.8K
101
  ```
102
 
103
 
@@ -131,29 +131,29 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ███████████████████████████░░ 14.1M
135
- 2012 ██████████████████████████████ 15.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 | 142 | 14,976,798 | 105,470 | 3.8 GB | 1.4 GB | 1h03m | 1h24m | 1h20m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 █████████████████████████████░ 6.7M
148
- 2012 ██████████████████████████████ 6.8M
149
  ```
150
 
151
 
152
  ### Issues per year
153
 
154
  ```
155
- 2011 ████████████████████████████░ 737.1K
156
- 2012 ██████████████████████████████ 744.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 891.0K
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 | 13,449,856 | 46.3% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,481,492 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,119,487 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,261,887 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 79,145 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,902,942 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 868,240 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 4,942,249 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 270,130 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 335,507 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 556,379 | 1.9% | Wiki page edits |
567
- | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 26,116 | 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-29** (387 days), totaling **29,335,650 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.6 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,731,803 events in 11397 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 346
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 398
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 476
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 559
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░���621
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 860
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 ██████████░░░░░░░░░░░░░░░░░░░ 121.9K
101
  ```
102
 
103
 
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ███████████████████████████░░ 14.1M
135
+ 2012 ██████████████████████████████ 15.2M
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 | 144 | 15,239,506 | 105,829 | 3.9 GB | 1.5 GB | 1h04m | 1h25m | 1h21m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 █████████████████████████████░ 6.7M
148
+ 2012 ██████████████████████████████ 6.9M
149
  ```
150
 
151
 
152
  ### Issues per year
153
 
154
  ```
155
+ 2011 ████████████████████████████░ 737.1K
156
+ 2012 ██████████████████████████████ 769.4K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 899.1K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,561,804 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,506,519 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,149,966 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,269,988 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 81,117 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,926,564 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 876,352 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 4,986,406 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 271,626 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 338,123 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 560,392 | 1.9% | Wiki page edits |
567
+ | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 26,345 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44aee2396d4b949fb1d085b47e6f1dd75bbbc48fd7169bc9bfbd17555d9f821b
3
+ size 46020
data/creates/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ac31568d93cd1d606cefc2a975e4e267a5e1c741f3e49bdfcb44567cb0b5a8
3
+ size 486038
data/deletes/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae76fa75e9ba36525e6a8160c1a28cdd9c4611479ef1b859340955a91f527251
3
+ size 26237
data/forks/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbdd13a074285ea108b313a4bc950d3ba246072e3675d176253895777256b5d6
3
+ size 103141
data/issue_comments/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfd86dc44fa2c1b11f057c598a590355029acc87feb4a7049745b684e74f3519
3
+ size 236276
data/issues/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:695e6d6624101ea18d6662cb97549218a091baa166bcd08cb7794e50a7432935
3
+ size 205055
data/public_events/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6fdea48ee098c45fd30ba42780844f6bb1585331950c06287940b64c64db79
3
+ size 5802
data/pull_requests/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f0b0ce5c335b832eca59fda3a60418c179c106af943e098dcc5578aa0138faf
3
+ size 755922
data/pushes/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e8aeb787c10751696431554e7687dc00038221a2ecb27c8f6a9fd0d8910b0c8
3
+ size 9217930
data/stars/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363807b99ce8e176dbee798f1f8e9307fae9440b6e64d8a2b7056eed831c7350
3
+ size 241544
data/wiki_pages/2012/06/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c03878b21bd612a6b18f16a80cbfc85f91caa1ee0c90c86f8753b263557d68
3
+ size 162017
stats.csv CHANGED
@@ -383,4 +383,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,35.4
385
  2012-06-26,135373,498,63244,7562,10059,4453,0,1189,15424,5049,23405,739,0,1238,2391,0,122,0,36890107,20.7,12360462,23.2,20.7,33.2
386
- 2012-06-27,127384,556,61550,9475,10339,4560,0,1268,12925,4455,17410,816,0,1318,2578,0,134,0,35926118,26.4,11919403,31.7,26.4,0.0
 
 
 
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,35.4
385
  2012-06-26,135373,498,63244,7562,10059,4453,0,1189,15424,5049,23405,739,0,1238,2391,0,122,0,36890107,20.7,12360462,23.2,20.7,33.2
386
+ 2012-06-27,127384,556,61550,9475,10339,4560,0,1268,12925,4455,17410,816,0,1318,2578,0,134,0,35926118,26.4,11919403,31.7,26.4,21.7
387
+ 2012-06-28,138567,522,59436,15584,14027,4387,0,1131,12635,4234,22119,823,0,1269,2291,0,109,0,34858166,28.2,11485982,36.4,28.2,0.0
388
+ 2012-06-29,124141,414,52512,9443,16452,3714,0,841,10987,3878,22038,673,0,1347,1722,0,120,0,30791085,26.8,10432929,36.7,26.8,0.0