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

Add 2012-01-30 — 93.9K events, 11 files

Browse files
README.md CHANGED
@@ -61,9 +61,9 @@ 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** (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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
@@ -71,11 +71,11 @@ 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,301 events in 8485 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
@@ -84,13 +84,13 @@ Events from today are captured in near-real-time from the GitHub Events API and
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 388
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 447
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 519
93
- 16:00 █░░░░░���░░░░░░░░░░░░░░░░░░░░░░░ 710
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
@@ -132,20 +132,20 @@ duckdb.sql("""
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 | 9m18s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 582.7K
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62.8K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 36.0K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129.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,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
 
 
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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
 
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
 
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
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
 
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
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67.6K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 38.6K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 139.2K
173
  ```
174
 
175
 
 
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
 
data/commit_comments/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad69402fecbc350497ca3aab69b9f8044031b6e143913bcf77f1e469b0cda3bc
3
+ size 181643
data/creates/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06122956c286da98899704389f1dafbd628b35ccdf4499a48e637b5025cc9ba0
3
+ size 491118
data/deletes/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a76615accd34dbb61fd5af3617e5e3bfa02c383776c93b7060bbf555e686836a
3
+ size 31098
data/forks/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4768538ecbac615c2c020087a890a4246c339533de5cc4be7fd0df1dab1ebdb8
3
+ size 247602
data/issues/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cbb508a0550284eeb3961b1e68a862366aeaab103e717ac21f6d922802b6b29
3
+ size 1081152
data/members/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44869ba1863cb656755b147b0da019a8d4992085c514d5b9acc10293a319c25a
3
+ size 21278
data/public_events/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:948b7b56072c410380e543237265fb5d6e8cc1740e1fe18ca049e8834945ae9f
3
+ size 5957
data/pull_requests/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:031de08d0f06150d9a58dff2a30faa1f657ca82e7b7566f859a21d57583616c5
3
+ size 539329
data/pushes/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c392b1ec9c8b112f7388143bf7b8428a21067ddde440a78e6255333fc0866e0
3
+ size 9602255
data/stars/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71cd7c82b064e443245897def79de5414ad5aca40fbacfe36eb07456cf870ac0
3
+ size 313474
data/wiki_pages/2012/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d05d35d8f2fa2548d5ba2d4e34710a6203525536e2870ea7449aeb3f5a1d228
3
+ size 142735
stats.csv CHANGED
@@ -258,4 +258,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,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,0.0
 
 
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,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