tamnd commited on
Commit
83d8f22
·
verified ·
1 Parent(s): 9d01a52

Add 2012-01-02 — 68.9K 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-01** (244 days), totaling **14,142,469 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 2.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.4 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,26 +71,26 @@ 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,174,980 events in 7394 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 476
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 639
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 46.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 | 1 | 46,325 | 46,325 | 9.8 MB | 5.1 MB | 17s | 7s | |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.3K
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 836
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.1K
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 | 6,694,224 | 47.3% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 738,881 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 934,165 | 6.6% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 371,690 | 2.6% | PR lifecycle events |
560
- | `stars` | WatchEvent | 1,423,069 | 10.1% | Repository stars |
561
- | `forks` | ForkEvent | 398,084 | 2.8% | Repository forks |
562
- | `creates` | CreateEvent | 2,226,043 | 15.7% | Branch/tag/repo creation |
563
- | `deletes` | DeleteEvent | 166,324 | 1.2% | Branch/tag deletion |
564
- | `commit_comments` | CommitCommentEvent | 173,187 | 1.2% | Comments on commits |
565
- | `wiki_pages` | GollumEvent | 286,434 | 2.0% | Wiki page edits |
566
- | `members` | MemberEvent | 78,079 | 0.6% | Collaborator additions |
567
- | `public_events` | PublicEvent | 12,683 | 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-02** (245 days), totaling **14,211,402 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 2.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.4 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,175,023 events in 7415 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 232
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 480
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 640
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115.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 | 2 | 115,258 | 57,629 | 25.9 MB | 13.0 MB | 37s | 17s | 28s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48.3K
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.0K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13.4K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 6,723,180 | 47.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 742,053 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 938,643 | 6.6% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 373,365 | 2.6% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,431,338 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 400,079 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,243,035 | 15.8% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 167,398 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 173,938 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 287,737 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 78,300 | 0.6% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 12,730 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ef1da21d289a7b410b5c2eb1a4debddbcea3a2e53569890cd340cad8ff8179
3
+ size 117669
data/creates/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a0bb0a353303d88a6527c117f0e32d6f4220aa82cad1ea0ca0f53ac7903efb
3
+ size 354236
data/deletes/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d44c519fe426295c89abe8336624c68f680bc9be1bc85c7c034f3276a6f96ac3
3
+ size 25463
data/forks/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c140ffa9e1b980431d23a39c79fe38f8c31a89600f19c8e6297f0d6ee20ed5f
3
+ size 183157
data/issues/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dca7f32f274d9c40cef0b14e8205f588e5202a3d1e2757a9dcfb0f550389d50a
3
+ size 683894
data/members/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa3ae04acc51d32d185e1e63229cadcdff5c91bcccf91fa5994d859abe24067
3
+ size 13060
data/public_events/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f758b9f5d2b71c629eb1411fa012cd6d1aa6f24b5100cc723c2cf8dc99927d0b
3
+ size 4583
data/pull_requests/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e9c415598f6a34ffa6bb9f9b6f9df8b17f0b0623b138a6b2417e91f5cde1b61
3
+ size 329171
data/pushes/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96980ea097d1c173406a8ec7752417fce4776ea35e87fec3e14c95bd99d92bc2
3
+ size 6304334
data/stars/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd8b58ff328ef812b0d941a0f597383e5fb3820cc334799220a634883aba4d6c
3
+ size 227826
data/wiki_pages/2012/01/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cddd1c5504676133758912f6bee6f0d36de7fd4d18475daafd922bc778fd6417
3
+ size 76763
stats.csv CHANGED
@@ -242,4 +242,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
242
  2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,9.3,9003476,17.8,9.3,25.8
243
  2011-12-30,70421,0,29386,5150,6734,1626,0,0,6972,1758,16041,576,0,740,1168,211,59,0,17699033,11.3,8612559,33.6,11.3,31.8
244
  2011-12-31,51154,0,22263,2116,3317,1147,0,0,5202,1236,13937,417,0,622,764,94,39,0,11971047,8.5,6119747,18.0,8.5,36.3
245
- 2012-01-01,46325,0,19329,1797,2402,836,0,0,5082,1264,13905,380,0,391,817,93,29,0,10289568,7.3,5345452,17.2,7.3,0.0
 
 
242
  2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,9.3,9003476,17.8,9.3,25.8
243
  2011-12-30,70421,0,29386,5150,6734,1626,0,0,6972,1758,16041,576,0,740,1168,211,59,0,17699033,11.3,8612559,33.6,11.3,31.8
244
  2011-12-31,51154,0,22263,2116,3317,1147,0,0,5202,1236,13937,417,0,622,764,94,39,0,11971047,8.5,6119747,18.0,8.5,36.3
245
+ 2012-01-01,46325,0,19329,1797,2402,836,0,0,5082,1264,13905,380,0,391,817,93,29,0,10289568,7.3,5345452,17.2,7.3,28.0
246
+ 2012-01-02,68933,0,28956,3172,4478,1675,0,0,8269,1995,16992,1074,0,751,1303,221,47,0,16879523,10.1,8320156,19.7,10.1,0.0