tamnd commited on
Commit
dc46181
·
verified ·
1 Parent(s): 841cfac

Add 2012-05-02 — 117.7K 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-04-27** (328 days), totaling **22,722,588 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 5.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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,580,214 events in 10336 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 316
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 359
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 450
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 521
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 587
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 810
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
- 22:00 ██████████████████████░░░░░░░ 244.5K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████████████████░░░░░░░░░░░░ 8.6M
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 | 85 | 8,626,444 | 101,487 | 2.3 GB | 921.9 MB | 39m52s | 47m43s | 48m51s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████████████████░░░░░░░░░░░░░ 3.7M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████████░░░░░░░░░░░░░ 430.2K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 695.7K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████████████░░░░░░░░░░░░░ 828.4K
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 | 10,415,703 | 45.8% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,167,267 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,625,875 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,066,538 | 4.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 32,748 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,246,405 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 643,148 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,807,468 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 234,219 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 264,317 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 444,210 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 20,263 | 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-05-05** (330 days), totaling **22,921,624 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 5.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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,587,061 events in 10381 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 325
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 243
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 362
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 452
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 522
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░���589
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 815
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
+ 22:00 ██████████████████████░░░░░░░ 251.3K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████████████████░░░░░░░░░░░░ 8.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 | 87 | 8,825,480 | 101,442 | 2.3 GB | 939.4 MB | 40m21s | 49m15s | 48m51s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████████████████░░░░░░░░░░░░░ 3.8M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████████████░░░░░░░░░░░░░ 440.6K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 701.5K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████████████████░░░░░░░░░░░░░ 848.8K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,515,782 | 45.9% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,177,655 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,641,017 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,072,317 | 4.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 33,972 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,266,818 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 649,224 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,838,873 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 235,242 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 266,703 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 448,307 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 20,441 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ebdab51a17ed966c9e8781346c5e1ec942b328d51bfcc8b71c1a850e74362df
3
+ size 45423
data/creates/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:065de79a4c313e9e57654b75c192d1ac3a9c1f0a8c37cdd0491125daf3b306b1
3
+ size 376957
data/deletes/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398e38423b030ff76c467b81117f76e66abaf7c818bc4170dcb72cbc9af5f662
3
+ size 18352
data/forks/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c1eb44b23f5a353ff61ee90a5732084ff7b1f49c4132819102038098bbd2de6
3
+ size 81732
data/issue_comments/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:126c940f26609f200911109909f7cd8221b1274c515280811d59e0907b82c67d
3
+ size 167666
data/issues/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f28ad689f2f07e595a8378fc67365b8bad6f74c19988c342c22435e02133cf05
3
+ size 119654
data/public_events/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95f49f338ad3707ed034534a10135be8a41116dc3d53f0b5fe055032f7731c67
3
+ size 4911
data/pull_requests/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a78fa14ba9ff0549c2a7eeb20ed8d97307d236dfab85c04d3c26ba516ff7f1b6
3
+ size 618113
data/pushes/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6424205683239ed5f3bed1f615e8df58e352f7328809991ffd902495f1342c3c
3
+ size 9151175
data/stars/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af126f8a40c5eb366eb115cb8ac5ec6158a350f541dba6d9a14b9f98f6d8e1c2
3
+ size 192750
data/wiki_pages/2012/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e999cee37ef3c0e982f3769d2b1e8b4ff6bfcea162c22e69a361e29d19468d9
3
+ size 131604
stats.csv CHANGED
@@ -327,3 +327,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
327
  2012-04-25,118508,519,59536,5867,9330,3907,0,734,12657,3612,17588,680,0,1676,2288,0,114,0,33422638,62.1,11111420,21.9,62.1,39.3
328
  2012-04-26,119782,446,60019,6324,10536,3917,0,638,12399,3499,17492,740,0,1420,2250,0,102,0,33516197,61.0,11599382,24.6,61.0,24.4
329
  2012-04-27,104380,476,52213,5591,8428,3409,0,538,10565,3208,15929,598,0,1246,2072,0,107,0,29692200,56.1,10196374,21.7,56.1,23.2
 
 
 
327
  2012-04-25,118508,519,59536,5867,9330,3907,0,734,12657,3612,17588,680,0,1676,2288,0,114,0,33422638,62.1,11111420,21.9,62.1,39.3
328
  2012-04-26,119782,446,60019,6324,10536,3917,0,638,12399,3499,17492,740,0,1420,2250,0,102,0,33516197,61.0,11599382,24.6,61.0,24.4
329
  2012-04-27,104380,476,52213,5591,8428,3409,0,538,10565,3208,15929,598,0,1246,2072,0,107,0,29692200,56.1,10196374,21.7,56.1,23.2
330
+ 2012-05-02,117661,483,58945,6085,9624,3831,0,896,12293,3837,16796,621,0,1548,2587,0,115,0,33279770,54.1,10908337,11.2,54.1,0.0
331
+ 2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,0.0