tamnd commited on
Commit
4bf2d9e
·
verified ·
1 Parent(s): f3cb957

Add 2014-06-30 — 381.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,056 days), totaling **180,432,234 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 52.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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,261,491 events in 3828 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
@@ -84,7 +84,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
- 10:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.7K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,7 +134,7 @@ duckdb.sql("""
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
- 2014 ██████████████████████░░░░░░░ 57.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 | 176 | 57,084,088 | 324,341 | 17.5 GB | 5.2 GB | 1h54m | 9h57m | 2h38m |
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 ██████████████████████░░░░░░░ 29.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 █████████████████████░░░░░░░░░ 3.0M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
@@ -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.5M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
@@ -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 ██████████████████████░░░░░░░░ 5.2M
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 | 90,614,147 | 50.2% | Git pushes with commits |
614
- | `issues` | IssuesEvent | 10,023,593 | 5.6% | Issue lifecycle events |
615
- | `issue_comments` | IssueCommentEvent | 15,776,123 | 8.7% | Comments on issues/PRs |
616
- | `pull_requests` | PullRequestEvent | 7,332,843 | 4.1% | PR lifecycle events |
617
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,677,463 | 0.9% | Line-level PR comments |
618
- | `stars` | WatchEvent | 16,901,718 | 9.4% | Repository stars |
619
- | `forks` | ForkEvent | 6,495,376 | 3.6% | Repository forks |
620
- | `creates` | CreateEvent | 22,652,874 | 12.6% | Branch/tag/repo creation |
621
- | `deletes` | DeleteEvent | 2,298,872 | 1.3% | Branch/tag deletion |
622
- | `releases` | ReleaseEvent | 212,646 | 0.1% | Release publications |
623
- | `commit_comments` | CommitCommentEvent | 1,681,143 | 0.9% | Comments on commits |
624
- | `wiki_pages` | GollumEvent | 2,983,305 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
- | `public_events` | PublicEvent | 167,107 | 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,057 days), totaling **180,813,533 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 52.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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-28** — 2,285,190 events in 3829 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
 
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
+ 10:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 48.4K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
+ 2014 ██████████████████████░░░░░░░ 57.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 | 177 | 57,465,387 | 324,663 | 17.6 GB | 5.3 GB | 1h55m | 10h02m | 2h39m |
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 ██████████████████████░░░░░░░ 29.3M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
+ 2014 █████████████████████░░░░░░░░░ 3.1M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
 
197
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
198
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
199
  2013 ██████████████████████████████ 2.9M
200
+ 2014 █████████████████████████░░░░ 2.5M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
 
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
+ 2014 ██████████████████████░░░░░░░░ 5.3M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 90,803,240 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 10,043,508 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 15,813,495 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 7,351,972 | 4.1% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,683,556 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 16,936,920 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 6,508,691 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 22,696,010 | 12.6% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 2,306,172 | 1.3% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 213,632 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,684,459 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,987,720 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 167,491 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943705848fcfdbf4516e66b85f3c4ade8d1de701f47bef6dc7a767cf9f03a9de
3
+ size 109775
data/creates/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:404949725c3c6adf08b4b2fe27fb9351ee69fae579929163f102413caa4f4034
3
+ size 1496165
data/deletes/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:315e2ad2a60069e6996627f7f97a076bdaefc02118cd46e065715061d575ea2f
3
+ size 205498
data/forks/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7997b9a641e4542c43b361d0d9f4e70e332743ed979715d7e7ad9a727c3d10ac
3
+ size 367842
data/issue_comments/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ba7363cc3b6f4c8a6a9c7f6d5df047626cccdb3b4c2e2a6849fc81457ecb13b
3
+ size 875681
data/issues/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a05c754624d0a04680d56421c13a28944c8446f085f2d70d1bd6d8b5b1cff9e
3
+ size 505707
data/public_events/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92cef71cc30aad6f446d94e00524575ebfef9fcd4476317c53b70957d1f2c844
3
+ size 14285
data/pull_requests/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2492898e56147a7b8936b50fcd21ff859307ceed39dc37743d6bff3badbf693
3
+ size 3296556
data/pushes/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca2b26ed8f6e21f8944201a7b400f11608ca4a974edb5d24aea5b64355f78a1
3
+ size 30829717
data/stars/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030aa62555325ba732e5f6eb04c1d8b347ffef64c744cf2bad70c0edaf829dac
3
+ size 758383
data/wiki_pages/2014/06/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cd4704a74b1f1474901952d0191311bc1c7ef73221b30984241c5a1971965ae
3
+ size 302180
stats.csv CHANGED
@@ -1052,6 +1052,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1052
  2014-06-26,386150,1725,192620,18664,36327,18574,0,6443,39017,14054,42450,7271,1176,3331,4130,0,368,0,141246388,258.2,40408864,58.2,258.2,53.1
1053
  2014-06-27,346762,1418,169519,20863,39063,16227,0,5116,32364,12087,37144,5800,842,2445,3559,0,315,0,119972613,217.2,33691155,45.8,217.2,46.5
1054
  2014-06-28,218439,838,116933,10505,16796,8428,0,1647,22465,7949,25334,3469,582,1332,1979,0,182,0,71508725,151.6,22462432,31.2,151.6,37.1
1055
- 2014-06-29,279603,849,137177,19950,34465,9578,0,2131,26270,9173,30338,3918,796,1720,2961,0,277,0,83832865,186.4,25128734,42.8,186.4,0.0
 
1056
  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
1057
  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
 
1052
  2014-06-26,386150,1725,192620,18664,36327,18574,0,6443,39017,14054,42450,7271,1176,3331,4130,0,368,0,141246388,258.2,40408864,58.2,258.2,53.1
1053
  2014-06-27,346762,1418,169519,20863,39063,16227,0,5116,32364,12087,37144,5800,842,2445,3559,0,315,0,119972613,217.2,33691155,45.8,217.2,46.5
1054
  2014-06-28,218439,838,116933,10505,16796,8428,0,1647,22465,7949,25334,3469,582,1332,1979,0,182,0,71508725,151.6,22462432,31.2,151.6,37.1
1055
+ 2014-06-29,279603,849,137177,19950,34465,9578,0,2131,26270,9173,30338,3918,796,1720,2961,0,277,0,83832865,186.4,25128734,42.8,186.4,47.6
1056
+ 2014-06-30,381299,1643,189093,19915,37372,19129,0,6093,35202,13315,43136,7300,986,3316,4415,0,384,0,137976943,286.1,38761789,50.6,286.1,0.0
1057
  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
1058
  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