tamnd commited on
Commit
45fdc40
·
verified ·
1 Parent(s): a5771ba

Add 2014-03-09 — 261.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 **2014-03-08** (945 days), totaling **143,200,187 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 40.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.4 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,603,702 events in 3800 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
@@ -81,7 +81,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
81
  04:00 ██████████████████████████████ 279.7K
82
  05:00 ██████████████████░░░░░░░░░░░░ 169.7K
83
  06:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
84
- 07:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 79.7K
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -687,7 +687,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
687
  | 2026-03-25 | 268 | 157 |
688
  | 2026-03-26 | 664 | 224 |
689
  | 2026-03-27 | 1,861,708 | 12454 |
690
- | 2026-03-28 | 1,603,702 | 3800 |
691
 
692
 
693
  ### Live event schema
@@ -723,7 +723,7 @@ duckdb.sql("""
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
- 2014 ████████░░░░░░░░░░░░░░░░░░░░░░ 20.4M
727
  ```
728
 
729
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
@@ -731,7 +731,7 @@ duckdb.sql("""
731
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
732
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
733
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
734
- | 2014 | 67 | 20,363,790 | 303,937 | 6.2 GB | 1.9 GB | 44m42s | 3h14m | 52m44s |
735
 
736
 
737
  ### Pushes per year
@@ -740,7 +740,7 @@ duckdb.sql("""
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
- 2014 ████████░░░░░░░░░░░░░░░░░░░░░░ 10.4M
744
  ```
745
 
746
 
@@ -760,7 +760,7 @@ duckdb.sql("""
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
- 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 886.9K
764
  ```
765
 
766
 
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
- | `pushes` | PushEvent | 71,616,623 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,072,366 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 12,404,123 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 5,697,285 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,194,898 | 0.8% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 13,523,989 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,152,647 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 18,362,124 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,576,324 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 122,385 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,384,758 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,530,474 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 131,728 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
 
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 **2014-03-09** (946 days), totaling **143,461,740 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 40.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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
 
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,624,685 events in 3801 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
81
  04:00 ██████████████████████████████ 279.7K
82
  05:00 ██████████████████░░░░░░░░░░░░ 169.7K
83
  06:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
84
+ 07:00 ██████████░░░░░░░░░░░░░░░░░░░░ 100.6K
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
687
  | 2026-03-25 | 268 | 157 |
688
  | 2026-03-26 | 664 | 224 |
689
  | 2026-03-27 | 1,861,708 | 12454 |
690
+ | 2026-03-28 | 1,624,685 | 3801 |
691
 
692
 
693
  ### Live event schema
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ████████░░░░░░░░░░░░░░░░░░░░░░ 20.6M
727
  ```
728
 
729
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
 
731
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
732
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
733
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
734
+ | 2014 | 68 | 20,625,343 | 303,313 | 6.2 GB | 1.9 GB | 45m25s | 3h16m | 53m41s |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ████████░░░░░░░░░░░░░░░░░░░░░░ 10.5M
744
  ```
745
 
746
 
 
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
+ 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 895.7K
764
  ```
765
 
766
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 71,750,858 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,094,234 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 12,423,178 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 5,706,102 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,196,710 | 0.8% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 13,547,871 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,161,582 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 18,391,510 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,582,488 | 1.1% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 122,939 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,386,515 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,534,111 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 131,958 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27517e5a2f8b5617ec812eb445f5b48aa623a02348d5e8dfb8343430a9d9fdb2
3
+ size 66946
data/creates/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bea1050dd4872def8da3fc8db33c3dfba0a68dfd9d215657a0d2c317c8b7a71
3
+ size 1023419
data/deletes/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7342d344557e9ba6679d267e8362042ebcb96880f1975816fde3a2657bd918da
3
+ size 132699
data/forks/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:675f4f6d8e57d0bdfff49f757bc1250236f7e25bfd90af5ca125d43d9981c94b
3
+ size 245091
data/issue_comments/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b36f36514787d40d8b2b196386a6db2803f66d66448fb5539190ff5eedc4bc
3
+ size 451385
data/issues/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9226aad80a8f00f5f476fa0d6482b1a80df0f2c949a6103cd4582b8ec42705e
3
+ size 373701
data/public_events/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6305f13b4e582cdb5238aa9712b158e164fecdf515e93b0f4603a0610fcd8d1b
3
+ size 9661
data/pull_requests/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c655a7ea76e05f3be904c34d2fd89ac96d8e48f21f02ed3afa6ded29a335a160
3
+ size 1559819
data/pushes/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de5d8063652a8a57e18ad383d6da88c98f0c9b611f0fe2f5274dc644442fe329
3
+ size 20001067
data/stars/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef98538a5f2866c8483bc0805b22693451bdd844e6e6b9d097fd2ffaa236695
3
+ size 594417
data/wiki_pages/2014/03/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713a3626cd339b8ab12b4c8911e4cfde260a9d5601afcbe6708b2eddbddfe7ad
3
+ size 191169
stats.csv CHANGED
@@ -943,4 +943,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
943
  2014-03-05,383060,2158,190630,19366,36498,17917,0,5003,33824,13801,45708,7976,840,3345,5654,0,340,0,128029537,235.8,37613757,35.5,235.8,51.1
944
  2014-03-06,376192,2023,190077,19002,34319,17005,0,4886,34977,14067,43066,7177,822,2848,5575,0,348,0,126967155,231.2,37657142,35.5,231.2,43.1
945
  2014-03-07,328361,1841,165184,17064,29661,15064,0,4232,31663,11338,37071,7110,731,2732,4356,0,314,0,109588407,197.3,32466256,32.9,197.3,37.8
946
- 2014-03-08,236962,1360,125846,11380,18507,8696,0,1861,21455,8307,28204,5630,616,1457,3398,0,245,0,72942731,133.2,23085388,41.8,133.2,0.0
 
 
943
  2014-03-05,383060,2158,190630,19366,36498,17917,0,5003,33824,13801,45708,7976,840,3345,5654,0,340,0,128029537,235.8,37613757,35.5,235.8,51.1
944
  2014-03-06,376192,2023,190077,19002,34319,17005,0,4886,34977,14067,43066,7177,822,2848,5575,0,348,0,126967155,231.2,37657142,35.5,231.2,43.1
945
  2014-03-07,328361,1841,165184,17064,29661,15064,0,4232,31663,11338,37071,7110,731,2732,4356,0,314,0,109588407,197.3,32466256,32.9,197.3,37.8
946
+ 2014-03-08,236962,1360,125846,11380,18507,8696,0,1861,21455,8307,28204,5630,616,1457,3398,0,245,0,72942731,133.2,23085388,41.8,133.2,56.1
947
+ 2014-03-09,261553,1221,134235,21868,19055,8817,0,1812,23882,8935,29386,6164,554,1757,3637,0,230,0,77600578,144.6,24649374,42.7,144.6,0.0