tamnd commited on
Commit
142624b
·
verified ·
1 Parent(s): 9e29094

Add 2012-07-18 — 124.0K 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-07-17** (396 days), totaling **30,635,167 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 6.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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
 
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,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,781,438 events in 11717 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 375
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 351
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 266
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 279
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 388
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 405
90
  13:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 576
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 630
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 889
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
- 23:00 ███████████████░░░░░░░░░░░░░░ 171.3K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 █████████████████████████░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 16.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 | 153 | 16,539,023 | 108,098 | 4.2 GB | 1.6 GB | 1h08m | 1h35m | 1h27m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
- 2011 ██████████████████████████░░░ 6.7M
148
- 2012 ██████████████████████████████ 7.4M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████░░░░ 737.1K
156
- 2012 ██████████████████████████████ 842.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 936.5K
165
  ```
166
 
167
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 14,090,671 | 46.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,579,463 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,238,915 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,307,366 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 90,014 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,036,205 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 914,913 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,344,073 | 17.4% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 278,412 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 350,761 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 581,975 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 27,363 | 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-07-18** (397 days), totaling **30,759,174 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 7.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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
 
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,789,995 events in 11736 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 375
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 352
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 266
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 388
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
90
  13:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 577
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 630
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 890
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 ███████████████░░░░░░░░░░░░░░ 179.9K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 █████████████████████████░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 16.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 | 154 | 16,663,030 | 108,201 | 4.2 GB | 1.6 GB | 1h08m | 1h36m | 1h27m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
+ 2011 ██████████████████████████░░░ 6.7M
148
+ 2012 ██████████████████████████████ 7.5M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 848.7K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 941.0K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 14,152,906 | 46.0% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,585,807 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,249,578 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,311,823 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 91,322 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,050,012 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 919,377 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,358,897 | 17.4% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 279,229 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 352,200 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 584,466 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 27,474 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc2cbe0eeeea5c323a8be1d2da555b8e382c8b40314742ec6d0fa119666cfea
3
+ size 51408
data/creates/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a974f4c9ffd99a1621b9f053ecd4c8f9f9ffa2ea2a8ca8424b5de6f07f5c2d0
3
+ size 492912
data/deletes/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e84402d9bb7b92afcef399a416b74d95d3b83f48e0dc2a31a6b923784c6b34c3
3
+ size 26461
data/forks/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8905dfc3c8a63dfa23e722bb22e67fa3a762bc8e3f6e3df802711faa5909817
3
+ size 112193
data/issue_comments/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac838b3fba9949c3cf0faad350e7e269352427203ae8122b4100fd37e807fbf
3
+ size 227733
data/issues/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f56a6ff7ecab43d10f5dbe7ff847d2e61660b878bb367725f36847931e7d0e
3
+ size 150659
data/public_events/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29854a40b126a018b01a58d336f198d35a0110dfc6c23155acde9ac53c40c256
3
+ size 5617
data/pull_requests/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c8b2275503123fd6f16c7b9ef759bc652b8697fcc7157ddcbdfda945161f2e5
3
+ size 784704
data/pushes/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e935ab75fdc3dccc04f2fd5dc4b00183d31ae5296a3bdf9943e2bd874964d0f
3
+ size 10114199
data/stars/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f1b649ea7b7c4e8487dadd57fcd91271f2fc9a6d8c90d5576f09b2e982d0ebb
3
+ size 264949
data/wiki_pages/2012/07/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06832a11091010d89a37f0b2405d37cc7ffafedeea7148d7ebde270fd7cc6d98
3
+ size 126874
stats.csv CHANGED
@@ -394,4 +394,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
394
  2012-07-14,272634,909,36391,3349,5337,2212,0,462,7208,2533,211381,501,0,761,1539,0,51,0,25496194,84.2,8463234,26.7,84.2,41.1
395
  2012-07-15,85659,782,45190,3983,5779,2319,0,714,8839,3387,11467,426,0,828,1875,0,70,0,24605505,40.2,8516150,21.3,40.2,37.3
396
  2012-07-16,123849,1257,61189,6490,10724,4659,0,1132,13322,4707,15370,832,0,1561,2485,0,121,0,36655202,64.4,11998706,29.5,64.4,39.2
397
- 2012-07-17,128909,1305,64030,6688,11157,4869,0,1115,13633,4870,15844,817,0,1725,2718,0,138,0,38356755,61.7,12892450,24.2,61.7,0.0
 
 
394
  2012-07-14,272634,909,36391,3349,5337,2212,0,462,7208,2533,211381,501,0,761,1539,0,51,0,25496194,84.2,8463234,26.7,84.2,41.1
395
  2012-07-15,85659,782,45190,3983,5779,2319,0,714,8839,3387,11467,426,0,828,1875,0,70,0,24605505,40.2,8516150,21.3,40.2,37.3
396
  2012-07-16,123849,1257,61189,6490,10724,4659,0,1132,13322,4707,15370,832,0,1561,2485,0,121,0,36655202,64.4,11998706,29.5,64.4,39.2
397
+ 2012-07-17,128909,1305,64030,6688,11157,4869,0,1115,13633,4870,15844,817,0,1725,2718,0,138,0,38356755,61.7,12892450,24.2,61.7,29.8
398
+ 2012-07-18,124007,1047,62235,6344,10663,4457,0,1308,13807,4464,14824,817,0,1439,2491,0,111,0,37056256,58.0,12357709,22.5,58.0,0.0