tamnd commited on
Commit
915bc00
·
verified ·
1 Parent(s): c5391b7

Add 2012-03-03 — 100.3K 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-03-02** (293 days), totaling **18,782,369 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 4.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.9 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,32 +71,32 @@ 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,400,138 events in 9144 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 327
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 407
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 471
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 544
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 761
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
- 22:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 65.4K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████░░░░░░░░░░░░░░░░░░░░ 4.7M
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 | 50 | 4,686,225 | 93,724 | 1.2 GB | 569.6 MB | 24m29s | 22m40s | 28m30s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████████░░░░░░░░░░░░░░░░░░░░░ 2.0M
149
  ```
150
 
151
 
@@ -153,15 +153,15 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 214.6K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
- 2011 ████████████████████████░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 429.2K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 436.2K
173
  ```
174
 
175
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 8,666,113 | 46.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 951,679 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,255,688 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 800,103 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 9,794 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,854,222 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 523,195 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,160,364 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 209,897 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 221,758 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 374,624 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 98,549 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 16,777 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
 
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-03-03** (294 days), totaling **18,882,683 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 4.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.9 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,401,959 events in 9177 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 201
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 231
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 328
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 407
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 544
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 763
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
+ 22:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 67.2K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████░░░░░░░░░░░░░░░░░░░░ 4.8M
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 | 51 | 4,786,539 | 93,853 | 1.3 GB | 581.0 MB | 24m48s | 23m00s | 29m04s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████████░░░░░░░░░░░░░░░░░░░░░ 2.0M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 219.2K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
+ 2011 ████████████████████████░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 447.3K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 444.0K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 8,703,457 | 46.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 956,294 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,261,867 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 818,106 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 10,100 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,862,023 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 525,596 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,180,345 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 210,527 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 222,598 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 376,282 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 99,059 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 16,823 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc4a23431f8980b7a3d713fd77208ffded79bf2c5dda2900d1f12428ce21482
3
+ size 123181
data/creates/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b2ef58e0cee4e43ddddca943ca896a16e827162fb51791e1f63ebbe9a25f77d
3
+ size 471303
data/deletes/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d00f6648f820723222d118444fb9827a6739089991a1d752a708a53d10f7128c
3
+ size 24035
data/forks/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4166688865ba05fe2d365e6b2512c2b8855c71f117616e72b458a172d3fd6bb6
3
+ size 225638
data/issues/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5be52a19a29cbef4391cbb79018a40322b3869a38ba478307a4468ef752895
3
+ size 780350
data/members/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943fbf57fe5ea6d46af9493fe39ba0de792824feb4e3d112e93728cbc1e74a01
3
+ size 25324
data/public_events/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:836c7c53e86c12acf3dde4693efcf088596c3fe81fe3e03a573c52966cf1d336
3
+ size 4428
data/pull_requests/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccc2cf02a205ce7426bb4aad12451dd9ecc3ed556d3914cc501da0e8d6c5347a
3
+ size 2084584
data/pushes/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ad8dae0a71f0ef1ff6afe86dfd8af40b7ea05a3ddceffa3f6022c471c88810
3
+ size 7885208
data/stars/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cc55f3be3f2d13f94b76c165a0c1139b273a9483b510c2a42f4cee27ad4968a
3
+ size 236943
data/wiki_pages/2012/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb96670f6336116c67995a37fccef35fa2e5037f153049bdc3ca0f1774a79d9
3
+ size 126094
stats.csv CHANGED
@@ -291,4 +291,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
291
  2012-02-28,143323,0,56258,5799,9337,25900,0,813,12338,3537,23077,1669,0,1451,2421,592,131,0,46664892,34.7,18395012,26.4,34.7,38.1
292
  2012-02-29,145943,0,54626,5674,9253,27517,0,1063,11872,3540,26672,934,0,1352,2743,593,104,0,46524459,37.6,18089054,41.6,37.6,31.6
293
  2012-03-01,121155,0,45647,4625,7442,25808,0,832,9559,3033,19715,815,0,1149,1966,458,106,0,39461851,35.4,15301594,23.9,35.4,31.2
294
- 2012-03-02,134585,0,47252,6581,10555,26537,0,673,9855,3155,24827,1080,0,1211,2197,562,100,0,41240553,30.3,16141369,34.4,30.3,0.0
 
 
291
  2012-02-28,143323,0,56258,5799,9337,25900,0,813,12338,3537,23077,1669,0,1451,2421,592,131,0,46664892,34.7,18395012,26.4,34.7,38.1
292
  2012-02-29,145943,0,54626,5674,9253,27517,0,1063,11872,3540,26672,934,0,1352,2743,593,104,0,46524459,37.6,18089054,41.6,37.6,31.6
293
  2012-03-01,121155,0,45647,4625,7442,25808,0,832,9559,3033,19715,815,0,1149,1966,458,106,0,39461851,35.4,15301594,23.9,35.4,31.2
294
+ 2012-03-02,134585,0,47252,6581,10555,26537,0,673,9855,3155,24827,1080,0,1211,2197,562,100,0,41240553,30.3,16141369,34.4,30.3,33.7
295
+ 2012-03-03,100314,0,37344,4615,6179,18003,0,306,7801,2401,19981,630,0,840,1658,510,46,0,29497236,19.5,11987088,19.6,19.5,0.0