tamnd commited on
Commit
571adc1
·
verified ·
1 Parent(s): 8b6c298

Add 2012-01-26 — 91.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-01-25** (256 days), totaling **15,053,422 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 3.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.5 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,7 +71,7 @@ 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,304,806 events in 8423 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
@@ -82,20 +82,20 @@ Events from today are captured in near-real-time from the GitHub Events API and
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 158
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 332
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 385
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 446
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 516
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 707
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.4K
98
- 21:00 █████████████████████░░░░░░░░░ 234.4K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 957.3K
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 | 13 | 957,278 | 73,636 | 236.4 MB | 116.5 MB | 4m39s | 3m48s | 6m47s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 423.5K
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 46.2K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 26.4K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98.7K
173
  ```
174
 
175
 
@@ -553,18 +553,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 7,098,434 | 47.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 783,285 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,000,041 | 6.6% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 397,287 | 2.6% | PR lifecycle events |
560
- | `stars` | WatchEvent | 1,516,667 | 10.1% | Repository stars |
561
- | `forks` | ForkEvent | 423,611 | 2.8% | Repository forks |
562
- | `creates` | CreateEvent | 2,434,365 | 16.2% | Branch/tag/repo creation |
563
- | `deletes` | DeleteEvent | 176,487 | 1.2% | Branch/tag deletion |
564
- | `commit_comments` | CommitCommentEvent | 184,349 | 1.2% | Comments on commits |
565
- | `wiki_pages` | GollumEvent | 303,980 | 2.0% | Wiki page edits |
566
- | `members` | MemberEvent | 81,828 | 0.5% | Collaborator additions |
567
- | `public_events` | PublicEvent | 13,482 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
 
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-01-29** (259 days), totaling **15,303,609 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 3.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.5 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,306,662 events in 8437 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
 
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 158
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 446
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 516
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 708
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.4K
98
+ 21:00 █████████████████████░░░░░░░░░ 236.2K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.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 | 16 | 1,207,465 | 75,466 | 296.5 MB | 146.4 MB | 5m48s | 5m32s | 7m22s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 538.9K
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58.0K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33.1K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120.9K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 7,213,801 | 47.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 795,119 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,016,888 | 6.6% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 403,923 | 2.6% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,538,851 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 430,786 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,493,335 | 16.3% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 178,735 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 187,180 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 308,625 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 83,045 | 0.5% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 13,715 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e03fe4cf16556c02eef67dca5a5cc3d78508b93d614cea51c78e387aef2b728e
3
+ size 176788
data/creates/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8546ce134bf24bf950e2d7ae24b8c28f8fc659b49e253698a71df52a640564d
3
+ size 484918
data/deletes/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85031569509e9b44a732169afc1f75f3ad6ef04bd48c037901991418ed86c8ad
3
+ size 32349
data/forks/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a4d4d45de31477b119f13ce9bddd908f6ed7278c9b1f62b247265510f008898
3
+ size 245460
data/issues/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c411ad7ca0a507c37bda70150616b7447353fa5c3db099fafae261d4c856d841
3
+ size 1068128
data/members/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a04c46443f72f60b7e7fa21434d7413ea63c14823ea5059ebf031d933d09bfa
3
+ size 20609
data/public_events/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2949553393b3c192b79efb113c394572ffea6412fc4b2e1b267a81eb15af05f
3
+ size 7218
data/pull_requests/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197ef1dc54f31765bc7353696277a5172cfad7590ddef2c58d7f17418823bd13
3
+ size 518839
data/pushes/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6c5a5712c1e103935533ade66f2da21d369582499812bca17d8829c72c17d4e
3
+ size 8973434
data/stars/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25d4778310ddff7301195f35646d004ba451d0893e1581d374f0dc8b5c3b07a8
3
+ size 264340
data/wiki_pages/2012/01/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ca73e70c2cbcd8458b0cea1f60336add9026b5a5456c5d1983632d420480c15
3
+ size 138880
stats.csv CHANGED
@@ -254,4 +254,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
254
  2012-01-22,58524,0,28889,2780,4244,1574,0,0,5260,1647,11242,516,0,695,1400,227,50,0,15722460,22.8,8138616,19.1,22.8,47.5
255
  2012-01-23,83754,0,38446,3922,6725,2596,0,0,7826,2297,17972,915,0,998,1583,372,102,0,23311692,37.1,11603280,24.9,37.1,49.0
256
  2012-01-24,98159,0,41844,4711,7150,2899,0,0,8700,2756,24029,2156,0,1229,2057,517,111,0,25168006,41.9,12004535,22.2,41.9,40.9
257
- 2012-01-25,88141,0,42201,4409,7577,2814,0,0,9207,2685,14690,988,0,1204,1856,431,79,0,25334420,38.8,11969496,20.8,38.8,0.0
 
 
 
 
254
  2012-01-22,58524,0,28889,2780,4244,1574,0,0,5260,1647,11242,516,0,695,1400,227,50,0,15722460,22.8,8138616,19.1,22.8,47.5
255
  2012-01-23,83754,0,38446,3922,6725,2596,0,0,7826,2297,17972,915,0,998,1583,372,102,0,23311692,37.1,11603280,24.9,37.1,49.0
256
  2012-01-24,98159,0,41844,4711,7150,2899,0,0,8700,2756,24029,2156,0,1229,2057,517,111,0,25168006,41.9,12004535,22.2,41.9,40.9
257
+ 2012-01-25,88141,0,42201,4409,7577,2814,0,0,9207,2685,14690,988,0,1204,1856,431,79,0,25334420,38.8,11969496,20.8,38.8,35.2
258
+ 2012-01-26,91368,0,41900,4709,6827,2943,0,0,8925,2671,19006,866,0,1200,1744,452,125,0,24817608,40.5,11930963,34.1,40.5,0.0
259
+ 2012-01-28,77014,0,35897,3869,5426,1897,0,0,6243,2311,17792,759,0,803,1508,461,48,0,19166554,30.2,9574012,18.2,30.2,0.0
260
+ 2012-01-29,81805,0,37570,3256,4594,1796,0,0,7016,2193,22172,623,0,828,1393,304,60,0,19062398,33.6,9798926,17.5,33.6,0.0