tamnd commited on
Commit
33b7566
·
verified ·
1 Parent(s): 80b41f1

Add 2012-03-07 — 141.6K 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-06** (297 days), totaling **19,228,229 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.0 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,24 +71,24 @@ 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,413,556 events in 9223 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 201
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 232
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 408
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 547
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 763
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
@@ -96,7 +96,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░��░ 263.8K
99
- 22:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 78.7K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████████░░░░░░░░░░░░░░░░░░░ 5.1M
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 | 54 | 5,132,085 | 95,038 | 1.4 GB | 623.5 MB | 26m44s | 24m33s | 30m41s |
142
 
143
 
144
  ### Pushes per year
@@ -153,15 +153,15 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 233.2K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
- 2011 ████████████████████░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 513.2K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████████░░░░░░░░░░░░░░░░░░░░ 473.5K
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,837,384 | 46.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 970,267 | 5.0% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,283,866 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 884,026 | 4.6% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 11,895 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,891,488 | 9.8% | Repository stars |
562
- | `forks` | ForkEvent | 534,035 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,235,680 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 213,892 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 226,257 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 382,130 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 100,642 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 17,061 | 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-07** (298 days), totaling **19,369,856 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.0 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,416,047 events in 9241 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 232
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 408
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 477
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 547
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 763
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
 
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░��░ 263.8K
99
+ 22:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 81.2K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████████░░░░░░░░░░░░░░░░░░░ 5.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 | 55 | 5,273,712 | 95,885 | 1.4 GB | 640.5 MB | 27m37s | 25m22s | 31m06s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 239.4K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
+ 2011 ████████████████████░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 539.2K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████████░░░░░░░░░░░░░░░░░░░░ 486.5K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 8,891,649 | 45.9% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 976,494 | 5.0% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,292,934 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 910,022 | 4.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 12,593 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,904,481 | 9.8% | Repository stars |
562
+ | `forks` | ForkEvent | 537,802 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,258,406 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 214,903 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 227,737 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 384,704 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 101,337 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 17,188 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15087e33aa041baf63b1fcfbf60f0e1bb1383589e0d2b1be9ba2f71da6746d42
3
+ size 199820
data/creates/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c33ea4ab272235013f89e3d5ee668ee07c8220e79848fee6c4aedba9ffb3893
3
+ size 633573
data/deletes/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b8022e134979204684b21573586e51ebb2bf2a5356f78cbda9bd04797a2068
3
+ size 36471
data/forks/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d10c29359ece72cc3f138e06c30af744c963c779f64c0435922fff38855471e8
3
+ size 342685
data/issues/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d10eb4694a99c3549ad0091901100207b266bd63ad67baead0d0a9f7bcfcb12
3
+ size 1204378
data/members/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4340c53e5e91ce8024ed14537558a25eef1a7cbd6ced30bdc452a19bcd5c5674
3
+ size 29280
data/public_events/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3fe1951262f23a0dbd6ead4c801fa0aa7ba0a6450cf1f2fa2a9ce215079e82
3
+ size 8644
data/pull_requests/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a6a7017e522c45cbb71cb8ee6310a08a3f7fa19fef3d653a6e669c8ebee798
3
+ size 3069569
data/pushes/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33709f79333fba4679753cf9b695ed7b4094a8455f508cdfcac6e0409b3d697a
3
+ size 11684004
data/stars/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:377efc36ce3f378c813c8957c1a7516ca1400b7906625bfc5d133f0659d3e1b8
3
+ size 370278
data/wiki_pages/2012/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4424453dbb4c545242ce04c8329b7b34b136ebd1076cbce0c3271c5597479f5
3
+ size 197066
stats.csv CHANGED
@@ -295,4 +295,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,32.4
296
  2012-03-04,79954,0,30820,2916,4154,13206,0,326,6327,1774,16563,1187,0,817,1504,312,48,0,23218953,16.7,9828549,29.7,16.7,36.1
297
  2012-03-05,117772,0,46899,5245,8053,22635,0,719,10419,2868,15867,1102,0,1388,1926,568,83,0,39269934,27.2,15781870,24.3,27.2,28.4
298
- 2012-03-06,147820,0,56208,5812,9792,30079,0,750,12719,3797,22905,1076,0,1454,2418,703,107,0,48115290,49.6,18967539,61.8,49.6,0.0
 
 
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,32.4
296
  2012-03-04,79954,0,30820,2916,4154,13206,0,326,6327,1774,16563,1187,0,817,1504,312,48,0,23218953,16.7,9828549,29.7,16.7,36.1
297
  2012-03-05,117772,0,46899,5245,8053,22635,0,719,10419,2868,15867,1102,0,1388,1926,568,83,0,39269934,27.2,15781870,24.3,27.2,28.4
298
+ 2012-03-06,147820,0,56208,5812,9792,30079,0,750,12719,3797,22905,1076,0,1454,2418,703,107,0,48115290,49.6,18967539,61.8,49.6,25.3
299
+ 2012-03-07,141627,0,54265,6227,9068,25996,0,698,12993,3767,22726,1011,0,1480,2574,695,127,0,45514169,49.2,17775768,52.4,49.2,0.0