tamnd commited on
Commit
db64eda
·
verified ·
1 Parent(s): 80ed2de

Add 2012-01-31 — 107.8K 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-30** (261 days), totaling **15,487,919 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.1 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,17 +71,17 @@ 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,311,321 events in 8500 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 160
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
@@ -89,12 +89,12 @@ Events from today are captured in near-real-time from the GitHub Events API and
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 388
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 447
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 519
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 713
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
- 20:00 ████████████████████████████░░ 304.4K
98
  21:00 ██████████████████████░░░░░░░░ 240.8K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.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 | 18 | 1,391,775 | 77,320 | 345.9 MB | 170.4 MB | 6m34s | 6m53s | 9m46s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 627.1K
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67.6K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 38.6K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 139.2K
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,302,022 | 47.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 804,689 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,031,620 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 409,496 | 2.6% | PR lifecycle events |
560
- | `stars` | WatchEvent | 1,557,170 | 10.1% | Repository stars |
561
- | `forks` | ForkEvent | 436,354 | 2.8% | Repository forks |
562
- | `creates` | CreateEvent | 2,526,822 | 16.3% | Branch/tag/repo creation |
563
- | `deletes` | DeleteEvent | 180,380 | 1.2% | Branch/tag deletion |
564
- | `commit_comments` | CommitCommentEvent | 189,526 | 1.2% | Comments on commits |
565
- | `wiki_pages` | GollumEvent | 312,297 | 2.0% | Wiki page edits |
566
- | `members` | MemberEvent | 84,026 | 0.5% | Collaborator additions |
567
- | `public_events` | PublicEvent | 13,911 | 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-31** (262 days), totaling **15,595,728 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.1 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,311,341 events in 8513 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 276
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 161
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
 
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 388
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 447
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 520
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 714
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
+ 20:00 ████████████████████████████░░ 304.5K
98
  21:00 ██████████████████████░░░░░░░░ 240.8K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.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 | 19 | 1,499,584 | 78,925 | 374.2 MB | 183.8 MB | 6m56s | 7m44s | 10m17s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 676.5K
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 73.2K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 41.8K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 150.2K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 7,351,428 | 47.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 810,292 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,040,346 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 412,663 | 2.6% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,568,175 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 439,520 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,548,161 | 16.3% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 181,348 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 190,829 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 314,810 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 84,512 | 0.5% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 14,038 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb374edf4859b17e76998469f631c90590d96bbd5c2c7ebf7b1dc708d2a5a1b
3
+ size 188666
data/creates/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:960da0e2360fbecf7d74c0c8ee812c2bf685b0269ab59ffe9ff96b111cc625d1
3
+ size 563710
data/deletes/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e570d0d137a4014403014753a97ab78b1c403811c71d9efbc5cb5052d97f0364
3
+ size 35384
data/forks/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11424d56a1cb84715b58dfd397c3b87fe8d4ca2c71f8eeb35fc4fd902b3732c6
3
+ size 284251
data/issues/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd17dd3d1f6522ac0b90176ca297acc42ee99c0eb66ea28fcf0ba29de2cbd25
3
+ size 1264337
data/members/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edbec645e9ae9c5817cd1183667dfa90b8d66f11d08b4aef012a214142d0242d
3
+ size 22835
data/public_events/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc8c8308f05c44784f29d9bbf1758271d56f74004339494a61e0aa47c81882c
3
+ size 7887
data/pull_requests/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c7f07702dbd4c3de5918cf04de766d4170ed8a0b4590579dea53a8174671171
3
+ size 559739
data/pushes/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66ecef58e9fc2f851cf53be6a081469c6ce0b40dd0c849378b8594a248847b4c
3
+ size 10645535
data/stars/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f57a79c6058e1e0b21ca5ff9144e8bf1456f70d7c234d7405102c74e7c4a35
3
+ size 325400
data/wiki_pages/2012/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19356c9779d3b77077bd64f8c2574a9c7141e890f5c4e16cab5cb37227cd9fb5
3
+ size 193499
stats.csv CHANGED
@@ -259,4 +259,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
259
  2012-01-27,90409,0,43829,4738,7604,2909,0,0,8877,2817,15221,821,0,1122,1816,543,112,0,25921211,39.7,12496086,22.0,39.7,37.8
260
  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,42.8
261
  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,27.4
262
- 2012-01-30,93901,0,44392,4832,7128,2664,0,0,9442,2751,18266,824,0,1224,1856,438,84,0,25828574,41.4,12657641,24.1,41.4,0.0
 
 
259
  2012-01-27,90409,0,43829,4738,7604,2909,0,0,8877,2817,15221,821,0,1122,1816,543,112,0,25921211,39.7,12496086,22.0,39.7,37.8
260
  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,42.8
261
  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,27.4
262
+ 2012-01-30,93901,0,44392,4832,7128,2664,0,0,9442,2751,18266,824,0,1224,1856,438,84,0,25828574,41.4,12657641,24.1,41.4,30.9
263
+ 2012-01-31,107809,0,49406,5603,8726,3167,0,0,11005,3166,21339,968,0,1303,2513,486,127,0,29725687,50.2,14091243,21.2,50.2,0.0