tamnd commited on
Commit
ab8f4ab
·
verified ·
1 Parent(s): c710c16

Add 2014-11-25 — 516.5K 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,355 days), totaling **246,722,045 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 82.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
@@ -138,7 +138,7 @@ duckdb.sql("""
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ████████████████████░░░░░░░░░░ 76.2M
141
- 2014 ██████████████████████████████ 109.5M
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 | 311 | 109,485,932 | 352,044 | 43.8 GB | 10.2 GB | 3h41m | 19h32m | 4h36m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
@@ -158,8 +158,8 @@ Pushes are the most common event type, representing roughly half of all GitHub a
158
  ```
159
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 20.6M
161
- 2013 ████████████████████░░░░░░░░░ 38.9M
162
- 2014 ██████████████████████████████ 55.4M
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 ██████████████████████████████ 6.3M
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 | 123,870,129 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 14,161,735 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 21,564,133 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,115,347 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,490,717 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 22,893,899 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,693,852 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 31,005,494 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,319,431 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 352,719 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,219,486 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,838,398 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 228,228 | 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,356 days), totaling **247,238,552 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 82.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
 
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ████████████████████░░░░░░░░░░ 76.2M
141
+ 2014 ██████████████████████████████ 110.0M
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 | 312 | 110,002,439 | 352,571 | 44.1 GB | 10.2 GB | 3h42m | 19h35m | 4h37m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
 
158
  ```
159
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 20.6M
161
+ 2013 ████████████████████░░░░░░░░░ 38.9M
162
+ 2014 ██████████████████████████████ 55.7M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
180
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ████████████████████░░░░░░░░░░ 4.4M
183
+ 2014 ██████████████████████████████ 6.4M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
186
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 124,131,116 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 14,197,139 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 21,609,955 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,139,677 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,499,921 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 22,936,795 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,709,590 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 31,064,731 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,329,128 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 354,060 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,223,012 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,843,537 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 228,737 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:226c296c62bc5deb8badf4b3e9349220e644ff95f89f254e03c98b5503d7c401
3
+ size 124632
data/creates/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5875fcd14a568a48de21c25e6e49be7d5655aec57d3120ce056008f1745fe4b9
3
+ size 7337337
data/deletes/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b9791b22b58c94723e55143f70ae7942ca8025546d51cb81a11cbf6144769d9
3
+ size 267624
data/forks/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ac5da21356d57330e9df8ae9ebfce829f10d03804935798ecc34c3513dd1745
3
+ size 473337
data/issue_comments/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb2f438e99197663832e4894a040dca300d4f029017d471b39a0739a62c2f50e
3
+ size 1120521
data/issues/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f37d74fcedb20d265cbf3d7cc095052182ce6273798b7e90e6e1cc19d6ed100
3
+ size 824643
data/public_events/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f061697910a26ab5ffc8487a140a6a938fab2c281537661c1ce4447d708ae4
3
+ size 19030
data/pull_requests/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef5adbefac45e6fb4aec8e81a9671dc6beb202cddc0951b4c9a78cf7d440ac3d
3
+ size 4111781
data/pushes/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00d6f3fe6364ee9150cd705d12c5e85d1eeabc41087a22fb1b8bb653444121ae
3
+ size 39809927
data/stars/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fce3069f08e96aa39287c003c424155571a3c361f5ce28d45c99ac333d65c39
3
+ size 1928776
data/wiki_pages/2014/11/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e381a2f4dd104624892cd4609afb2126a22a9bcae0047c2d8b1724008c4724e
3
+ size 336592
stats.csv CHANGED
@@ -1351,6 +1351,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1351
  2014-11-21,441629,2630,222926,30828,41007,21309,0,7275,35790,13623,49578,7628,1297,3045,4281,0,412,0,250413266,106.9,47356793,53.0,106.9,45.7
1352
  2014-11-22,331235,2086,177882,24984,21301,12331,0,2770,27049,11231,39985,4975,894,1813,3640,0,294,0,179479144,93.0,34441612,46.5,93.0,25.4
1353
  2014-11-23,382742,1834,206102,23384,25932,14519,0,3612,32905,13467,47542,5766,1101,2392,3819,0,367,0,211552051,103.4,42287216,44.3,103.4,31.7
1354
- 2014-11-24,506417,2896,257025,29919,46339,24452,0,9181,43456,15305,58311,8970,1396,3818,4857,0,492,0,290969828,138.8,54913421,60.8,138.8,0.0
 
1355
  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
1356
  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
 
1351
  2014-11-21,441629,2630,222926,30828,41007,21309,0,7275,35790,13623,49578,7628,1297,3045,4281,0,412,0,250413266,106.9,47356793,53.0,106.9,45.7
1352
  2014-11-22,331235,2086,177882,24984,21301,12331,0,2770,27049,11231,39985,4975,894,1813,3640,0,294,0,179479144,93.0,34441612,46.5,93.0,25.4
1353
  2014-11-23,382742,1834,206102,23384,25932,14519,0,3612,32905,13467,47542,5766,1101,2392,3819,0,367,0,211552051,103.4,42287216,44.3,103.4,31.7
1354
+ 2014-11-24,506417,2896,257025,29919,46339,24452,0,9181,43456,15305,58311,8970,1396,3818,4857,0,492,0,290969828,138.8,54913421,60.8,138.8,43.4
1355
+ 2014-11-25,516507,2677,260987,35404,45822,24330,0,9204,42896,15738,59237,9697,1341,3526,5139,0,509,0,299226481,142.4,56354200,69.8,142.4,0.0
1356
  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
1357
  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