tamnd commited on
Commit
49d3d3e
·
verified ·
1 Parent(s): 1464391

Add 2014-05-07 — 415.6K 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 **2015-01-03** (1,005 days), totaling **162,677,947 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 46.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
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,7 +71,7 @@ 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-28** — 1,927,148 events in 3813 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
@@ -82,7 +82,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
82
  05:00 ██████████████████░░░░░░░░░░░░ 169.7K
83
  06:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
- 08:00 █████████████████████████░░░░░ 237.4K
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,7 +134,7 @@ duckdb.sql("""
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
- 2014 ███████████████░░░░░░░░░░░░░░ 39.3M
138
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
139
  ```
140
 
@@ -143,54 +143,93 @@ duckdb.sql("""
143
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
144
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
145
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
146
- | 2014 | 125 | 39,329,801 | 314,638 | 11.9 GB | 3.6 GB | 1h23m | 6h56m | 1h58m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
150
  ### Pushes per year
151
 
 
 
152
  ```
153
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
154
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
155
  2013 ██████████████████████████████ 38.1M
156
- 2014 ███████████████░░░░░░░░░░░░░░ 20.1M
157
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
158
  ```
159
 
160
 
 
 
 
 
 
 
 
161
  ### Issues per year
162
 
 
 
163
  ```
164
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
165
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
166
  2013 ██████████████████████████████ 4.3M
167
- 2014 ██████████████░░░░░░░░░░░░░░░ 2.1M
168
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
169
  ```
170
 
171
 
 
 
 
 
 
 
 
 
 
172
  ### Pull requests per year
173
 
 
 
174
  ```
175
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
176
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
177
  2013 ██████████████████████████████ 2.9M
178
- 2014 █████████████████░░░░░░░░░░░░ 1.7M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
180
  ```
181
 
182
 
 
 
 
 
 
 
 
 
183
  ### Stars per year
184
 
 
 
185
  ```
186
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
187
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
188
  2013 ██████████████████████████████ 7.0M
189
- 2014 ███████████████░░░░░░░░░░░░░░░ 3.6M
190
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
191
  ```
192
 
193
 
 
 
 
 
 
 
 
194
  ## Quick start
195
 
196
  ### Python (`datasets`)
@@ -571,20 +610,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
571
 
572
  | Table | GitHub Event | Events | % | Description |
573
  |-------|-------------|-------:|---:|-------------|
574
- | `pushes` | PushEvent | 81,596,521 | 50.2% | Git pushes with commits |
575
- | `issues` | IssuesEvent | 9,082,772 | 5.6% | Issue lifecycle events |
576
- | `issue_comments` | IssueCommentEvent | 14,150,979 | 8.7% | Comments on issues/PRs |
577
- | `pull_requests` | PullRequestEvent | 6,544,648 | 4.0% | PR lifecycle events |
578
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,434,898 | 0.9% | Line-level PR comments |
579
- | `stars` | WatchEvent | 15,301,260 | 9.4% | Repository stars |
580
- | `forks` | ForkEvent | 5,840,222 | 3.6% | Repository forks |
581
- | `creates` | CreateEvent | 20,602,673 | 12.7% | Branch/tag/repo creation |
582
- | `deletes` | DeleteEvent | 1,947,491 | 1.2% | Branch/tag deletion |
583
- | `releases` | ReleaseEvent | 167,957 | 0.1% | Release publications |
584
- | `commit_comments` | CommitCommentEvent | 1,536,721 | 0.9% | Comments on commits |
585
- | `wiki_pages` | GollumEvent | 2,786,246 | 1.7% | Wiki page edits |
586
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
587
- | `public_events` | PublicEvent | 150,569 | 0.1% | Repo made public |
588
 
589
  ## How it's built
590
 
 
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 **2015-01-03** (1,007 days), totaling **163,491,504 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 46.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
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-28** — 1,952,119 events in 3814 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
82
  05:00 ██████████████████░░░░░░░░░░░░ 169.7K
83
  06:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
+ 08:00 ████████████████████████████░░ 262.4K
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
+ 2014 ███████████████░░░░░░░░░░░░░░ 40.1M
138
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
139
  ```
140
 
 
143
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
144
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
145
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
146
+ | 2014 | 127 | 40,143,358 | 316,089 | 12.2 GB | 3.7 GB | 1h23m | 6h59m | 1h58m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
150
  ### Pushes per year
151
 
152
+ Pushes are the most common event type, representing roughly half of all GitHub activity. Each push can contain multiple commits. Bots (Dependabot, Renovate, CI pipelines) account for a significant share.
153
+
154
  ```
155
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
156
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
157
  2013 ██████████████████████████████ 38.1M
158
+ 2014 ███████████████░░░░░░░░░░░░░░ 20.5M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
162
 
163
+ ```sql
164
+ -- Top 20 repos by push volume this year
165
+ SELECT repo_name, COUNT(*) as pushes, SUM(push_size) as commits
166
+ FROM read_parquet('hf://datasets/open-index/open-github/data/pushes/2025/**/*.parquet')
167
+ GROUP BY repo_name ORDER BY pushes DESC LIMIT 20;
168
+ ```
169
+
170
  ### Issues per year
171
 
172
+ Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
173
+
174
  ```
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
+ 2014 ██████████████░░░░░░░░░░░░░░░ 2.1M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
182
 
183
+ ```sql
184
+ -- Repos with the most issues opened this year
185
+ SELECT repo_name,
186
+ COUNT(*) FILTER (WHERE action = 'opened') as opened,
187
+ COUNT(*) FILTER (WHERE action = 'closed') as closed
188
+ FROM read_parquet('hf://datasets/open-index/open-github/data/issues/2025/**/*.parquet')
189
+ GROUP BY repo_name ORDER BY opened DESC LIMIT 20;
190
+ ```
191
+
192
  ### Pull requests per year
193
 
194
+ Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
195
+
196
  ```
197
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
198
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
199
  2013 ██████████████████████████████ 2.9M
200
+ 2014 █████████████████░░░░░░░░░░░░ 1.8M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
204
 
205
+ ```sql
206
+ -- Top repos by merged PRs this year
207
+ SELECT repo_name, COUNT(*) as merged_prs
208
+ FROM read_parquet('hf://datasets/open-index/open-github/data/pull_requests/2025/**/*.parquet')
209
+ WHERE action = 'closed' AND merged = true
210
+ GROUP BY repo_name ORDER BY merged_prs DESC LIMIT 20;
211
+ ```
212
+
213
  ### Stars per year
214
 
215
+ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. Starring patterns often correlate with Hacker News, Reddit, or Twitter posts.
216
+
217
  ```
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
+ 2014 ███████████████░░░░░░░░░░░░░░░ 3.7M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
225
 
226
+ ```sql
227
+ -- Most starred repos this year
228
+ SELECT repo_name, COUNT(*) as stars
229
+ FROM read_parquet('hf://datasets/open-index/open-github/data/stars/2025/**/*.parquet')
230
+ GROUP BY repo_name ORDER BY stars DESC LIMIT 20;
231
+ ```
232
+
233
  ## Quick start
234
 
235
  ### Python (`datasets`)
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 82,003,955 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,135,816 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 14,227,732 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 6,581,306 | 4.0% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,446,822 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 15,372,591 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 5,869,106 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 20,692,976 | 12.7% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 1,961,409 | 1.2% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 170,031 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,543,407 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,795,952 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 151,379 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a4e9b99e68733faae1081c3a096c0467684ecc866828548bc3e1dad8b5c68c
3
+ size 113295
data/creates/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de634e10a253be5706ac9def0d0a64f1784e7cb5ddc0033b706dc24a3cae815d
3
+ size 1583159
data/deletes/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d03ffea1ba03dd43b86de5648aa12e7c6748451a1c851ba54a8009b081d54d
3
+ size 208352
data/forks/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75004d7b4f471b47f2e4fb9cec2ff971cb283e7f7b3b2e12b7112c6b7266b21f
3
+ size 382930
data/issue_comments/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8eee57e5b2ce1407acc443b9d67a80869242ee4ab0d5330ddcd3a8cdcec3cbc
3
+ size 869491
data/issues/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a39a240d39526029b6d0e11fb00e38d3c7d9c84cc4dd05fd7e8eac01d2913d
3
+ size 549936
data/public_events/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36e45ca9f1e470ea8d4b9a21faee6fb8d4c1c206db7edb7f432c769fe34f68ee
3
+ size 17037
data/pull_requests/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e2a805893866d0f0e11022f2d435d6a0c49632fdec1d7884e83327e89d3f870
3
+ size 3153082
data/pushes/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babfd0274bc38558db80ff0ccf9d20d63de2ffed9aeb4092a8d5c7cc15dd0e47
3
+ size 32579965
data/stars/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f3c252e5a68a09e44df287534767e0a2ebbf78fce0b5a7874ef0c6a2faddc9
3
+ size 840327
data/wiki_pages/2014/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:877d630d39e9f2d3f6a42d767965f8f7a1ca5dfdf9bcd883dc213e185703602e
3
+ size 345955
stats.csv CHANGED
@@ -1002,5 +1002,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1002
  2014-05-03,242207,1320,132595,11413,16984,8934,0,2055,23562,8508,28084,3366,660,1764,2743,0,219,0,75122751,154.9,24146332,29.6,154.9,38.9
1003
  2014-05-04,283209,1181,154084,13320,21942,10509,0,2889,27779,9913,31166,4021,812,2028,3320,0,245,0,88928411,187.5,27782069,43.1,187.5,43.6
1004
  2014-05-05,385422,2007,199370,19312,36321,17252,0,5303,35613,14171,40792,6429,920,3163,4385,0,384,0,127987668,231.8,38613041,50.2,231.8,22.6
 
 
 
1005
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1006
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
 
1002
  2014-05-03,242207,1320,132595,11413,16984,8934,0,2055,23562,8508,28084,3366,660,1764,2743,0,219,0,75122751,154.9,24146332,29.6,154.9,38.9
1003
  2014-05-04,283209,1181,154084,13320,21942,10509,0,2889,27779,9913,31166,4021,812,2028,3320,0,245,0,88928411,187.5,27782069,43.1,187.5,43.6
1004
  2014-05-05,385422,2007,199370,19312,36321,17252,0,5303,35613,14171,40792,6429,920,3163,4385,0,384,0,127987668,231.8,38613041,50.2,231.8,22.6
1005
+ 2014-05-07,415589,2063,206314,31253,38453,18264,0,6405,35947,14821,44739,7508,1063,3388,4930,0,441,0,135716284,92.6,40643529,10.9,92.6,0.0
1006
+ 2014-05-08,397968,1969,201120,21791,38300,18394,0,5519,35384,14063,45564,6410,1011,3298,4776,0,369,0,131063573,87.1,39806038,3.0,87.1,0.0
1007
+ 2014-05-10,246062,1314,134843,11824,17571,8700,0,2143,22067,9710,28696,3513,624,1868,2968,0,221,0,76102715,153.1,0,27.7,153.1,0.0
1008
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1009
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0