tamnd commited on
Commit
4545b02
·
verified ·
1 Parent(s): a2033a3

Add 2014-10-27 — 438.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,326 days), totaling **233,672,661 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 75.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.3 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 ██████████████████████████████ 96.4M
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 | 282 | 96,436,548 | 341,973 | 37.0 GB | 8.9 GB | 3h15m | 18h37m | 4h15m |
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 ██████████████████████████████ 48.8M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 117,229,159 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 13,221,730 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 20,433,875 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 9,535,440 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,304,303 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 21,792,893 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,272,973 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 29,522,759 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,096,928 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 318,495 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,131,162 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,702,675 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 215,475 | 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,327 days), totaling **234,110,945 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 75.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
 
 
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 █████████████░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ███████████████████████░░░░░░░ 76.2M
141
+ 2014 ██████████████████████████████ 96.9M
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 | 283 | 96,874,832 | 342,313 | 37.3 GB | 8.9 GB | 3h16m | 18h39m | 4h16m |
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 ██████████████████████████████ 49.0M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 117,452,460 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 13,245,738 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 20,475,274 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 9,556,353 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,311,029 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 21,830,827 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,286,799 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 29,572,520 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,104,985 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 319,688 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,134,612 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,707,461 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 215,946 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c64085d50593b6ae3158d101c070a6a741d22d86136743bbeb7818309bbab6f5
3
+ size 115777
data/creates/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c187ef94b3c0cba988183abd0aca14eab0cf64cadc48bb80e6b67b4a0b2e9bb
3
+ size 5271164
data/deletes/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb9545a1d5e39c9091ab2485ef9d030580561137d933460aee40210a2d0caf62
3
+ size 224911
data/forks/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61d0952dcd31a73d018d2d501d247315d0f413fa499fec670556e1211269ec3
3
+ size 368943
data/issue_comments/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f91e56f904ba147239c8f145d751a2e0de4bef3efab01ae24cef85b4b5cf6db
3
+ size 968736
data/issues/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f148ec7baf83c55600d3ee8f1820650a4e4b7e7ba123bd8d6e1ba6568f021f6
3
+ size 617890
data/public_events/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ebcc8688d30aa7c3562cd688919c756ff9e262d0102776d70b8d434902949d5
3
+ size 18714
data/pull_requests/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b45c57013760de6656138bdc84e9a3d54dff78786f5a70fa0d64caff3f0223b7
3
+ size 3560594
data/pushes/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89fe997fe85187a83d8703a8311990a496b54209a20f5d5fc0a6f492a799bc36
3
+ size 34894586
data/stars/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a61237e44d925d04ec853efe20e1a07c9e7868573a401bea4d64b2abf310415f
3
+ size 1678411
data/wiki_pages/2014/10/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc83ac4e7a56f4f62a6326aa787752d4f9c6a43a1146873729a75cc8bbb9958d
3
+ size 314358
stats.csv CHANGED
@@ -1322,6 +1322,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1322
  2014-10-23,472917,2781,235639,24346,43416,22302,0,7329,40012,16128,62380,8480,1285,3250,5066,0,503,0,268315246,128.1,49517018,48.9,128.1,55.8
1323
  2014-10-24,420690,2535,211427,22376,37679,20026,0,5825,33303,13858,57591,7587,1175,2743,4094,0,471,0,245899246,114.1,52700332,60.3,114.1,52.1
1324
  2014-10-25,312168,1911,164484,16073,20661,11833,0,1997,24750,10818,48275,5178,772,2212,2877,0,327,0,169171872,77.4,33714379,50.4,77.4,30.7
1325
- 2014-10-26,366477,1539,191568,18584,23932,13381,0,2737,31364,12814,58653,4867,906,2047,3697,0,388,0,196520789,89.9,38160937,53.6,90.0,0.0
 
1326
  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
1327
  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
 
1322
  2014-10-23,472917,2781,235639,24346,43416,22302,0,7329,40012,16128,62380,8480,1285,3250,5066,0,503,0,268315246,128.1,49517018,48.9,128.1,55.8
1323
  2014-10-24,420690,2535,211427,22376,37679,20026,0,5825,33303,13858,57591,7587,1175,2743,4094,0,471,0,245899246,114.1,52700332,60.3,114.1,52.1
1324
  2014-10-25,312168,1911,164484,16073,20661,11833,0,1997,24750,10818,48275,5178,772,2212,2877,0,327,0,169171872,77.4,33714379,50.4,77.4,30.7
1325
+ 2014-10-26,366477,1539,191568,18584,23932,13381,0,2737,31364,12814,58653,4867,906,2047,3697,0,388,0,196520789,89.9,38160937,53.6,90.0,70.7
1326
+ 2014-10-27,438284,2459,223301,24008,41399,20913,0,6726,37934,13826,49761,8057,1193,3450,4786,0,471,0,251180259,110.7,48034084,64.3,110.7,0.0
1327
  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
1328
  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