tamnd commited on
Commit
84dd6d8
·
verified ·
1 Parent(s): dba836f

Add 2014-03-07 — 328.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-06** (943 days), totaling **142,634,864 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 40.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.4 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
 
@@ -723,7 +723,7 @@ duckdb.sql("""
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
- 2014 ███████░░░░░░░░░░░░░░░░░░░░░░ 19.8M
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 | 65 | 19,798,467 | 304,591 | 6.0 GB | 1.8 GB | 43m27s | 3h09m | 51m24s |
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.1M
744
  ```
745
 
746
 
@@ -760,7 +760,7 @@ duckdb.sql("""
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
- 2014 ████████░░░░░░░░░░░░░░░░░░░░░ 863.1K
764
  ```
765
 
766
 
@@ -770,7 +770,7 @@ duckdb.sql("""
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ███████��██████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
- 2014 ███████░░░░░░░░░░░░░░░░░░░░░░ 1.8M
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 | 71,325,593 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,043,922 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 12,355,955 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 5,673,525 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,188,805 | 0.8% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 13,470,871 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,133,002 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 18,296,849 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,563,584 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 121,038 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,380,569 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,522,720 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 131,169 | 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-07** (944 days), totaling **142,963,225 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 40.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.4 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
 
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ███████░░░░░░░░░░░░░░░░░░░░░░ 20.1M
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 | 66 | 20,126,828 | 304,951 | 6.1 GB | 1.8 GB | 44m00s | 3h12m | 52m07s |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ███████░░░░░░░░░░░░░░░░░░░░░░ 10.2M
744
  ```
745
 
746
 
 
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
+ 2014 ████████░░░░░░░░░░░░░░░░░░░░░ 878.2K
764
  ```
765
 
766
 
 
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ███████��██████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
+ 2014 ███████░░░░░░░░░░░░░░░░░░░░░░ 1.9M
774
  ```
775
 
776
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 71,490,777 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,060,986 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 12,385,616 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 5,688,589 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,193,037 | 0.8% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 13,502,534 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,144,340 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 18,333,920 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,570,694 | 1.1% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 121,769 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,383,301 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,527,076 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 131,483 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2023d3384aaaa71f0928ac0dba902e9c4e8f6660326b0fb4cd54bb9d560b2b04
3
+ size 92049
data/creates/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:453158014c7e5a7b13273fc1d58272cd9ac252e1c713311ddbe501f5e26cdb68
3
+ size 1414731
data/deletes/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20654a2f0162c4a8e88fe293cad022f0b680035867ea378c8e42bd726897ce2f
3
+ size 182211
data/forks/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50bb9a5bdd8c37213554c9f376041d0ce06060161e57ffbd69449e3dc45d31e3
3
+ size 303039
data/issue_comments/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e99e9e30978eff6a91c802917cbdd205ccc5a62a94df7fdf49d38370eec4aca
3
+ size 708089
data/issues/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50fb39989debc9e4be5a6e22d8ff8017475b63491f8ed2ab3aae4243e3e1b819
3
+ size 422693
data/public_events/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68ab517ab30427d7e79e194d3abd73bdb52220b0867cfc72a9ad2d39457b4e5f
3
+ size 12959
data/pull_requests/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01745660a684d893c2653707a0c664ca2f84524f6aeef2e5e7a6a610c9842eda
3
+ size 2591981
data/pushes/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c671509a2a57bd7778a8704a6c2bf72e48b491d9ca8c4bc915b5841362acfef
3
+ size 25732464
data/stars/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c3c3debae1effaddf99e53e7fe49304ed891ad9c9b7a06ef98cf390ac70db75
3
+ size 688156
data/wiki_pages/2014/03/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de155fd2d6a8bdbd8cafbd0d2b4725c562ba9a42ded268481165dafd317dc5b4
3
+ size 317884
stats.csv CHANGED
@@ -941,4 +941,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
941
  2014-03-03,377237,2097,186284,21495,37777,17915,0,5042,35412,12641,41560,6762,826,3249,5765,0,412,0,125747286,232.7,36966479,37.2,232.7,38.3
942
  2014-03-04,388308,2154,188111,21432,40025,18280,0,4959,36337,14296,44284,8901,883,3267,5044,0,335,0,128196910,240.2,37668035,36.3,240.2,45.8
943
  2014-03-05,383060,2158,190630,19366,36498,17917,0,5003,33824,13801,45708,7976,840,3345,5654,0,340,0,128029537,235.8,37613757,35.5,235.8,51.1
944
- 2014-03-06,376192,2023,190077,19002,34319,17005,0,4886,34977,14067,43066,7177,822,2848,5575,0,348,0,126967155,231.2,37657142,35.5,231.2,0.0
 
 
941
  2014-03-03,377237,2097,186284,21495,37777,17915,0,5042,35412,12641,41560,6762,826,3249,5765,0,412,0,125747286,232.7,36966479,37.2,232.7,38.3
942
  2014-03-04,388308,2154,188111,21432,40025,18280,0,4959,36337,14296,44284,8901,883,3267,5044,0,335,0,128196910,240.2,37668035,36.3,240.2,45.8
943
  2014-03-05,383060,2158,190630,19366,36498,17917,0,5003,33824,13801,45708,7976,840,3345,5654,0,340,0,128029537,235.8,37613757,35.5,235.8,51.1
944
+ 2014-03-06,376192,2023,190077,19002,34319,17005,0,4886,34977,14067,43066,7177,822,2848,5575,0,348,0,126967155,231.2,37657142,35.5,231.2,43.1
945
+ 2014-03-07,328361,1841,165184,17064,29661,15064,0,4232,31663,11338,37071,7110,731,2732,4356,0,314,0,109588407,197.3,32466256,32.9,197.3,0.0