tamnd commited on
Commit
2f9bfce
·
verified ·
1 Parent(s): d7cb103

Add 2014-04-21 — 348.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 **2015-01-01** (989 days), totaling **157,303,526 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 45.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.8 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,827,644 events in 3810 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 ██████████████░░░░░░░░░░░░░░░░ 137.9K
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,827,644 | 3810 |
691
 
692
 
693
  ### Live event schema
@@ -723,8 +723,8 @@ duckdb.sql("""
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
- 2014 █████████████░░░░░░░░░░░░░░░░░ 34.2M
727
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218.9K
728
  ```
729
 
730
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
@@ -732,8 +732,8 @@ duckdb.sql("""
732
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
733
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
734
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
735
- | 2014 | 110 | 34,248,190 | 311,347 | 10.4 GB | 3.1 GB | 1h13m | 5h53m | 1h42m |
736
- | 2015 | 1 | 218,939 | 218,939 | 70.3 MB | 36.1 MB | 16s | 1m19s | — |
737
 
738
 
739
  ### Pushes per year
@@ -742,8 +742,8 @@ duckdb.sql("""
742
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
743
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
744
  2013 ██████████████████████████████ 38.1M
745
- 2014 █████████████░░░░░░░░░░░░░░░░░ 17.4M
746
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 119.2K
747
  ```
748
 
749
 
@@ -753,8 +753,8 @@ duckdb.sql("""
753
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
754
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
755
  2013 ██████████████████████████████ 4.3M
756
- 2014 ████████████░░░░░░░░░░░░░░░░░░ 1.8M
757
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.8K
758
  ```
759
 
760
 
@@ -765,7 +765,7 @@ duckdb.sql("""
765
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
766
  2013 ██████████████████████████████ 2.9M
767
  2014 ███████████████░░░░░░░░░░░░░░░ 1.5M
768
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7K
769
  ```
770
 
771
 
@@ -775,8 +775,8 @@ duckdb.sql("""
775
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
776
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
777
  2013 ██████████████████████████████ 7.0M
778
- 2014 █████████████░░░░░░░░░░░░░░░░░ 3.1M
779
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.9K
780
  ```
781
 
782
 
@@ -1160,20 +1160,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1160
 
1161
  | Table | GitHub Event | Events | % | Description |
1162
  |-------|-------------|-------:|---:|-------------|
1163
- | `pushes` | PushEvent | 78,818,278 | 50.1% | Git pushes with commits |
1164
- | `issues` | IssuesEvent | 8,810,002 | 5.6% | Issue lifecycle events |
1165
- | `issue_comments` | IssueCommentEvent | 13,662,716 | 8.7% | Comments on issues/PRs |
1166
- | `pull_requests` | PullRequestEvent | 6,312,221 | 4.0% | PR lifecycle events |
1167
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,368,202 | 0.9% | Line-level PR comments |
1168
- | `stars` | WatchEvent | 14,795,908 | 9.4% | Repository stars |
1169
- | `forks` | ForkEvent | 5,652,542 | 3.6% | Repository forks |
1170
- | `creates` | CreateEvent | 19,998,914 | 12.7% | Branch/tag/repo creation |
1171
- | `deletes` | DeleteEvent | 1,855,574 | 1.2% | Branch/tag deletion |
1172
- | `releases` | ReleaseEvent | 154,589 | 0.1% | Release publications |
1173
- | `commit_comments` | CommitCommentEvent | 1,496,849 | 1.0% | Comments on commits |
1174
- | `wiki_pages` | GollumEvent | 2,724,018 | 1.7% | Wiki page edits |
1175
- | `members` | MemberEvent | 103,111 | 0.1% | Collaborator additions |
1176
- | `public_events` | PublicEvent | 145,412 | 0.1% | Repo made public |
1177
 
1178
  ## How it's built
1179
 
 
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** (991 days), totaling **157,944,532 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 45.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.8 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,865,174 events in 3811 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 ██████████████████░░░░░░░░░░░░ 175.4K
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,865,174 | 3811 |
691
 
692
 
693
  ### Live event schema
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 █████████████░░░░░░░░░░░░░░░░░ 34.6M
727
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
728
  ```
729
 
730
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
 
732
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
733
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
734
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
735
+ | 2014 | 111 | 34,596,386 | 311,679 | 10.5 GB | 3.2 GB | 1h13m | 5h58m | 1h44m |
736
+ | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | — |
737
 
738
 
739
  ### Pushes per year
 
742
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
743
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
744
  2013 ██████████████████████████████ 38.1M
745
+ 2014 █████████████░░░░░░░░░░░░░░░░░ 17.6M
746
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
747
  ```
748
 
749
 
 
753
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
754
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
755
  2013 ██████████████████████████████ 4.3M
756
+ 2014 ████████████░░░░░░░░░░░░░░░░░░ 1.9M
757
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
758
  ```
759
 
760
 
 
765
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
766
  2013 ██████████████████████████████ 2.9M
767
  2014 ███████████████░░░░░░░░░░░░░░░ 1.5M
768
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
769
  ```
770
 
771
 
 
775
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
776
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
777
  2013 ██████████████████████████████ 7.0M
778
+ 2014 █████████████░░░░░░░░░░░░░░░░░ 3.2M
779
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
780
  ```
781
 
782
 
 
1160
 
1161
  | Table | GitHub Event | Events | % | Description |
1162
  |-------|-------------|-------:|---:|-------------|
1163
+ | `pushes` | PushEvent | 79,156,629 | 50.1% | Git pushes with commits |
1164
+ | `issues` | IssuesEvent | 8,840,843 | 5.6% | Issue lifecycle events |
1165
+ | `issue_comments` | IssueCommentEvent | 13,718,113 | 8.7% | Comments on issues/PRs |
1166
+ | `pull_requests` | PullRequestEvent | 6,339,549 | 4.0% | PR lifecycle events |
1167
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,375,695 | 0.9% | Line-level PR comments |
1168
+ | `stars` | WatchEvent | 14,855,476 | 9.4% | Repository stars |
1169
+ | `forks` | ForkEvent | 5,674,763 | 3.6% | Repository forks |
1170
+ | `creates` | CreateEvent | 20,071,041 | 12.7% | Branch/tag/repo creation |
1171
+ | `deletes` | DeleteEvent | 1,865,747 | 1.2% | Branch/tag deletion |
1172
+ | `releases` | ReleaseEvent | 156,489 | 0.1% | Release publications |
1173
+ | `commit_comments` | CommitCommentEvent | 1,501,388 | 1.0% | Comments on commits |
1174
+ | `wiki_pages` | GollumEvent | 2,731,883 | 1.7% | Wiki page edits |
1175
+ | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
1176
+ | `public_events` | PublicEvent | 146,001 | 0.1% | Repo made public |
1177
 
1178
  ## How it's built
1179
 
data/commit_comments/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2277314fc3bad8879062414aba51392c86fea061633ee14b4c382595e6ac17e9
3
+ size 95361
data/creates/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc286a74ec27411ec4541c0cd7d87be75dc3091920067661c6669d213447a863
3
+ size 1416165
data/deletes/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5001f927544cced6b1d21b5998ede9224bccf9724258e54e281ed5396e14f849
3
+ size 160204
data/forks/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2290677f85d8efd40486d7ff13911c7a11382ae0d27157d3f41f1ef361134136
3
+ size 328727
data/issue_comments/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54ca6b8e42328af0716e7cd28931b1d3575eea59a682b44ece36bbd0988bcf24
3
+ size 686714
data/issues/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ec2051a0f780dd1b27af36bdbd9125df4ed14847f6931f73bdb80867c016c1e
3
+ size 448004
data/public_events/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c164bc46a54f3bb8e1ee2cbabedb9078bbec459f07f35e4785ec842d2d469c4
3
+ size 13534
data/pull_requests/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2434df003773ee241bcd5eb0456120a3682fa0a148c302098b035f81d620f6e5
3
+ size 2800707
data/pushes/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce93253c22a1cc1cf4e00bc404ddee63bbb190b1a30ad420bc7b9147c64f65a7
3
+ size 27692244
data/stars/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51948a85b0589542d2651cf48fefab3ffea066d40a3550fe8f7bcbf076dca066
3
+ size 692765
data/wiki_pages/2014/04/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c372fe1782fa542605cb0947c8464df6608986ac61e413e8e4c16c371ac7b94
3
+ size 249810
stats.csv CHANGED
@@ -986,5 +986,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
986
  2014-04-17,347914,1826,182559,16191,30081,15722,0,5020,30689,12628,38828,6231,767,2866,4158,0,348,0,116443650,257.2,35068619,33.0,257.2,87.1
987
  2014-04-18,268761,1257,140595,12784,22403,11711,0,3600,24242,9700,31460,4406,670,2062,3629,0,242,0,88801801,195.6,26925915,26.6,195.7,127.4
988
  2014-04-19,231383,1001,126260,10346,16193,8598,0,1827,21388,8711,27808,3634,545,1487,3382,0,203,0,71725886,169.5,22544538,59.0,169.5,72.0
989
- 2014-04-20,238612,938,131239,10150,16604,8151,0,1801,22557,9597,28687,3073,614,1538,3472,0,191,0,73504927,167.6,23634811,29.0,167.6,0.0
 
990
  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
 
 
986
  2014-04-17,347914,1826,182559,16191,30081,15722,0,5020,30689,12628,38828,6231,767,2866,4158,0,348,0,116443650,257.2,35068619,33.0,257.2,87.1
987
  2014-04-18,268761,1257,140595,12784,22403,11711,0,3600,24242,9700,31460,4406,670,2062,3629,0,242,0,88801801,195.6,26925915,26.6,195.7,127.4
988
  2014-04-19,231383,1001,126260,10346,16193,8598,0,1827,21388,8711,27808,3634,545,1487,3382,0,203,0,71725886,169.5,22544538,59.0,169.5,72.0
989
+ 2014-04-20,238612,938,131239,10150,16604,8151,0,1801,22557,9597,28687,3073,614,1538,3472,0,191,0,73504927,167.6,23634811,29.0,167.6,68.5
990
+ 2014-04-21,348196,1631,183036,15804,29316,15370,0,4547,31158,12791,40265,5613,937,2710,4687,0,331,0,115058501,301.7,34584235,53.5,301.7,0.0
991
  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
992
+ 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,0.0