tamnd commited on
Commit
7f75612
·
verified ·
1 Parent(s): 7703579

Add 2012-07-26 — 120.4K 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-25** (404 days), totaling **31,536,511 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 7.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.0 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,800,501 events in 11838 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 408
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 485
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 582
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 632
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 893
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 █████████████████░░░░░░░░░░░░ 190.3K
101
  ```
102
 
103
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ████████████████████████░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 17.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 | 161 | 17,440,367 | 108,325 | 4.5 GB | 1.6 GB | 1h11m | 1h42m | 1h31m |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ████████████████████████░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 899.1K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 968.1K
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 | 14,538,633 | 46.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,636,198 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,316,058 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,338,918 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 98,104 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,131,663 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 947,543 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,454,176 | 17.3% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 284,101 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 360,948 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 600,470 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 28,155 | 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-26** (405 days), totaling **31,656,905 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 7.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.0 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,808,816 events in 11882 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 409
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 487
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 582
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 635
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░���895
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 █████████████████░░░░░░░░░░░░ 198.6K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ████████████████████████░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 17.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 | 162 | 17,560,761 | 108,399 | 4.5 GB | 1.6 GB | 1h11m | 1h43m | 1h33m |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ████████████████████████░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 905.5K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 972.4K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 14,599,397 | 46.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,642,575 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,326,278 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,343,239 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 99,184 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,145,618 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 952,133 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,467,916 | 17.3% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 284,838 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 362,217 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 602,989 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 28,264 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:724d77e9bb087bba590f437c68aba4730ce56d8ff4eaf2470e724f0bd657c84e
3
+ size 46606
data/creates/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:827f79d3c8a3e4ef88beecf8fcebe9d92bfe2deb19ce51083d29a70bf80fe02c
3
+ size 484216
data/deletes/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f8c0f238db4c434c345d80fe3bd80cd8ecc8a9b25abe1c24d01d75422ee249f
3
+ size 25379
data/forks/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38979b48033197db705b6af45430efaf5c13a78c9a19644f82124316fdb626a0
3
+ size 111189
data/issue_comments/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec4f72b5644f338a750c768e856249718f16434c5a9d1c502e87551145076b8
3
+ size 219351
data/issues/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b77e53f464c7c58003866af1b5728517712a8804fcb794cf0609160d242e8fa1
3
+ size 152492
data/public_events/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e82b05358f3068ce339f43080dcfe8e16d860e5308908650ebf7b3ab43e85744
3
+ size 5838
data/pull_requests/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9753ff706318f4ad7966f4e7f2aa5a0ace424b902c4a26b8d657d22f320d3a7d
3
+ size 757429
data/pushes/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d65613cf10bfddea8ceae3b26bbb48d4344a554db5a8d10d88bddc38b7091a
3
+ size 10354656
data/stars/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f44b8662a1ec9d54a02b892a45043301cba6ce1798fca4fc0a4b0d9b18652172
3
+ size 267815
data/wiki_pages/2012/07/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62fc72683b75365250798657c94c3950517728abcc1849116efcd5d5d233fae4
3
+ size 180290
stats.csv CHANGED
@@ -402,4 +402,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
402
  2012-07-22,92744,559,44183,14071,6319,2220,0,473,8663,2976,10075,485,0,795,1872,0,53,0,23939544,42.2,8220733,23.4,42.2,30.5
403
  2012-07-23,123633,990,62282,5822,10536,4712,0,1223,13514,4636,14913,817,0,1525,2548,0,115,0,37337103,63.4,12532600,29.4,63.4,34.2
404
  2012-07-24,125585,823,62360,6637,10244,4812,0,1336,14072,4725,15464,882,0,1651,2448,0,131,0,37456858,64.1,12621096,23.4,64.2,31.2
405
- 2012-07-25,125264,862,61933,6559,10595,4762,0,1033,12944,4531,17001,828,0,1527,2551,0,138,0,36874949,65.5,12340778,24.3,65.5,0.0
 
 
402
  2012-07-22,92744,559,44183,14071,6319,2220,0,473,8663,2976,10075,485,0,795,1872,0,53,0,23939544,42.2,8220733,23.4,42.2,30.5
403
  2012-07-23,123633,990,62282,5822,10536,4712,0,1223,13514,4636,14913,817,0,1525,2548,0,115,0,37337103,63.4,12532600,29.4,63.4,34.2
404
  2012-07-24,125585,823,62360,6637,10244,4812,0,1336,14072,4725,15464,882,0,1651,2448,0,131,0,37456858,64.1,12621096,23.4,64.2,31.2
405
+ 2012-07-25,125264,862,61933,6559,10595,4762,0,1033,12944,4531,17001,828,0,1527,2551,0,138,0,36874949,65.5,12340778,24.3,65.5,103.9
406
+ 2012-07-26,120394,713,60764,6377,10220,4321,0,1080,13955,4590,13740,737,0,1269,2519,0,109,0,36634946,55.4,12605261,31.8,55.4,0.0