tamnd commited on
Commit
f1188e1
·
verified ·
1 Parent(s): 63896fd

Add 2012-05-28 — 103.8K 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-05-27** (354 days), totaling **25,494,214 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.5 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,33 +71,33 @@ 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,648,244 events in 10824 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 276
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 331
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 300
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 465
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 534
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 840
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 █████████████████████████░░░░░ 273.2K
100
- 23:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 38.9K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████████████████████░░░░░░ 11.4M
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 | 111 | 11,398,070 | 102,685 | 3.0 GB | 1.1 GB | 50m07s | 1h09m | 1h03m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ██████████████████████░░░░░░░ 5.1M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████████████░░░░░░░ 566.1K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 782.2K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████████████████████░░░░░░ 1.1M
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 | 11,767,921 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,303,171 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,846,987 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,153,024 | 4.5% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 51,905 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,543,808 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 739,500 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,258,091 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 249,814 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 296,650 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 495,070 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 22,805 | 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-28** (355 days), totaling **25,597,982 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.5 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,649,890 events in 10841 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 276
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 332
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 465
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 535
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 840
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
+ 18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
+ 21:00 ███████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.2K
100
+ 23:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 40.6K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████████████████████░░░░░░ 11.5M
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 | 112 | 11,501,838 | 102,694 | 3.0 GB | 1.1 GB | 50m41s | 1h10m | 1h03m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ██████████████████████░░░░░░░ 5.1M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████████████░░░░░░░ 570.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 785.1K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████████████████████░░░░░░ 1.1M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 11,819,294 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,308,010 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,854,919 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,155,931 | 4.5% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 52,511 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,554,323 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 743,560 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,275,448 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 250,416 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 297,928 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 496,865 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 22,886 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:438e6b36f7309ae0a38c0b7e9bd706a1e91a2d1161216eba0c680dd202b2708a
3
+ size 39182
data/creates/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:941ce884ac80b1039d0f2cd11ba1e854944cf8a18a8d2d8e685a1dc2b8ff5530
3
+ size 368409
data/deletes/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34cc649141ddcf9db3b58b8745919e15c97800297806b05bdbf10026a511123e
3
+ size 17293
data/forks/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:034c3b5028bc2c44139103e177a0268d6a8e01f3483e7a69b91f2f825f1efe4a
3
+ size 82176
data/issue_comments/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c00bd5e3f41e6a06316e1ccb62478eba0afee3a8b8569b2469e7f572e033c1fc
3
+ size 137961
data/issues/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba0bd2112ebad1695101841fc4f426dcf84443152c06409dfbcc9bad79e0abc
3
+ size 97516
data/public_events/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6618cb87f0bff2ba510da80820dc986a7148f9c89a468dc070388d7ee9eabf
3
+ size 4059
data/pull_requests/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5478b0714e483c2d9f301e97cc65689ec8864fea7d6348d20c2c3490ffe32d94
3
+ size 545859
data/pushes/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1483c26384de9e260b733fe7805ebe866ff6b4531039c9e225d14476d138773f
3
+ size 8305194
data/stars/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05cb015040b4ddd65980937e5ff4225236fe116832069eda1eb1c2b05d041d5c
3
+ size 172107
data/wiki_pages/2012/05/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57221ab6fcc3cea419d541281a1c697efa60ef25b6dffccf50547eaa65ba4855
3
+ size 86672
stats.csv CHANGED
@@ -352,4 +352,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
352
  2012-05-24,130083,494,58935,7708,15693,4115,0,1020,13431,4668,19334,895,0,1537,2143,0,110,0,34463535,64.6,11313046,22.2,64.6,39.5
353
  2012-05-25,109856,497,53283,5600,8729,3327,0,833,11651,3976,17999,607,0,1282,1996,0,76,0,29503072,55.4,9522251,30.0,55.4,28.3
354
  2012-05-26,72134,297,35367,3310,4394,1690,0,333,7461,2540,14270,366,0,639,1410,0,57,0,18672099,21.2,6227750,31.7,21.2,35.4
355
- 2012-05-27,79714,261,39470,3417,4967,1964,0,455,8176,2575,15660,390,0,854,1459,0,66,0,20746455,21.5,7127795,27.5,21.5,0.0
 
 
352
  2012-05-24,130083,494,58935,7708,15693,4115,0,1020,13431,4668,19334,895,0,1537,2143,0,110,0,34463535,64.6,11313046,22.2,64.6,39.5
353
  2012-05-25,109856,497,53283,5600,8729,3327,0,833,11651,3976,17999,607,0,1282,1996,0,76,0,29503072,55.4,9522251,30.0,55.4,28.3
354
  2012-05-26,72134,297,35367,3310,4394,1690,0,333,7461,2540,14270,366,0,639,1410,0,57,0,18672099,21.2,6227750,31.7,21.2,35.4
355
+ 2012-05-27,79714,261,39470,3417,4967,1964,0,455,8176,2575,15660,390,0,854,1459,0,66,0,20746455,21.5,7127795,27.5,21.5,27.7
356
+ 2012-05-28,103768,423,51373,4839,7932,2907,0,606,10515,4060,17357,602,0,1278,1795,0,81,0,28182550,27.8,9856428,33.5,27.8,0.0