tamnd commited on
Commit
bc7bf7f
·
verified ·
1 Parent(s): ce82eee

Add 2012-07-13 — 151.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-07-12** (391 days), totaling **29,872,788 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.9 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,773,439 events in 11637 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 373
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 402
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 570
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 886
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.4K
100
- 23:00 ███████████████░░░░░░░░░░░░░░░ 163.4K
101
  ```
102
 
103
 
@@ -132,28 +132,28 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████░░░░ 14.1M
135
- 2012 ██████████████████████████████ 15.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 | 148 | 15,776,644 | 106,598 | 4.1 GB | 1.5 GB | 1h05m | 1h29m | 1h24m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
- 2011 ███████████████████████████░░ 6.7M
148
- 2012 ██████████████████████████████ 7.2M
149
  ```
150
 
151
 
152
  ### Issues per year
153
 
154
  ```
155
- 2011 ██████████████████████████░░░ 737.1K
156
- 2012 ██████████████████████████████ 799.3K
157
  ```
158
 
159
 
@@ -161,14 +161,14 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 917.9K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
- 2011 ██████████████████████████░░░ 1.4M
172
  2012 ██████████████████████████████ 1.6M
173
  ```
174
 
@@ -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,826,210 | 46.3% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,536,350 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,195,279 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,288,761 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 85,441 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,981,029 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 895,166 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,057,796 | 16.9% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 275,099 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 344,529 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 570,955 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 26,875 | 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-07-15** (393 days), totaling **30,109,775 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.9 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,775,552 events in 11648 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 373
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 349
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 387
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 570
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 887
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.4K
100
+ 23:00 ███████████████░░░░░░░░░░░░░░░ 165.5K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 16.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 | 150 | 16,013,631 | 106,757 | 4.1 GB | 1.5 GB | 1h06m | 1h31m | 1h24m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
+ 2011 ███████████████████████████░░ 6.7M
148
+ 2012 ██████████████████████████████ 7.3M
149
  ```
150
 
151
 
152
  ### Issues per year
153
 
154
  ```
155
+ 2011 ██████████████████████████░░░ 737.1K
156
+ 2012 ██████████████████████████████ 825.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 924.8K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
+ 2011 ██████████████████████████░░░ 1.4M
172
  2012 ██████████████████████████████ 1.6M
173
  ```
174
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,929,061 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,562,936 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,211,697 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,295,626 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 87,305 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,002,042 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 902,803 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,101,478 | 16.9% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 276,262 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 346,714 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 575,233 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 27,053 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81534fd9151a0342be699474be8a489aaf0e5bedd7e5b59125bd7d8cd6f978f1
3
+ size 52504
data/creates/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b34d9310d6644cc09810f140c76c107d32248e9ace2a7cd0a55cec0fe8c06406
3
+ size 658255
data/deletes/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58f73eb4d552e99c57bcdc6650c03a9d9b20cf7658f0afdfd45079107671f8df
3
+ size 24763
data/forks/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74766e37ce2e0441fa40d3a6c54f24d252fcc7e1094609195e647fbf17753a58
3
+ size 105104
data/issue_comments/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53438e522daab2335b2a0e3c3a0c2a228045aee8c710cd8c2a8eb0ef081a719c
3
+ size 213879
data/issues/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:223be28f46d42b7ae07352c8f44a00dea829d2a34f4d31238152b2c9427f4108
3
+ size 243249
data/public_events/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:616f96e3fb2a28a2ad4e45087bc082c53bbe0f4a4242104d86be092cf40f83f3
3
+ size 5403
data/pull_requests/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d885e62274d2ac4bd042cd98b3464fca3b7ec754f1775dadfcd1a86a50a480
3
+ size 793146
data/pushes/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d83a733b010afa2b19f80e8b9d4f4ee54cae5f95b91686f7810038f8faf098
3
+ size 9478271
data/stars/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e07b9692a74ea5fcb19606f7771dd21a4ec8ae4d5d37b8702d9294ec4c01c2b7
3
+ size 238445
data/wiki_pages/2012/07/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97e0d527a1877a1e79b848cdf5520374ad892fc74203de9cb074748036e8f8e0
3
+ size 119113
stats.csv CHANGED
@@ -389,4 +389,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
389
  2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,49.9
390
  2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
391
  2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,47.1
392
- 2012-07-12,132300,2418,66434,6639,10554,4781,0,1001,12586,4578,18029,868,0,1617,2652,0,143,0,38418210,68.6,12883792,26.7,68.6,0.0
 
 
 
389
  2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,49.9
390
  2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
391
  2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,47.1
392
+ 2012-07-12,132300,2418,66434,6639,10554,4781,0,1001,12586,4578,18029,868,0,1617,2652,0,143,0,38418210,68.6,12883792,26.7,68.6,34.0
393
+ 2012-07-13,151328,1485,57661,22603,10639,4546,0,1150,12174,4250,32215,737,0,1357,2403,0,108,0,36218711,73.7,11932132,22.0,73.7,0.0
394
+ 2012-07-15,85659,782,45190,3983,5779,2319,0,714,8839,3387,11467,426,0,828,1875,0,70,0,24605505,40.2,8516150,21.3,40.2,0.0