tamnd commited on
Commit
d268bad
·
verified ·
1 Parent(s): 4f1e30d

Add 2014-03-12 — 400.6K 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-11** (948 days), totaling **144,209,108 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 41.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.5 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,624,685 events in 3801 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 ██████████░░░░░░░░░░░░░░░░░░░░ 100.6K
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,624,685 | 3801 |
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 ████████░░░░░░░░░░░░░░░░░░░░░░ 21.4M
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 | 70 | 21,372,711 | 305,324 | 6.5 GB | 2.0 GB | 46m37s | 3h24m | 55m12s |
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 ████████░░░░░░░░░░░░░░░░░░░░░░ 10.9M
744
  ```
745
 
746
 
@@ -760,7 +760,7 @@ duckdb.sql("""
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
- 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 931.1K
764
  ```
765
 
766
 
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
- | `pushes` | PushEvent | 72,125,121 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,131,670 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 12,492,691 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 5,741,474 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,206,419 | 0.8% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 13,618,545 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,188,775 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 18,477,311 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,596,547 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 124,595 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,392,845 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,544,421 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 132,717 | 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-12** (949 days), totaling **144,609,749 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 41.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.6 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,647,772 events in 3802 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 █████████████░░░░░░░░░░░░░░░░░ 123.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,647,772 | 3802 |
691
 
692
 
693
  ### Live event schema
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ████████░░░░░░░░░░░░░░░░░░░░░░ 21.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 | 71 | 21,773,352 | 306,666 | 6.6 GB | 2.0 GB | 47m19s | 3h28m | 56m54s |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ████████░░░░░░░░░░░░░░░░░░░░░░ 11.1M
744
  ```
745
 
746
 
 
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
+ 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 949.1K
764
  ```
765
 
766
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 72,317,852 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,153,862 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 12,534,100 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 5,759,541 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,212,200 | 0.8% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 13,653,892 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,203,021 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 18,528,637 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,604,232 | 1.1% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 125,526 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,396,013 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,549,689 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 133,092 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcee93699122cba69faced6620eea7f9cd25c1546aa6eafb7ee2d741080cace9
3
+ size 109627
data/creates/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4122b48ad61660f09c268b1c18c05a7855576b8ef01813a0b8e6da17045b664
3
+ size 1815941
data/deletes/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c325c42fa7d64c584ae30e965c0d1d737a9ec46059b7fb09d91404add0d412
3
+ size 203368
data/forks/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec36b771955dc37929000ffcb0d4672d4483d1d1057a08e29850dda95c3ecb7
3
+ size 373883
data/issue_comments/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8157a10e3df44196a69239398330d5b9ac3aecc0024ecbea2b8ca8cc8b1d2c4
3
+ size 911325
data/issues/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b03ff791f5f20df4334d7fcce886186a921b1cd4f3e6f3906836cb8cb53286
3
+ size 513548
data/public_events/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c106aeda0f6f32a870aecf09c071b15bd03da8904d02e2aa423449265b83bedd
3
+ size 14804
data/pull_requests/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d261a980d62e72716bb4019fc88c38fd215a6f9886f5ddb19bc0dc3858665505
3
+ size 3140829
data/pushes/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb3d14901420dbdb3543aa6c32fbd2b2ef8ac06359c67ce53c3430824ffdd40f
3
+ size 30241919
data/stars/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8df18c21b125dc29fab135423f92a317a19db406788f72876849ef179869c538
3
+ size 764813
data/wiki_pages/2014/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35d954ee0b0e7c9a0d0ac245c4aab22117e18896575171ada471587600fe424b
3
+ size 343051
stats.csv CHANGED
@@ -946,4 +946,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
946
  2014-03-08,236962,1360,125846,11380,18507,8696,0,1861,21455,8307,28204,5630,616,1457,3398,0,245,0,72942731,133.2,23085388,41.8,133.2,56.1
947
  2014-03-09,261553,1221,134235,21868,19055,8817,0,1812,23882,8935,29386,6164,554,1757,3637,0,230,0,77600578,144.6,24649374,42.7,144.6,49.4
948
  2014-03-10,371759,2079,187261,18104,34555,17542,0,4992,34357,13559,42505,6999,840,3270,5327,0,369,0,125419617,233.2,37080469,37.6,233.2,41.8
949
- 2014-03-11,375609,2214,187002,19332,34958,17830,0,4717,36317,13634,43296,7060,816,3060,4983,0,390,0,125245636,228.9,36578459,34.1,228.9,0.0
 
 
946
  2014-03-08,236962,1360,125846,11380,18507,8696,0,1861,21455,8307,28204,5630,616,1457,3398,0,245,0,72942731,133.2,23085388,41.8,133.2,56.1
947
  2014-03-09,261553,1221,134235,21868,19055,8817,0,1812,23882,8935,29386,6164,554,1757,3637,0,230,0,77600578,144.6,24649374,42.7,144.6,49.4
948
  2014-03-10,371759,2079,187261,18104,34555,17542,0,4992,34357,13559,42505,6999,840,3270,5327,0,369,0,125419617,233.2,37080469,37.6,233.2,41.8
949
+ 2014-03-11,375609,2214,187002,19332,34958,17830,0,4717,36317,13634,43296,7060,816,3060,4983,0,390,0,125245636,228.9,36578459,34.1,228.9,102.5
950
+ 2014-03-12,400641,2115,192731,22192,41409,18067,0,5781,35347,14246,51326,7685,931,3168,5268,0,375,0,131809923,240.4,38433108,42.8,240.4,0.0