tamnd commited on
Commit
369fdd6
·
verified ·
1 Parent(s): b67beaf

Add 2014-02-12 — 365.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 **2014-02-11** (920 days), totaling **135,067,917 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 38.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.7 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,531,226 events in 3796 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2K
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,531,226 | 3796 |
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 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 12.2M
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 | 42 | 12,231,520 | 291,226 | 3.7 GB | 1.1 GB | 27m19s | 1h49m | 31m43s |
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 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.3M
744
  ```
745
 
746
 
@@ -750,7 +750,7 @@ duckdb.sql("""
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
- 2014 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 675.0K
754
  ```
755
 
756
 
@@ -760,7 +760,7 @@ duckdb.sql("""
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
- 2014 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 522.8K
764
  ```
765
 
766
 
@@ -770,7 +770,7 @@ duckdb.sql("""
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
- 2014 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
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 | 67,508,829 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 7,637,859 | 5.7% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 11,641,973 | 8.6% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 5,333,207 | 3.9% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,100,650 | 0.8% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 12,786,370 | 9.5% | Repository stars |
1163
- | `forks` | ForkEvent | 4,862,328 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 17,437,303 | 12.9% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,419,013 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 104,453 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,314,639 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,412,991 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 123,776 | 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-02-12** (921 days), totaling **135,433,239 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 38.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.7 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,544,646 events in 3797 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.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,544,646 | 3797 |
691
 
692
 
693
  ### Live event schema
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 12.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 | 43 | 12,596,842 | 292,949 | 3.8 GB | 1.2 GB | 28m10s | 1h53m | 34m43s |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.4M
744
  ```
745
 
746
 
 
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
+ 2014 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 696.0K
754
  ```
755
 
756
 
 
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
+ 2014 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 539.6K
764
  ```
765
 
766
 
 
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
+ 2014 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
774
  ```
775
 
776
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 67,689,930 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 7,658,850 | 5.7% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 11,676,746 | 8.6% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 5,350,005 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,105,158 | 0.8% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 12,820,657 | 9.5% | Repository stars |
1163
+ | `forks` | ForkEvent | 4,875,903 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 17,476,445 | 12.9% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,427,826 | 1.1% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 105,194 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,317,633 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,418,312 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 124,135 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbfcba10d9b8859d6298b67218edf8469a81b6dc34fe6c2943e697bc008d096e
3
+ size 104026
data/creates/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:251d945a32ad5bc7469f8c95d6896883e3b5fa3ba1084aa515ee6a4b7ceda5ff
3
+ size 1465899
data/deletes/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5c7d59ee2c8c1eabf1a3c130ca70774c8c1967733780690845e734c9d8914c
3
+ size 206200
data/forks/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2713e0ec124bcc571304727d4712a2b76e26992289c51a90bd2bb885d5da6d6f
3
+ size 350947
data/issue_comments/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407540e8b368f27ea0f8906f193852519623fe95547dd474c9f48a4a82defcc7
3
+ size 802935
data/issues/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c2c0c81d90cc930499356f18a30ca1d63b4e4d554113d95a34fb6edc6498660
3
+ size 498844
data/public_events/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:447c96cd6444a7266725bf3e8c50439a2ccf91214374ccf7aee89d277391fc72
3
+ size 14263
data/pull_requests/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d29fb45c5f073f1bfe3301b75e76a5da7bbca014c3841be6f2826d12d6aa520
3
+ size 2908053
data/pushes/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa964b47e00ecdd70a660f358a0fcb2146510b2b224864ebd49a73992a88a8c4
3
+ size 28620557
data/stars/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209ba0f8182487d7d6ad48849a2ec05b0cee278d9a2e6c68e0503e17a494c670
3
+ size 723858
data/wiki_pages/2014/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f6fb4637ea402aff0d13dc778408e9db580b3706b16eefed462b4b96961558
3
+ size 290087
stats.csv CHANGED
@@ -918,4 +918,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
918
  2014-02-08,254960,1469,143999,11828,18179,9215,0,2009,22533,8976,27187,3351,542,1682,3774,0,216,0,76942330,136.2,24293538,44.8,136.2,51.8
919
  2014-02-09,278718,1314,155285,12652,20898,9576,0,2461,25958,9355,30217,3853,606,2000,4273,0,270,0,85503243,159.7,26748272,67.2,159.7,97.7
920
  2014-02-10,352168,1837,174327,19854,35253,15673,0,4696,33686,12386,39229,5785,787,3280,5055,0,320,0,117171350,245.1,34581226,45.4,245.1,39.9
921
- 2014-02-11,363190,1985,179787,20002,35633,16418,0,4605,35051,13253,40275,7174,739,2870,5059,0,339,0,120782531,252.0,35394809,70.3,252.0,0.0
 
 
918
  2014-02-08,254960,1469,143999,11828,18179,9215,0,2009,22533,8976,27187,3351,542,1682,3774,0,216,0,76942330,136.2,24293538,44.8,136.2,51.8
919
  2014-02-09,278718,1314,155285,12652,20898,9576,0,2461,25958,9355,30217,3853,606,2000,4273,0,270,0,85503243,159.7,26748272,67.2,159.7,97.7
920
  2014-02-10,352168,1837,174327,19854,35253,15673,0,4696,33686,12386,39229,5785,787,3280,5055,0,320,0,117171350,245.1,34581226,45.4,245.1,39.9
921
+ 2014-02-11,363190,1985,179787,20002,35633,16418,0,4605,35051,13253,40275,7174,739,2870,5059,0,339,0,120782531,252.0,35394809,70.3,252.0,180.4
922
+ 2014-02-12,365322,1919,181101,20991,34773,16798,0,4508,34287,13575,39142,8813,741,2994,5321,0,359,0,121356111,245.5,35985669,50.7,245.5,0.0