tamnd commited on
Commit
1c7f7b8
·
verified ·
1 Parent(s): ade5be6

Add 2012-04-03 — 154.3K 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-04-02** (314 days), totaling **21,134,271 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.1 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,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,497,947 events in 9755 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 427
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 497
92
- 15:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 561
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 786
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
- 22:00 ███████████████░░░░░░░░░░░░░░░ 162.7K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████████████░░░░░░░░░░░░░░░ 7.0M
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 | 71 | 7,038,127 | 99,128 | 1.9 GB | 790.9 MB | 34m37s | 35m03s | 41m14s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██████████████░░░░░░░░░░░░░░░░ 344.2K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 646.2K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████████░░░░░░░░░░░░░░░░░ 649.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 | 9,668,199 | 45.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,081,283 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,477,758 | 7.0% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,017,050 | 4.8% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 23,561 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,067,177 | 9.8% | Repository stars |
562
- | `forks` | ForkEvent | 595,901 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,550,567 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 225,183 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 246,324 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 414,345 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 18,844 | 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-04-03** (315 days), totaling **21,288,539 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.2 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,500,108 events in 9764 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 211
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 427
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 497
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 563
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 786
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
+ 22:00 ███████████████░░░░░░░░░░░░░░░ 164.8K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████████████░░░░░░░░░░░░░░░ 7.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 | 72 | 7,192,395 | 99,894 | 1.9 GB | 800.7 MB | 35m02s | 36m12s | 41m59s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 359.7K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 650.1K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 661.0K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 9,724,452 | 45.7% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,096,818 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,514,068 | 7.1% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,021,002 | 4.8% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 24,486 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,079,008 | 9.8% | Repository stars |
562
+ | `forks` | ForkEvent | 599,524 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,571,318 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 226,004 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 247,730 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 416,591 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 18,956 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e5e6c62fe22036d682d5aab2af44666ec9f306bfc65e414a9a14d12553355b
3
+ size 43203
data/creates/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaaa64fd9c5a9050712a405ab445ea7438fd8fe92be001722c2bbe0c65b2722a
3
+ size 444068
data/deletes/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64f6da7e9cddae6ef7463cc21964d20c409c4670094f2716076d53fb737e9a35
3
+ size 22059
data/forks/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:907a6242fed5934e159af2e604764345165c5283a777ff83f4d38f8d035e53a2
3
+ size 76435
data/issue_comments/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b0d47067ca27ee319024b3abf6a6022adcd5ce4580a41c33c4854a0236a01c
3
+ size 276167
data/issues/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf002872463c49c0ab6af5af1611a8aa3ab2714477c20240f72f62f6fb360967
3
+ size 181317
data/public_events/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54282d4e297acc20c7258e7fbb488b22d5b1d29a4c707037b13d5e953110f5e4
3
+ size 4958
data/pull_requests/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d54e580c5efbd02391b87354b1d9862e4237952aee61a46ad92429132ba029c7
3
+ size 641473
data/pushes/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af28b6fccdae95a05461d812cc69018c7a4b6eac7eb02a2a1b1ff4cccd95b2cf
3
+ size 8250262
data/stars/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4d9476b74d7c911cba30414811328a69686b5371f243d31a0e22effd117eaa1
3
+ size 184760
data/wiki_pages/2012/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86649e09081526fa0315c844788e54f5aefd0a69adbd9a12ce35f83186c5dd6
3
+ size 107707
stats.csv CHANGED
@@ -312,4 +312,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
312
  2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,48.2,9364094,22.2,48.2,34.5
313
  2012-03-31,80027,2534,39031,4213,5528,2097,0,291,7720,2371,15727,445,0,800,1381,0,78,0,21120212,40.5,6567689,26.9,40.5,115.0
314
  2012-04-01,83839,2519,42564,3520,5128,2162,0,410,8282,2481,16043,432,0,867,1593,0,83,0,22320218,42.4,7206752,21.8,42.4,38.9
315
- 2012-04-02,120592,3844,54425,5642,9112,3659,0,981,11989,8772,21053,703,0,1382,2227,0,120,0,32010536,59.3,9850325,24.3,59.3,0.0
 
 
312
  2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,48.2,9364094,22.2,48.2,34.5
313
  2012-03-31,80027,2534,39031,4213,5528,2097,0,291,7720,2371,15727,445,0,800,1381,0,78,0,21120212,40.5,6567689,26.9,40.5,115.0
314
  2012-04-01,83839,2519,42564,3520,5128,2162,0,410,8282,2481,16043,432,0,867,1593,0,83,0,22320218,42.4,7206752,21.8,42.4,38.9
315
+ 2012-04-02,120592,3844,54425,5642,9112,3659,0,981,11989,8772,21053,703,0,1382,2227,0,120,0,32010536,59.3,9850325,24.3,59.3,44.6
316
+ 2012-04-03,154268,6937,56253,15535,36310,3952,0,925,11831,3623,20751,821,0,1406,2246,0,112,0,33445353,69.3,10232409,24.4,69.3,0.0