tamnd commited on
Commit
c1a5a43
·
verified ·
1 Parent(s): 8f46692

Add 2014-03-21 — 316.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-03-20** (957 days), totaling **147,322,627 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 42.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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,668,570 events in 3803 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 ███████████████░░░░░░░░░░░░░░░ 144.5K
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,668,570 | 3803 |
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 █████████░░░░░░░░░░░░░░░░░░░░░ 24.5M
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 | 79 | 24,486,230 | 309,952 | 7.4 GB | 2.2 GB | 52m59s | 3h57m | 1h03m |
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 █████████░░░░░░░░░░░░░░░░░░░░░ 12.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.3M
754
  ```
755
 
756
 
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
- | `pushes` | PushEvent | 73,683,757 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,295,696 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 12,787,448 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 5,878,370 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,248,736 | 0.8% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 13,901,690 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,301,564 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 18,846,554 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,653,733 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 131,641 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,417,354 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,587,963 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 135,697 | 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-21** (958 days), totaling **147,638,783 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 42.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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,689,743 events in 3804 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 █████████████████░░░░░░░░░░░░░ 165.7K
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,689,743 | 3804 |
691
 
692
 
693
  ### Live event schema
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 24.8M
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 | 80 | 24,802,386 | 310,029 | 7.5 GB | 2.3 GB | 53m31s | 4h01m | 1h05m |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 12.6M
744
  ```
745
 
746
 
 
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
+ 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 1.4M
754
  ```
755
 
756
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 73,838,219 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,318,644 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 12,815,965 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 5,892,620 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,252,539 | 0.8% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 13,931,207 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,313,300 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 18,881,696 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,659,686 | 1.1% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 132,440 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,419,946 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,592,402 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 135,983 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d7f5afa38cd7575c99bc1ee3ad099352bd6ca4dbd0fd6b2dbb317f4ee51006d
3
+ size 91563
data/creates/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0c8684ffaf017e131019165ece1f28365e6c317d8ed3f464a3d90ee04811e85
3
+ size 1256736
data/deletes/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:338add5b89482096dbbe58df89e37b9ae28e69cdeacf8c49309180324f425fb2
3
+ size 166360
data/forks/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca32cd734d9d657117ac042ab34848cdbfc97451ff91608f0111dc67a961c2ba
3
+ size 309911
data/issue_comments/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eebb9bbb3aea3a43aa20cfee94e8fc7ae29b91c16d17354d754953dfd80b4cfd
3
+ size 668932
data/issues/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa318a3b8aeb0b30e4b5e24d28edca87fbace70f89cb7a0fa7e48ec7d59e631
3
+ size 437608
data/public_events/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0828274c70c94931c852ef76cb84d9e313424cd4939f0c7056933fd0f9d86d39
3
+ size 11944
data/pull_requests/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23cb87c42e8f4720ffcd161c0eeb3f737baaebba34a2c07ddbdf7efc4768a983
3
+ size 2532946
data/pushes/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1204c2c25b5746e82db937dab3dce7ad67f4b095c6e86e2ad80bd5230e2872fc
3
+ size 24168847
data/stars/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:050a9ff08983f709ed235eeec2b7182a4e268272cc9271231bc40597e8c17aea
3
+ size 644014
data/wiki_pages/2014/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7de399d0a6c67586f8da2612aa51806b2f364f8d0664f10950457dba27eb2ad0
3
+ size 320738
stats.csv CHANGED
@@ -955,4 +955,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
955
  2014-03-17,380242,2110,189652,19604,36519,17073,0,6138,34908,14124,42776,7411,825,3193,5508,0,401,0,127997949,253.4,37797165,41.5,253.4,66.9
956
  2014-03-18,394681,2349,195086,20032,37551,18333,0,5770,35834,14383,47529,7402,1015,3288,5725,0,384,0,130893056,270.8,38687605,53.5,270.8,51.6
957
  2014-03-19,400040,2284,204419,20544,37146,18327,0,5484,35903,14428,44763,7040,878,3197,5218,0,409,0,131836378,285.1,40385237,46.5,285.1,55.8
958
- 2014-03-20,376884,1870,189575,18748,34910,17381,0,5420,34474,13508,44672,6892,874,3034,5185,0,341,0,124183845,258.8,37519208,42.3,258.8,0.0
 
 
955
  2014-03-17,380242,2110,189652,19604,36519,17073,0,6138,34908,14124,42776,7411,825,3193,5508,0,401,0,127997949,253.4,37797165,41.5,253.4,66.9
956
  2014-03-18,394681,2349,195086,20032,37551,18333,0,5770,35834,14383,47529,7402,1015,3288,5725,0,384,0,130893056,270.8,38687605,53.5,270.8,51.6
957
  2014-03-19,400040,2284,204419,20544,37146,18327,0,5484,35903,14428,44763,7040,878,3197,5218,0,409,0,131836378,285.1,40385237,46.5,285.1,55.8
958
+ 2014-03-20,376884,1870,189575,18748,34910,17381,0,5420,34474,13508,44672,6892,874,3034,5185,0,341,0,124183845,258.8,37519208,42.3,258.8,82.7
959
+ 2014-03-21,316156,1712,154462,22948,28517,14250,0,3803,29517,11736,35142,5953,799,2592,4439,0,286,0,101759174,213.6,30609599,32.3,213.6,0.0