tamnd commited on
Commit
e770d3c
·
verified ·
1 Parent(s): eafeb0b

Add 2012-12-01 to 2012-12-07 — 7 days, 1.1M events, 7 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,259 days), totaling **209,849,568 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 63.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
@@ -136,7 +136,7 @@ duckdb.sql("""
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.1M
138
  2013 █████████████████████████████░ 74.5M
139
- 2014 ██████████████████████████████ 74.7M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
@@ -145,7 +145,7 @@ duckdb.sql("""
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 363 | 42,138,607 | 116,084 | 11.3 GB | 400.8 MB | 1h23m | 2h43m | 45m04s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 227 | 74,683,217 | 329,000 | 25.6 GB | 6.8 GB | 2h29m | 14h36m | 3h28m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -157,7 +157,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ████████████████░░░░░░░░░░░░░░ 20.4M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 █████████████████████████████░ 37.9M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 105,280,774 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,637,751 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,279,431 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,487,364 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,977,032 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 19,729,303 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,489,680 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 26,664,487 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,719,761 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 261,180 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,955,591 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,405,267 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 193,149 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
 
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,260 days), totaling **210,270,092 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 63.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
 
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.1M
138
  2013 █████████████████████████████░ 74.5M
139
+ 2014 ██████████████████████████████ 75.1M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
 
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 363 | 42,138,607 | 116,084 | 11.3 GB | 400.8 MB | 1h23m | 2h43m | 45m04s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 228 | 75,103,741 | 329,402 | 25.9 GB | 6.9 GB | 2h30m | 14h44m | 3h29m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ████████████████░░░░░░░░░░░░░░ 20.4M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 █████████████████████████████░ 38.1M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 105,481,946 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,667,712 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,326,485 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,507,946 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,983,790 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,766,591 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,503,353 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 26,710,747 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,726,898 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 262,374 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,958,519 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,409,701 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 193,524 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/12/01.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c845539b11f198c46bffe55c974209f216a42cf73aa401f895203bd7813654ec
3
- size 230001
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cecae4e366a62ce5b69903794bbe887e3f5535d9f7fde5dd993c828291dd2481
3
+ size 469321
data/stars/2012/12/02.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbb1e7f2fc86df4b354749d0a1bfb919f9feef0c6a2fc848db3925f8ce7d422f
3
- size 241425
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b9ff0adbb136388f6757253297c6eeabb87491a467dff1c54d1cf2a44762d7
3
+ size 491858
data/stars/2012/12/03.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8953c0bfc071a27fd9c5a4b9757e97fb0dfcb63822d438343b26be303e93d04f
3
- size 320326
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d3e852ddadca6d6b2481fb85545887b7c7031fedc8f76f325b9bcad8fb15ed3
3
+ size 638739
data/stars/2012/12/04.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:264cc679d0f8032b9992f8be3f75bacf4200f04e957c44b18fffb6fa342dd4de
3
- size 336377
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb0753d962cc6f3e5bf60e4d6ad13b1b3ef462528846c73799787e34d9bbb670
3
+ size 676135
data/stars/2012/12/05.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6daeeed54a9a5972a92664fb19d67647c826f0c7e9221d642502526ce1fb34d6
3
- size 335616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b81f2e1ecba300d44a17718faae58d09e2fa74a97fe38a5de9dc0a4e72bc43a6
3
+ size 675579
data/stars/2012/12/06.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0620e3da3aa303f257d29603793b6b897b94e65180d060fff31fe064ec90e9d3
3
- size 338138
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ace86f4aeaacb69962f7e0b80f1d1c2a23def97042d971173ec4a7f8abf7ed
3
+ size 675982
data/stars/2012/12/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a68ea3273032c4ed3469b0907e8339e0bf19cb73f5371d5c517b9ed4c90a03db
3
- size 286737
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ede583a7071c784f6328e37499dedce5446ac38431a670f244aaf66abbe0272c
3
+ size 574377
stats.csv CHANGED
@@ -1255,6 +1255,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1255
  2014-08-24,291100,854,150855,14547,22754,9980,0,1963,27730,10548,34281,11962,863,1650,2885,0,228,0,154269917,302.8,27488254,26.5,302.8,56.7
1256
  2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,55.7
1257
  2014-08-26,428428,1654,206499,26676,48189,20591,0,6604,38996,13564,48607,7628,1165,3308,4584,0,363,0,245487299,481.0,42753923,46.9,481.0,53.3
1258
- 2014-08-27,419132,1783,206685,22551,45363,20728,0,7029,36852,13777,47135,7519,1282,3257,4785,0,386,0,242857609,470.8,41967625,44.4,470.8,0.0
 
1259
  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
1260
  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
 
1255
  2014-08-24,291100,854,150855,14547,22754,9980,0,1963,27730,10548,34281,11962,863,1650,2885,0,228,0,154269917,302.8,27488254,26.5,302.8,56.7
1256
  2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,55.7
1257
  2014-08-26,428428,1654,206499,26676,48189,20591,0,6604,38996,13564,48607,7628,1165,3308,4584,0,363,0,245487299,481.0,42753923,46.9,481.0,53.3
1258
+ 2014-08-27,419132,1783,206685,22551,45363,20728,0,7029,36852,13777,47135,7519,1282,3257,4785,0,386,0,242857609,470.8,41967625,44.4,470.8,59.4
1259
+ 2014-08-28,420524,1708,201172,29961,47054,20582,0,6758,37288,13673,46260,7137,1194,2928,4434,0,375,0,239650160,464.0,41973885,53.9,464.0,0.0
1260
  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
1261
  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