tamnd commited on
Commit
e45ef7e
·
verified ·
1 Parent(s): 849d6fc

Add 2014-04-03 — 389.2K 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-04-02** (970 days), totaling **151,178,964 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 43.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.2 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,764,089 events in 3807 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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 74.3K
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11: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,764,089 | 3807 |
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 ███████████░░░░░░░░░░░░░░░░░░░ 28.3M
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 | 92 | 28,342,567 | 308,071 | 8.6 GB | 2.6 GB | 1h01m | 4h39m | 1h24m |
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 ███████████░░░░░░░░░░░░░░░░░░░ 14.4M
744
  ```
745
 
746
 
@@ -750,7 +750,7 @@ duckdb.sql("""
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
- 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 1.5M
754
  ```
755
 
756
 
@@ -760,7 +760,7 @@ duckdb.sql("""
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
- 2014 ████████████░░░░░░░░░░░░░░░░░░ 1.2M
764
  ```
765
 
766
 
@@ -770,7 +770,7 @@ duckdb.sql("""
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
- 2014 ███████████░░░░░░░░░░░░░░░░░░░ 2.6M
774
  ```
775
 
776
 
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
- | `pushes` | PushEvent | 75,649,619 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,495,279 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 13,131,611 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 6,046,671 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,293,890 | 0.9% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 14,253,184 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,435,440 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 19,289,087 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,736,487 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 140,459 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,450,049 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,643,222 | 1.7% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 139,787 | 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-04-03** (971 days), totaling **151,568,205 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 43.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.2 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,787,719 events in 3808 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 ██████████░░░░░░░░░░░░░░░░░░░░ 98.0K
86
  09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11: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,787,719 | 3808 |
691
 
692
 
693
  ### Live event schema
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ███████████░░░░░░░░░░░░░░░░░░░ 28.7M
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 | 93 | 28,731,808 | 308,944 | 8.7 GB | 2.6 GB | 1h01m | 4h44m | 1h25m |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ███████████░░░░░░░░░░░░░░░░░░░ 14.6M
744
  ```
745
 
746
 
 
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 1.6M
754
  ```
755
 
756
 
 
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
+ 2014 ████████████░░░░░░░░░░░░░░░░░░ 1.3M
764
  ```
765
 
766
 
 
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
+ 2014 ███████████░░░░░░░░░░░░░░░░░░░ 2.7M
774
  ```
775
 
776
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 75,844,858 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,514,465 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 13,167,827 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 6,065,066 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,298,716 | 0.9% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 14,287,768 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,448,705 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 19,336,797 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,744,213 | 1.2% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 141,299 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,453,196 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,648,755 | 1.7% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 140,145 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e5fa5b54c49a236e38b46765c74c47d2275692ae8195bba5eb1b9342bdfe59f
3
+ size 107150
data/creates/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85c598db9fff8ae51ec5c52e0e7475f0b8d1f6df5fc335efd5a8d1560083d86a
3
+ size 1692341
data/deletes/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e098a9d870e5288db1f9cbe7b1b3b399b0a50b025c7d00794ccbb6573f594646
3
+ size 207247
data/forks/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd188d58535a06930713695665c75c2f68122699cbbfb254159bd5bd6ed1ba02
3
+ size 364174
data/issue_comments/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa63cf3388d690dbe9eee6169103ea874088b45f0da457f9afa23a343335713
3
+ size 908779
data/issues/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fdb3859181b59ef3c0eecd711cc74dfedc83cb188ab5d4e68f7e03a61215b2e
3
+ size 494190
data/public_events/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:968f1a84550621e6daa7e8266f0ef8366ca37badb63006aebfdb54a593c54d55
3
+ size 14334
data/pull_requests/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dfc1ac6bc9f58f73ca9957bbba60ad73ba8b5af102f35c9068abf3d4320af90
3
+ size 3123437
data/pushes/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:340772ccb4147a12ec1106b54f1c4e7d5f3e1f8fbc7273fbb7f8704714e068b2
3
+ size 30629080
data/stars/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbc9d77cc4b516473e3a7451e041e1195c0795dd0a96990556355c6371942ea0
3
+ size 811842
data/wiki_pages/2014/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ec9292400d9a1320152dc823a0154a35ca2e0947b953dbd7912f1c860ebb60
3
+ size 405728
stats.csv CHANGED
@@ -968,4 +968,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
968
  2014-03-30,261493,1127,139795,13181,20329,9391,0,2077,25821,8896,29466,5065,623,2063,3383,0,276,0,80143865,155.9,24936000,37.2,155.9,45.0
969
  2014-03-31,267950,1502,135797,14167,24750,12160,0,3577,25195,9088,29957,4695,595,2463,3704,0,300,0,88878612,179.6,27363171,23.1,179.6,40.0
970
  2014-04-01,344984,2112,173344,17672,32350,15674,0,4301,31936,12224,39529,6687,839,2984,4959,0,373,0,114574798,235.6,34485860,48.4,235.6,55.7
971
- 2014-04-02,337853,1910,164916,15974,33229,14823,0,4569,28922,11302,36452,17324,769,2603,4712,0,348,0,108878982,223.1,32760928,42.1,223.1,0.0
 
 
968
  2014-03-30,261493,1127,139795,13181,20329,9391,0,2077,25821,8896,29466,5065,623,2063,3383,0,276,0,80143865,155.9,24936000,37.2,155.9,45.0
969
  2014-03-31,267950,1502,135797,14167,24750,12160,0,3577,25195,9088,29957,4695,595,2463,3704,0,300,0,88878612,179.6,27363171,23.1,179.6,40.0
970
  2014-04-01,344984,2112,173344,17672,32350,15674,0,4301,31936,12224,39529,6687,839,2984,4959,0,373,0,114574798,235.6,34485860,48.4,235.6,55.7
971
+ 2014-04-02,337853,1910,164916,15974,33229,14823,0,4569,28922,11302,36452,17324,769,2603,4712,0,348,0,108878982,223.1,32760928,42.1,223.1,60.2
972
+ 2014-04-03,389241,2216,195239,19186,36216,18395,0,4826,34584,13265,47710,7726,840,3147,5533,0,358,0,129234203,300.2,38758302,46.9,300.2,0.0