tamnd commited on
Commit
e1345b2
·
verified ·
1 Parent(s): 25f9054

Add 2014-03-25 — 321.4K 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-24** (961 days), totaling **148,475,773 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.9 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,689,743 events in 3804 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 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
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,689,743 | 3804 |
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 ██████████░░░░░░░░░░░░░░░░░░░░ 25.6M
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 | 83 | 25,639,376 | 308,908 | 7.8 GB | 2.3 GB | 55m34s | 4h10m | 1h08m |
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.0M
744
  ```
745
 
746
 
@@ -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,273,650 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,363,215 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 12,888,506 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 5,927,241 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,261,095 | 0.8% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 14,006,453 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,342,343 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 18,977,387 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,674,798 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 134,392 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,427,184 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,604,302 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 136,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-03-25** (962 days), totaling **148,797,160 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.5 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,714,659 events in 3805 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
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,714,659 | 3805 |
691
 
692
 
693
  ### Live event schema
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 26.0M
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 | 84 | 25,960,763 | 309,056 | 7.9 GB | 2.4 GB | 56m21s | 4h13m | 1h10m |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░░ 13.2M
744
  ```
745
 
746
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 74,436,761 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,378,526 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 12,917,820 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 5,942,301 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,265,247 | 0.9% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 14,036,427 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,353,757 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 19,014,049 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,680,538 | 1.1% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 135,044 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,429,761 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,609,273 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 137,280 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56237304b06e07686434c40e7eb29bf24df498e187ab434ea87a4d3f65c5390a
3
+ size 92243
data/creates/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943dc6d2eb3e89d2abc97a56f7aad0eb2bca55cb605913821a940d5af1ece102
3
+ size 1401431
data/deletes/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99d3dc906e1a0155cbd27c478529edd9f33c42406e2d7645a8ffe1a61dfdf762
3
+ size 164651
data/forks/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ca18031cfe9fdaca8064d408f6f7658f6fb49ea196172a5e59e682649015815
3
+ size 307826
data/issue_comments/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04520cc642bfe3a21f846e7ee17ef5abc2071a185b01f05a14e09eff5f913f93
3
+ size 696559
data/issues/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:087a2769cf1991cb6937b10c480dc71e98ab484a23d6258bf7ebaf3dd341e4cd
3
+ size 405947
data/public_events/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d99d51bbf46477a27766ad3d60f04b7f5c4a157b9f6cc731e0ce4cd67eded78
3
+ size 19359
data/pull_requests/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:259a7cad1a424924b2b9ed2eb805a960dcfe1554509f896f84c9bb8148ab509b
3
+ size 2619885
data/pushes/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7ac0b8e1de7ecdae28d143c0446723d4ccf52501995168c1e5b62f549659eaa
3
+ size 25663026
data/stars/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2cb48c698302d79656531b7c4ea84d6c46590ce14b28f171770a218ab16ff4f
3
+ size 654582
data/wiki_pages/2014/03/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f900168d073fd7d3ebb8fcdd7a078762f03e375a56db9ff46ad9238f957e9239
3
+ size 258314
stats.csv CHANGED
@@ -959,4 +959,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,69.3
960
  2014-03-22,236111,1350,125290,12694,17948,9022,0,1764,21496,8662,27896,4040,578,1778,3375,0,218,0,71973950,149.3,22599716,35.4,149.3,87.7
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,0.0
 
 
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,69.3
960
  2014-03-22,236111,1350,125290,12694,17948,9022,0,1764,21496,8662,27896,4040,578,1778,3375,0,218,0,71973950,149.3,22599716,35.4,149.3,87.7
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,0.0