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

Add 2012-01-27 — 90.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-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,12 +71,12 @@ 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,306,662 events in 8437 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
@@ -87,15 +87,15 @@ Events from today are captured in near-real-time from the GitHub Events API and
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,20 +132,20 @@ duckdb.sql("""
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,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58.0K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33.1K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120.9K
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,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
 
 
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** (260 days), totaling **15,394,018 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,308,073 events in 8452 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
 
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 387
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 446
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 517
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 709
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.4K
98
+ 21:00 █████████████████████░░░░░░░░ 237.6K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
132
 
133
  ```
134
  2011 ██████████���███████████████████ 14.1M
135
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.3M
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 | 17 | 1,297,874 | 76,345 | 321.3 MB | 158.3 MB | 6m10s | 6m12s | 7m58s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 582.7K
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62.8K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 36.0K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129.7K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 7,257,630 | 47.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 799,857 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,024,492 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 406,832 | 2.6% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,547,728 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 433,603 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,508,556 | 16.3% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 179,556 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 188,302 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 310,441 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 83,588 | 0.5% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 13,827 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1995b204d9b6ecf5259816700475a582b7b752b73f326fb9bdcc454f8b10bc16
3
+ size 160571
data/creates/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b3a86d8c52a0853158cfbf8375100e0b10c87307c01d1d1487593b8942f6c3
3
+ size 471603
data/deletes/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c8f348b464c77cb735d9bc340bd6df1303ae4729c8e893f8111562c17b6c6f
3
+ size 30745
data/forks/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7ddc87a3a7988592c93e61f06a9d05f8bc7b7dca5c8ea8f20f99bb50f0d853
3
+ size 254432
data/issues/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe8e878d71e5ed6ad3390d90ba96899009a5333f0db4a42d5388d2eb73526fe
3
+ size 1004349
data/members/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b05acec339494ae9994af042f50f78f33b4c685f5635433d5712ee8e7e6733d7
3
+ size 23430
data/public_events/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b0d8463fbd0286d2f0f9118a26700b14c7ac31d31ff3d6fd9e08aff56c108f
3
+ size 6916
data/pull_requests/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6117396c67c6444a4caf4890dfe27c54c17c758f4d71980cd95c15e0ce8fa28c
3
+ size 524768
data/pushes/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03b76584511e02b0c433446516b1d1a38524103394e6bb0ebab27e4bd4561a9
3
+ size 9649202
data/stars/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14b5d99ef489aed0701a634dcd5e7e442c6f0f26442d3a5096d88c4a5912d38b
3
+ size 262586
data/wiki_pages/2012/01/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5566b231eb8f143d18026a44bdac9c4faee90ebc94a507d12e2cc0d430f94953
3
+ size 107484
stats.csv CHANGED
@@ -255,6 +255,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
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,35.7
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,0.0
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,0.0
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,0.0