tamnd commited on
Commit
947339b
·
verified ·
1 Parent(s): 8ad6098

Add 2014-06-18 — 395.3K 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,044 days), totaling **176,484,446 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 50.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
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,190,118 events in 3824 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 █████████████████████████░░░░░ 238.0K
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 █████████████████████░░░░░░░░░ 53.1M
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 | 164 | 53,136,300 | 324,001 | 16.2 GB | 4.9 GB | 1h46m | 9h14m | 2h28m |
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 █████████████████████░░░░░░░░░ 27.1M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
@@ -175,7 +175,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
- 2014 ███████████████████░░░░░░░░░░░ 2.8M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
@@ -218,7 +218,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
- 2014 ████████████████████░░░░░░░░░ 4.9M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
@@ -610,20 +610,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
- | `pushes` | PushEvent | 88,618,850 | 50.2% | Git pushes with commits |
614
- | `issues` | IssuesEvent | 9,817,437 | 5.6% | Issue lifecycle events |
615
- | `issue_comments` | IssueCommentEvent | 15,403,588 | 8.7% | Comments on issues/PRs |
616
- | `pull_requests` | PullRequestEvent | 7,156,099 | 4.1% | PR lifecycle events |
617
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,622,208 | 0.9% | Line-level PR comments |
618
- | `stars` | WatchEvent | 16,527,870 | 9.4% | Repository stars |
619
- | `forks` | ForkEvent | 6,347,571 | 3.6% | Repository forks |
620
- | `creates` | CreateEvent | 22,204,960 | 12.6% | Branch/tag/repo creation |
621
- | `deletes` | DeleteEvent | 2,230,974 | 1.3% | Branch/tag deletion |
622
- | `releases` | ReleaseEvent | 202,172 | 0.1% | Release publications |
623
- | `commit_comments` | CommitCommentEvent | 1,647,878 | 0.9% | Comments on commits |
624
- | `wiki_pages` | GollumEvent | 2,942,013 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
- | `public_events` | PublicEvent | 163,481 | 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,045 days), totaling **176,879,750 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 51.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.6 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,213,011 events in 3825 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 ███████████████████████████░░░ 260.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 █████████████████████░░░░░░░░░ 53.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 | 165 | 53,531,604 | 324,433 | 16.3 GB | 4.9 GB | 1h47m | 9h18m | 2h30m |
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 █████████████████████░░░░░░░░░ 27.3M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
+ 2014 ███████████████████░░░░░░░░░░░ 2.9M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
 
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
+ 2014 ████████████████████░░░░░░░░░ 4.9M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 88,816,892 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,838,819 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 15,440,456 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 7,175,055 | 4.1% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,628,827 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 16,562,592 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 6,362,229 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 22,249,156 | 12.6% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 2,237,673 | 1.3% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 203,119 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,654,143 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,946,111 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 163,822 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73368b42c85d69c6ace1a85548600d4ebde99f8b02b16ded5950e9d594832c99
3
+ size 117276
data/creates/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf7164743c97412aa0e64639f8fc315ee1a8c40f344321cdd35c3d3b4539cce
3
+ size 1616957
data/deletes/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3791568b70e1be3421a730fa840ff5b91f21dc2f9ce19e238fea1957c1a1c46
3
+ size 198020
data/forks/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16c187d11df4cb45f00be443efb45cce1faca9aa068a9338cfbc27768d12f5b1
3
+ size 382608
data/issue_comments/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d806f26d13dde8737fc43dd64d11820237e644a7a21c7905a4af2b37b1d259
3
+ size 857985
data/issues/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539cac63d8e7a23769db85a8431bd0563b9bc0b79112815efc2ee58f148f9f81
3
+ size 513676
data/public_events/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a20cdfee0069da43b412898c1ff78b7bc1a92b4cf6d9c393ac6804712acc366
3
+ size 13997
data/pull_requests/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be72908718f2d0a32f1eb72defcbd437cbabd0e34bb367a0d7ed7bdd82bbc38
3
+ size 3307648
data/pushes/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05b3cd364442ad83adfdc4badb04382f9f1ce05153caaec3f9f1d960ebc46ebc
3
+ size 31046592
data/stars/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e7e672368e219ae1cff15ca11e2aea556758e091b24f00c0cee1bc4cf88c52
3
+ size 776295
data/wiki_pages/2014/06/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a970d0b2a342e1af64c3c157f0c205ea11ba81b077d492de41340d2005fc8d2
3
+ size 281355
stats.csv CHANGED
@@ -1040,6 +1040,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1040
  2014-06-14,228312,1262,123606,10389,16991,8987,0,1758,21075,8811,27663,3347,534,1322,2373,0,194,0,74100561,152.8,23321006,38.0,152.8,48.8
1041
  2014-06-15,260752,861,141821,11810,19554,9917,0,2009,24633,9931,30257,3990,728,1672,3335,0,234,0,86935350,175.7,28288100,38.9,175.7,46.3
1042
  2014-06-16,394134,1617,192994,18869,36419,18991,0,5928,34288,14283,54681,7150,1019,3526,4015,0,354,0,138649479,279.8,39237564,44.8,279.8,39.4
1043
- 2014-06-17,397284,1549,197943,20078,36869,19164,0,6149,36105,14948,47083,8280,989,3492,4249,0,386,0,141915613,278.6,40854501,45.0,278.6,0.0
 
1044
  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
1045
  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
 
1040
  2014-06-14,228312,1262,123606,10389,16991,8987,0,1758,21075,8811,27663,3347,534,1322,2373,0,194,0,74100561,152.8,23321006,38.0,152.8,48.8
1041
  2014-06-15,260752,861,141821,11810,19554,9917,0,2009,24633,9931,30257,3990,728,1672,3335,0,234,0,86935350,175.7,28288100,38.9,175.7,46.3
1042
  2014-06-16,394134,1617,192994,18869,36419,18991,0,5928,34288,14283,54681,7150,1019,3526,4015,0,354,0,138649479,279.8,39237564,44.8,279.8,39.4
1043
+ 2014-06-17,397284,1549,197943,20078,36869,19164,0,6149,36105,14948,47083,8280,989,3492,4249,0,386,0,141915613,278.6,40854501,45.0,278.6,105.1
1044
+ 2014-06-18,395304,1511,198042,21382,36868,18956,0,6619,34722,14658,44196,6699,947,6265,4098,0,341,0,140973432,268.3,39112409,33.3,268.3,0.0
1045
  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
1046
  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