tamnd commited on
Commit
42aa86b
·
verified ·
1 Parent(s): 39e48f4

Add 2015-02-17 — 539.2K events, 14 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-02-16** (1,434 days), totaling **281,856,855 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 97.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 19.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
 
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 20.6M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
@@ -148,7 +148,7 @@ duckdb.sql("""
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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
- | 2015 | 44 | 20,551,177 | 467,072 | 7.2 GB | 3.4 GB | 31m53s | 1h13m | 52m05s |
152
 
153
 
154
  ### Pushes per year
@@ -160,7 +160,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
- 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 10.3M
164
  ```
165
 
166
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 141,575,360 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,096,428 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 24,775,318 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 11,771,973 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,017,427 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 26,063,862 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 9,869,622 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 35,202,178 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,962,447 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 457,753 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,456,016 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,208,504 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 239,255 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 263,635 | 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-02-17** (1,435 days), totaling **282,396,100 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 97.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 19.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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
 
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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
+ | 2015 | 45 | 21,090,422 | 468,676 | 7.4 GB | 3.5 GB | 33m01s | 1h15m | 53m28s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 10.6M
164
  ```
165
 
166
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 141,846,765 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,124,558 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 24,833,996 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,799,322 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,027,025 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 26,106,282 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 9,885,171 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 35,263,425 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,973,661 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 459,473 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,459,521 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,213,714 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 241,924 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 264,186 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be06458d927798b40343fdeedb19705f51885273239d080654d07435430a61bf
3
+ size 516839
data/creates/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7cb14161f51e47863b264cfb41d38331794ffc6d55b8d90f768143b790ba71
3
+ size 2519292
data/deletes/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a44eda99d0ca6d69cf2f15295d682451d43d989916dc2beb34c2bb6035cf981
3
+ size 391229
data/forks/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f21697ee50b127d6b7625f42339d12a019b28448833154c9fe354b7a54395c
3
+ size 1654583
data/issue_comments/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4871dd5ff94a7d57be6f7feb69250fc8ddd21d0d308a81317dbaadf6b786527
3
+ size 10353524
data/issues/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e362ffc92fb5d22ae10bd36c87ac5da065104787ad4d987310c15dca07d3385f
3
+ size 6698490
data/members/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a867d5f117886f7a6d3d12fcc173677d1f5e4f644c23159600f1115493bdfb4
3
+ size 105379
data/pr_review_comments/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da57dccfbf2a935d9668df156952646bc2262b9c405744d1d844e57dbf50066
3
+ size 3379738
data/public_events/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9629c620ddc75524581bfc7ab23ebc009f91bceda5b3cbee7c13b2f4b707ad9e
3
+ size 25652
data/pull_requests/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73fe5aa1ec967fac5a05823be42e0b2f67d40938a8c8a2d3cd038708a4c259a4
3
+ size 4961731
data/pushes/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d0e54c7bb33adf8f5ba8c474afc213e5f56cb899851c4fcc32e2a74d7f3d338
3
+ size 65211809
data/releases/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb8f25e757e547b124f44ab07c8e37478f3bd286038424148d87d045ce8da80
3
+ size 242790
data/stars/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce088488300d4eaa6d93cf7941a85cb69fddadbfef2388603fc317ff383c4ef
3
+ size 1441016
data/wiki_pages/2015/02/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4ac9a91a2037ddb5ced7d0655acfd5bad244fff8812a6fcf47695ed33ed14a9
3
+ size 374647
stats.csv CHANGED
@@ -1432,4 +1432,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1432
  2015-02-13,552053,0,275936,27901,54445,28649,0,9928,46214,17703,65043,11549,1763,3739,5721,2972,490,0,212094099,123.1,98969177,29.7,123.1,36.0
1433
  2015-02-14,330288,0,176417,14681,26420,14385,0,3654,29927,10820,39135,5982,1072,1877,3820,1775,323,0,114486279,53.8,57717741,27.2,53.8,28.6
1434
  2015-02-15,369544,0,199780,16960,28597,15265,0,3459,34191,11804,43884,6666,1291,2032,3641,1627,347,0,123581094,55.8,62855744,33.8,55.8,116.2
1435
- 2015-02-16,529458,0,270456,25382,52229,26612,0,7923,45391,15892,60235,11249,1756,3417,5543,2802,571,0,196980033,93.0,93725400,39.0,93.0,0.0
 
 
1432
  2015-02-13,552053,0,275936,27901,54445,28649,0,9928,46214,17703,65043,11549,1763,3739,5721,2972,490,0,212094099,123.1,98969177,29.7,123.1,36.0
1433
  2015-02-14,330288,0,176417,14681,26420,14385,0,3654,29927,10820,39135,5982,1072,1877,3820,1775,323,0,114486279,53.8,57717741,27.2,53.8,28.6
1434
  2015-02-15,369544,0,199780,16960,28597,15265,0,3459,34191,11804,43884,6666,1291,2032,3641,1627,347,0,123581094,55.8,62855744,33.8,55.8,116.2
1435
+ 2015-02-16,529458,0,270456,25382,52229,26612,0,7923,45391,15892,60235,11249,1756,3417,5543,2802,571,0,196980033,93.0,93725400,39.0,93.0,82.2
1436
+ 2015-02-17,539245,0,271405,28130,58678,27349,0,9598,42420,15549,61247,11214,1720,3505,5210,2669,551,0,208488601,106.6,97876719,68.1,106.6,0.0