tamnd commited on
Commit
2011bb5
·
verified ·
1 Parent(s): 94f490a

Add 2014-03-27 — 381.1K 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-26** (963 days), totaling **149,119,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 42.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.0 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,714,659 events in 3805 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.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,714,659 | 3805 |
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 ██████████░░░░░░░░░░░░░░░░░░░░ 26.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 | 85 | 26,283,135 | 309,213 | 8.0 GB | 2.4 GB | 56m58s | 4h17m | 1h13m |
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 ██████████░░░░░░░░░░░░░░░░░░░░ 13.3M
744
  ```
745
 
746
 
@@ -750,7 +750,7 @@ duckdb.sql("""
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
- 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 1.4M
754
  ```
755
 
756
 
@@ -760,7 +760,7 @@ duckdb.sql("""
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
- 2014 ███████████░░░░░░░░░░░░░░░░░░ 1.1M
764
  ```
765
 
766
 
@@ -770,7 +770,7 @@ duckdb.sql("""
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
- 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 2.4M
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 | 74,599,362 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,394,049 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 12,948,228 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 5,957,417 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,270,042 | 0.9% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 14,065,223 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,364,681 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 19,050,871 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,686,686 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 135,675 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,432,790 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,614,339 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 137,726 | 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-28** (965 days), totaling **149,766,103 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.0 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,743,276 events in 3806 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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 53.5K
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,743,276 | 3806 |
691
 
692
 
693
  ### Live event schema
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 26.9M
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 | 87 | 26,929,706 | 309,536 | 8.2 GB | 2.5 GB | 58m09s | 4h24m | 1h17m |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 13.7M
744
  ```
745
 
746
 
 
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 1.5M
754
  ```
755
 
756
 
 
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
+ 2014 ███████████░░░░░░░░░░░░░░░░░░ 1.2M
764
  ```
765
 
766
 
 
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
774
  ```
775
 
776
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 74,925,367 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,425,366 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 13,006,231 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 5,987,605 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,277,959 | 0.9% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 14,123,226 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,387,127 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 19,130,256 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,699,340 | 1.1% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 137,170 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,438,578 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,623,280 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 138,318 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e3894a512f91b99228bdb2f57bbe186abd703f2b961ed0104e471481a60efb
3
+ size 109372
data/creates/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:130ccf4f9e1df687101a5472f90457e5d2229768999a8d5a82f363c9275fc239
3
+ size 1735778
data/deletes/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0998ab5bfefae6614ea9091674c6565d1570b64c5f2008abdeeb0aaa22e8a511
3
+ size 201920
data/forks/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14877cfcb98a698199259bac2036765e856507ad8a793235ac0697616bc028ea
3
+ size 381954
data/issue_comments/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f8ca18d66a3f2197e6917da8b6c06d5c7e51806a4706c987d66b7c4c44a696
3
+ size 794665
data/issues/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a42c1560f9670d20b6d0b12fc5276796286fef8f1d164c462d79d9d99015375
3
+ size 464264
data/public_events/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa858ffae43924a41b3e52c18d4c8a6d21b0338b03e0bd07e1edc9f448d8c78
3
+ size 13329
data/pull_requests/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ddbc3f28467912537e4c2654f2ef8aef0490027f845d96abfb330efb7bbb00c
3
+ size 3096034
data/pushes/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f7ab1660352258302deb362d2bbb9f9feec655460bc3abc7978613d401075e
3
+ size 29703641
data/stars/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba593c7199ac1f0e6d3223f93bf9161711d170b7163328b40ccf2a94f7f023f
3
+ size 719215
data/wiki_pages/2014/03/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fbc96359d79dd0ccb1b01b2d468e1b605d4d8ae2428bf1029e7d0b769b08b3c
3
+ size 278383
stats.csv CHANGED
@@ -961,4 +961,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
961
  2014-03-23,249636,990,133301,12988,20317,8902,0,1937,23528,8482,28531,4133,618,1975,3706,0,228,0,76015962,150.7,24566975,36.1,150.7,55.2
962
  2014-03-24,351243,1955,176840,18889,34276,16697,0,4855,30222,11899,39264,6939,756,3485,4819,0,347,0,117211061,229.8,35056326,51.9,229.8,92.8
963
  2014-03-25,321387,1945,163111,15311,29314,15060,0,4152,29974,11414,36662,5740,652,2577,4971,0,504,0,106767652,206.5,32283823,46.8,206.5,191.3
964
- 2014-03-26,322372,2067,162601,15523,30408,15116,0,4795,28796,10924,36822,6148,631,3029,5066,0,446,0,108574978,218.4,32675294,36.5,218.4,0.0
 
 
 
961
  2014-03-23,249636,990,133301,12988,20317,8902,0,1937,23528,8482,28531,4133,618,1975,3706,0,228,0,76015962,150.7,24566975,36.1,150.7,55.2
962
  2014-03-24,351243,1955,176840,18889,34276,16697,0,4855,30222,11899,39264,6939,756,3485,4819,0,347,0,117211061,229.8,35056326,51.9,229.8,92.8
963
  2014-03-25,321387,1945,163111,15311,29314,15060,0,4152,29974,11414,36662,5740,652,2577,4971,0,504,0,106767652,206.5,32283823,46.8,206.5,191.3
964
+ 2014-03-26,322372,2067,162601,15523,30408,15116,0,4795,28796,10924,36822,6148,631,3029,5066,0,446,0,108574978,218.4,32675294,36.5,218.4,212.0
965
+ 2014-03-27,381134,2188,189654,18949,35028,17892,0,4622,33247,12607,49358,7507,838,3695,5222,0,327,0,125273552,250.0,37498555,43.1,250.0,0.0
966
+ 2014-03-28,265437,1649,136351,12368,22975,12296,0,3295,24756,9839,30027,5147,657,2093,3719,0,265,0,88457134,179.8,26641468,28.5,179.8,0.0