tamnd commited on
Commit
28f8c2a
·
verified ·
1 Parent(s): f1ff6f6

Add 2013-12-06 — 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 **2013-12-05** (852 days), totaling **116,620,769 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 32.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 11.0 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
 
@@ -721,15 +721,15 @@ duckdb.sql("""
721
 
722
  ```
723
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
- 2012 ██████████████░░░░░░░░░░░░░░░ 34.3M
725
- 2013 ██████████████████████████████ 68.3M
726
  ```
727
 
728
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
729
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
730
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
731
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
732
- | 2013 | 318 | 68,267,784 | 214,678 | 20.8 GB | 6.4 GB | 3h12m | 9h56m | 4h10m |
733
 
734
 
735
  ### Pushes per year
@@ -737,7 +737,7 @@ duckdb.sql("""
737
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
740
- 2013 ██████████████████████████████ 34.9M
741
  ```
742
 
743
 
@@ -746,7 +746,7 @@ duckdb.sql("""
746
  ```
747
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
748
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.9M
749
- 2013 ██████████████████████████████ 3.9M
750
  ```
751
 
752
 
@@ -755,7 +755,7 @@ duckdb.sql("""
755
  ```
756
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
757
  2012 █████████████████░░░░░░░░░░░░░ 1.5M
758
- 2013 █████████████████████████████ 2.6M
759
  ```
760
 
761
 
@@ -1148,20 +1148,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1148
 
1149
  | Table | GitHub Event | Events | % | Description |
1150
  |-------|-------------|-------:|---:|-------------|
1151
- | `pushes` | PushEvent | 58,068,984 | 49.8% | Git pushes with commits |
1152
- | `issues` | IssuesEvent | 6,609,988 | 5.7% | Issue lifecycle events |
1153
- | `issue_comments` | IssueCommentEvent | 9,975,918 | 8.6% | Comments on issues/PRs |
1154
- | `pull_requests` | PullRequestEvent | 4,554,672 | 3.9% | PR lifecycle events |
1155
- | `pr_review_comments` | PullRequestReviewCommentEvent | 905,870 | 0.8% | Line-level PR comments |
1156
- | `stars` | WatchEvent | 11,023,986 | 9.5% | Repository stars |
1157
- | `forks` | ForkEvent | 4,203,255 | 3.6% | Repository forks |
1158
- | `creates` | CreateEvent | 15,385,743 | 13.2% | Branch/tag/repo creation |
1159
- | `deletes` | DeleteEvent | 1,108,853 | 1.0% | Branch/tag deletion |
1160
- | `releases` | ReleaseEvent | 64,284 | 0.1% | Release publications |
1161
- | `commit_comments` | CommitCommentEvent | 1,160,093 | 1.0% | Comments on commits |
1162
- | `wiki_pages` | GollumEvent | 2,158,034 | 1.9% | Wiki page edits |
1163
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1164
- | `public_events` | PublicEvent | 106,172 | 0.1% | Repo made public |
1165
 
1166
  ## How it's built
1167
 
 
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 **2013-12-06** (853 days), totaling **116,904,084 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 32.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 11.0 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
 
 
721
 
722
  ```
723
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
+ 2012 ██████████████░░░░░░░░░░░░░░░ 34.3M
725
+ 2013 ██████████████████████████████ 68.6M
726
  ```
727
 
728
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
729
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
730
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
731
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
732
+ | 2013 | 319 | 68,551,099 | 214,893 | 20.9 GB | 6.5 GB | 3h12m | 9h59m | 4h11m |
733
 
734
 
735
  ### Pushes per year
 
737
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
740
+ 2013 ██████████████████████████████ 35.0M
741
  ```
742
 
743
 
 
746
  ```
747
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
748
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.9M
749
+ 2013 ██████████████████████████████ 4.0M
750
  ```
751
 
752
 
 
755
  ```
756
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
757
  2012 █████████████████░░░░░░░░░░░░░ 1.5M
758
+ 2013 ████████���█████████████████████ 2.7M
759
  ```
760
 
761
 
 
1148
 
1149
  | Table | GitHub Event | Events | % | Description |
1150
  |-------|-------------|-------:|---:|-------------|
1151
+ | `pushes` | PushEvent | 58,213,721 | 49.8% | Git pushes with commits |
1152
+ | `issues` | IssuesEvent | 6,627,069 | 5.7% | Issue lifecycle events |
1153
+ | `issue_comments` | IssueCommentEvent | 10,004,417 | 8.6% | Comments on issues/PRs |
1154
+ | `pull_requests` | PullRequestEvent | 4,567,236 | 3.9% | PR lifecycle events |
1155
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 909,461 | 0.8% | Line-level PR comments |
1156
+ | `stars` | WatchEvent | 11,048,287 | 9.5% | Repository stars |
1157
+ | `forks` | ForkEvent | 4,213,151 | 3.6% | Repository forks |
1158
+ | `creates` | CreateEvent | 15,414,772 | 13.2% | Branch/tag/repo creation |
1159
+ | `deletes` | DeleteEvent | 1,113,791 | 1.0% | Branch/tag deletion |
1160
+ | `releases` | ReleaseEvent | 64,847 | 0.1% | Release publications |
1161
+ | `commit_comments` | CommitCommentEvent | 1,162,638 | 1.0% | Comments on commits |
1162
+ | `wiki_pages` | GollumEvent | 2,161,734 | 1.8% | Wiki page edits |
1163
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1164
+ | `public_events` | PublicEvent | 106,436 | 0.1% | Repo made public |
1165
 
1166
  ## How it's built
1167
 
data/commit_comments/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b300a4222e3a07034e30ecf6a72fbab1e2b53f7291d643ff73d7db83481e7ffa
3
+ size 87166
data/creates/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d8391a4b709d86b02f02c0fef200e38d71d31167f4a10ce1c18a4e4bc614b3
3
+ size 1120299
data/deletes/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:109abb69baf7e3d3bbcadde02c9b3ded851d61e203b22cfec25ac420e3fbb009
3
+ size 136187
data/forks/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5779b2a597a4e1938e9a6712a42604d4b2329ce40b01b9bae08156c75a3a58a
3
+ size 261236
data/issue_comments/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d48d78a2182302bd3aaa00a7c6af35489ef03e7fbc6f31d65106984cb78635ff
3
+ size 606065
data/issues/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e40c479352182039b3615b66cd9f8adb46b1eb6186d4dd4ab65f70b088588bb9
3
+ size 392369
data/public_events/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2200b9e09a9696e33dbda88cfe56cb802dc25343dd8848699b77308d96c740d7
3
+ size 11231
data/pull_requests/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca42ae792cc9657b2d9a5d604ba392af710f1f18ec20edddbd3213cbac0a4517
3
+ size 2228807
data/pushes/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1397af5cff18cb330791512861bc6c2c0082a967bb1c30787f03ff0b4b985c81
3
+ size 22806660
data/stars/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:530ef826efa28392ed04c939bb1e3bb3cd462e23fce7333f3760ed4a2b707b9b
3
+ size 533534
data/wiki_pages/2013/12/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3903896da9877ace44950274bc0f950dd8f769482aa6d9e5d3b071c61983f94e
3
+ size 200859
stats.csv CHANGED
@@ -850,4 +850,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
850
  2013-12-02,321355,1691,162689,16228,28861,15077,0,4248,31025,12152,35502,4928,614,3112,4922,0,306,0,108672407,189.1,32416400,43.4,189.1,62.4
851
  2013-12-03,328215,1824,169188,17215,29274,14908,0,3706,30933,11791,35301,5599,511,2876,4818,0,271,0,109678645,194.3,33164090,63.9,194.3,53.7
852
  2013-12-04,327805,1795,172308,17248,29567,14863,0,3737,28081,11695,33864,6136,624,3042,4555,0,290,0,108519496,194.4,32768488,36.3,194.4,47.2
853
- 2013-12-05,319052,1912,163118,18177,29522,14794,0,4102,29120,12136,33068,5441,621,2765,3980,0,296,0,107847615,198.0,32944800,44.0,198.0,0.0
 
 
850
  2013-12-02,321355,1691,162689,16228,28861,15077,0,4248,31025,12152,35502,4928,614,3112,4922,0,306,0,108672407,189.1,32416400,43.4,189.1,62.4
851
  2013-12-03,328215,1824,169188,17215,29274,14908,0,3706,30933,11791,35301,5599,511,2876,4818,0,271,0,109678645,194.3,33164090,63.9,194.3,53.7
852
  2013-12-04,327805,1795,172308,17248,29567,14863,0,3737,28081,11695,33864,6136,624,3042,4555,0,290,0,108519496,194.4,32768488,36.3,194.4,47.2
853
+ 2013-12-05,319052,1912,163118,18177,29522,14794,0,4102,29120,12136,33068,5441,621,2765,3980,0,296,0,107847615,198.0,32944800,44.0,198.0,34.7
854
+ 2013-12-06,283315,1607,144737,17081,28499,12564,0,3591,24301,9896,29029,4938,563,2545,3700,0,264,0,94074039,164.6,28384413,33.8,164.6,0.0