tamnd commited on
Commit
e1f868e
·
verified ·
1 Parent(s): 388fd4b

Add 2014-12-20 — 283.3K 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 **2015-01-03** (1,380 days), totaling **258,007,091 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 88.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
@@ -138,7 +138,7 @@ duckdb.sql("""
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
- 2014 ██████████████████████████████ 120.8M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
@@ -147,7 +147,7 @@ duckdb.sql("""
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
- | 2014 | 336 | 120,770,978 | 359,437 | 49.9 GB | 11.4 GB | 4h04m | 20h21m | 4h51m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
@@ -159,7 +159,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
159
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ███████████████████░░░░░░░░░░░ 38.9M
162
- 2014 ██████████████████████████████ 61.2M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -180,7 +180,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
180
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
- 2014 ██████████████████████████████ 7.0M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
186
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 129,640,637 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 14,859,903 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 22,565,278 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,636,462 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,663,597 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 23,842,762 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 9,047,223 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 32,340,321 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,516,980 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 384,316 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,296,820 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,953,132 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 239,405 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
 
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 **2015-01-03** (1,381 days), totaling **258,290,420 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 88.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
 
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
+ 2014 ██████████████████████████████ 121.1M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
 
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
+ | 2014 | 337 | 121,054,307 | 359,211 | 50.1 GB | 11.4 GB | 4h05m | 20h23m | 4h52m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
 
159
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ███████████████████░░░░░░░░░░░ 38.9M
162
+ 2014 ██████████████████████████████ 61.3M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
180
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
+ 2014 ██████████████████████████████ 7.1M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
186
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 129,786,290 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 14,879,946 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 22,586,114 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,647,220 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,665,955 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 23,867,266 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 9,057,576 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 32,377,146 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,521,798 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 385,235 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,298,588 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,956,426 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 239,682 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5acc27c9a13ff6029b5158bf17e539fb037de1a4dd1dbf058ad467911b3d12
3
+ size 66101
data/creates/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:728738406a44ebf9d8e42ff3630012da7f25728d675e2fef6dff506d38c226cf
3
+ size 5318960
data/deletes/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e468f187076a0ced6767b8922c90f36b0297494987a3492218b56ba7fab168
3
+ size 125838
data/forks/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff8a79542d5c750433dd11b7f6c1d29c56b85996dbcea1b140e47fbc20e34c5
3
+ size 270690
data/issue_comments/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18047e4617972630076f71a3f5d68ba44f1dfa51e05e8c2e637ffca26a149915
3
+ size 509207
data/issues/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93b98936e4542043a6a7c29d020e23607a77323dc1ff2622be3556fb17ad8d7
3
+ size 481585
data/public_events/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c15d9de04f593cdc8b0792fa409661f117cf904441be799a58b2ccddff9e91f
3
+ size 11421
data/pull_requests/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c41bf8d84af94856a3c79c9b263c704b5e2462ade01fe1ae693aee375766059
3
+ size 1824132
data/pushes/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e2bc988c01c27fb2f58e130e90bf350bb59a4955b712248ec70320d97e8fc1a
3
+ size 20743209
data/stars/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bc2a1cd5a76ffbcd9bbd7988706dd55da76be7366468f073a2d42ad97e44659
3
+ size 1136967
data/wiki_pages/2014/12/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090a45e1df9de314c7ac41baea0a6de7ccf5e0a4e4dbc3199407b52e9cf490e8
3
+ size 242557
stats.csv CHANGED
@@ -1376,6 +1376,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1376
  2014-12-16,494102,1834,247776,29422,46237,24556,0,8237,40372,16143,58145,9772,1509,3822,5783,0,494,0,291835884,110.0,56777196,46.3,110.0,38.3
1377
  2014-12-17,483630,1979,243650,28598,46546,24212,0,8337,39978,15903,54758,9361,1378,3603,4894,0,433,0,279887455,107.9,52623194,58.7,107.9,36.0
1378
  2014-12-18,477714,1889,238324,29093,46552,23737,0,8745,39810,15036,54612,9146,1453,3729,5127,0,461,0,278318428,117.6,53350966,72.9,117.6,27.0
1379
- 2014-12-19,402672,1650,197102,26880,38232,20396,0,6440,33159,12669,49271,7093,1301,2904,5156,0,419,0,240250866,104.0,47063681,99.5,104.0,0.0
 
1380
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1381
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
 
1376
  2014-12-16,494102,1834,247776,29422,46237,24556,0,8237,40372,16143,58145,9772,1509,3822,5783,0,494,0,291835884,110.0,56777196,46.3,110.0,38.3
1377
  2014-12-17,483630,1979,243650,28598,46546,24212,0,8337,39978,15903,54758,9361,1378,3603,4894,0,433,0,279887455,107.9,52623194,58.7,107.9,36.0
1378
  2014-12-18,477714,1889,238324,29093,46552,23737,0,8745,39810,15036,54612,9146,1453,3729,5127,0,461,0,278318428,117.6,53350966,72.9,117.6,27.0
1379
+ 2014-12-19,402672,1650,197102,26880,38232,20396,0,6440,33159,12669,49271,7093,1301,2904,5156,0,419,0,240250866,104.0,47063681,99.5,104.0,42.1
1380
+ 2014-12-20,283329,923,145653,20043,20836,10758,0,2358,24504,10353,36825,4818,919,1768,3294,0,277,0,158905359,66.9,30730667,61.0,66.9,0.0
1381
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1382
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0