tamnd commited on
Commit
14ee0f5
·
verified ·
1 Parent(s): 36ba688

Add 2014-05-30 — 331.1K 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,026 days), totaling **170,256,903 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 49.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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,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** — 2,096,569 events in 3820 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
@@ -83,7 +83,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
83
  06:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ████████████████████████████░░ 262.4K
86
- 09:00 ███████████████░░░░░░░░░░░░░░░ 144.4K
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,7 +134,7 @@ duckdb.sql("""
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
- 2014 ██████████████████░░░░░░░░░░░ 46.9M
138
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
139
  ```
140
 
@@ -143,7 +143,7 @@ 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 | 146 | 46,908,757 | 321,292 | 14.2 GB | 4.3 GB | 1h34m | 8h09m | 2h14m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
156
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
157
  2013 ██████████████████████████████ 38.1M
158
- 2014 ██████████████████░░░░░░░░░░░ 23.9M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
@@ -197,7 +197,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
197
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
198
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
199
  2013 ██████████████████████████████ 2.9M
200
- 2014 █████████████████████░░░░░░░░░ 2.0M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
@@ -610,20 +610,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
- | `pushes` | PushEvent | 85,477,582 | 50.2% | Git pushes with commits |
614
- | `issues` | IssuesEvent | 9,504,384 | 5.6% | Issue lifecycle events |
615
- | `issue_comments` | IssueCommentEvent | 14,848,057 | 8.7% | Comments on issues/PRs |
616
- | `pull_requests` | PullRequestEvent | 6,875,412 | 4.0% | PR lifecycle events |
617
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,536,339 | 0.9% | Line-level PR comments |
618
- | `stars` | WatchEvent | 15,970,341 | 9.4% | Repository stars |
619
- | `forks` | ForkEvent | 6,116,619 | 3.6% | Repository forks |
620
- | `creates` | CreateEvent | 21,460,713 | 12.6% | Branch/tag/repo creation |
621
- | `deletes` | DeleteEvent | 2,079,003 | 1.2% | Branch/tag deletion |
622
- | `releases` | ReleaseEvent | 186,729 | 0.1% | Release publications |
623
- | `commit_comments` | CommitCommentEvent | 1,596,617 | 0.9% | Comments on commits |
624
- | `wiki_pages` | GollumEvent | 2,875,837 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
- | `public_events` | PublicEvent | 157,568 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
 
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,028 days), totaling **170,843,794 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 49.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.0 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** — 2,123,047 events in 3821 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
83
  06:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ████████████████████████████░░ 262.4K
86
+ 09:00 ██████████████████░░░░░░░░░░░░ 170.9K
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
+ 2014 ██████████████████░░░░░░░░░░░ 47.5M
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 | 148 | 47,495,648 | 320,916 | 14.4 GB | 4.3 GB | 1h35m | 8h14m | 2h14m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
 
155
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
156
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
157
  2013 ██████████████████████████████ 38.1M
158
+ 2014 ██████████████████░░░░░░░░░░░ 24.3M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
197
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
198
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
199
  2013 ██████████████████████████████ 2.9M
200
+ 2014 █████████████████████░░░░░░░░░ 2.1M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 85,782,260 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,535,678 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 14,896,952 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 6,900,499 | 4.0% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,542,300 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 16,022,023 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 6,136,730 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 21,527,985 | 12.6% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 2,095,893 | 1.2% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 188,294 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,601,030 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,882,080 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 158,095 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:202044053c30a566362eed46f4bca7049cffe025c79b48f75a90aa7fa5a2d018
3
+ size 95410
data/creates/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc39c617dd91f3f51a01ea40ada6b9d68d0068fef6830244e6c1174c2c48e33
3
+ size 1355158
data/deletes/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db81a1885c5727f55b27c66bdde3cc16e9b38acbf49cef31572794a5a5273c24
3
+ size 181133
data/forks/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eea203e0e4a9a006be60b90cac383988bd9fe910ff3636de2bc39169e8cf919
3
+ size 326162
data/issue_comments/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f06b695be30bf2c51e43fe90ff91dfe88af8d8415098ecba301c12b3b4d3aafb
3
+ size 731380
data/issues/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c5707e3bbecde20886b2065de407af503d9772a55d83fefcbf8d259d2d29e9
3
+ size 463756
data/public_events/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c0787b11321e0bce65173c4176f74f87590dbc8cb4620bc960ebb32180617d
3
+ size 12947
data/pull_requests/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c87002d8f029e9e7b0dd448233f48b9b81b541006ab5237da93b74684a03d727
3
+ size 2747672
data/pushes/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f7f91372564828872f45d07b7a91fe4721c43fc7424eadf8916ef1bf4fcc52c
3
+ size 26494445
data/stars/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce668c562f4b0505577be933da8e95148b32395c3ed0ca7ba3edcfc0b23ff53
3
+ size 721263
data/wiki_pages/2014/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e16b19daeb391aa89b6fe8c621a8b196e124bca735759e0ab922f0aa1327b3df
3
+ size 187611
stats.csv CHANGED
@@ -1023,5 +1023,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1023
  2014-05-27,406663,1978,204893,21311,39983,18540,0,6351,36566,14453,46127,7453,982,3124,4518,0,384,0,134820938,257.4,40985467,40.0,257.4,43.2
1024
  2014-05-28,396656,1809,200524,20153,40346,19198,0,5930,34206,14029,43861,7318,1038,3425,4426,0,393,0,133681715,253.5,40424033,33.0,253.5,38.3
1025
  2014-05-29,388259,1906,189879,25204,38718,18016,0,5311,32473,13177,42255,12569,1078,3067,4224,0,382,0,124875059,238.7,37025452,38.1,238.7,22.5
 
 
1026
  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
1027
  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
 
1023
  2014-05-27,406663,1978,204893,21311,39983,18540,0,6351,36566,14453,46127,7453,982,3124,4518,0,384,0,134820938,257.4,40985467,40.0,257.4,43.2
1024
  2014-05-28,396656,1809,200524,20153,40346,19198,0,5930,34206,14029,43861,7318,1038,3425,4426,0,393,0,133681715,253.5,40424033,33.0,253.5,38.3
1025
  2014-05-29,388259,1906,189879,25204,38718,18016,0,5311,32473,13177,42255,12569,1078,3067,4224,0,382,0,124875059,238.7,37025452,38.1,238.7,22.5
1026
+ 2014-05-30,331073,1309,166956,19515,30265,15781,0,4097,29104,11680,37894,7061,863,2753,3486,0,309,0,109652472,185.2,33316937,7.1,185.2,0.0
1027
+ 2014-06-01,255818,964,137722,11779,18630,9306,0,1864,22578,8431,29378,9829,702,1660,2757,0,218,0,78795368,132.3,25249641,17.0,132.3,0.0
1028
  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
1029
  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