tamnd commited on
Commit
fe3df8b
·
verified ·
1 Parent(s): 64742d6

Add 2013-10-16 — 292.6K 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-10-15** (807 days), totaling **104,481,598 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 29.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.9 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,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████░░░░░░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 56.1M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
- | 2013 | 273 | 56,128,613 | 205,599 | 17.1 GB | 5.3 GB | 2h46m | 7h54m | 3h33m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 █████████████████░░░░░░░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 28.7M
157
  ```
158
 
159
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████░░░░░░░░░░░░ 3.3M
183
- 2013 ██████████████████████████████ 5.2M
184
  ```
185
 
186
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 51,858,582 | 49.6% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,907,584 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 8,907,804 | 8.5% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 4,037,841 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 779,057 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 9,919,389 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,756,683 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 14,029,166 | 13.4% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 900,190 | 0.9% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 41,837 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 1,053,711 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,973,789 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 95,324 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
 
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-10-16** (808 days), totaling **104,774,243 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 29.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.9 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
  ```
139
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████░░░░░░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 56.4M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
+ | 2013 | 274 | 56,421,258 | 205,917 | 17.2 GB | 5.3 GB | 2h46m | 7h57m | 3h34m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 █████████████████░░░░░░░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 28.8M
157
  ```
158
 
159
 
 
180
  ```
181
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████░░░░░░░░░░░░ 3.3M
183
+ 2013 ██████████████████████████████ 5.3M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 52,004,879 | 49.6% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,923,880 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 8,935,231 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 4,050,852 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 782,868 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 9,945,881 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,767,721 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 14,061,832 | 13.4% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 905,144 | 0.9% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 42,351 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 1,056,554 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,979,088 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 95,579 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826df4290c1c81518cfb6df9406aacca6c826e07a4283b4360f1a5e997baa604
3
+ size 95544
data/creates/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e7c74d53a87fc0e0c0b6359637ec82f8ba34339db21c014921e636dbc8a427
3
+ size 1194709
data/deletes/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39ba312053610b6890190131208b838ffbbdc8fa23c511c0597c07c9c4e1f05f
3
+ size 139575
data/forks/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5c8587d80d4868c3452ed70b795bbbd1b2c7db0941173c63a3c1b6e0a95c97
3
+ size 335020
data/issue_comments/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2603a135acfd0142a1454fe4a9fc0e1d82669fe12e7b1270e706bd4d4f99f63
3
+ size 637258
data/issues/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42d805728d6e30d22562bb93c2f3d141dd87da579d16b1719b75ef37517001f0
3
+ size 389745
data/public_events/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c10d166d6472f9cbba717ba5dcccdf5b44023f9b9e45c250b888106fa7e1fb7
3
+ size 11177
data/pull_requests/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2feb205ca80d44e05006bcdce524a97d01283153a4e6277c360d6cd4fa9127bb
3
+ size 2344034
data/pushes/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa80da10d95ce2ed221f414c35f60f5fc3b9622eb9d02c96c0d0fbae6eb29b2
3
+ size 24226970
data/stars/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:768921a81eb4c0f3786f5691902f3bda1edde2729ce65c41429b6fccc50b7a0d
3
+ size 576849
data/wiki_pages/2013/10/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daa6491e42eb42cabcf8d0160cf2c693238e33085bed1109e1fbc8a901a635c3
3
+ size 271513
stats.csv CHANGED
@@ -805,4 +805,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
805
  2013-10-12,171077,1041,92637,7733,11538,6043,0,1134,17513,6540,19975,2470,322,1279,2709,0,143,0,53943695,94.8,17116235,35.3,94.8,42.5
806
  2013-10-13,190705,869,102020,8796,13890,6972,0,1273,18697,7053,22263,2629,440,2511,3127,0,165,0,60637331,105.1,20070166,44.1,105.1,31.7
807
  2013-10-14,273803,1546,136338,14108,24490,11777,0,3267,28576,10546,30871,4860,527,2290,4309,0,298,0,91410843,165.7,27814596,40.8,165.7,43.3
808
- 2013-10-15,285959,1771,144929,14493,25734,12596,0,3506,26446,10628,32274,5472,529,2553,4769,0,259,0,97477547,177.3,30187758,30.9,177.3,0.0
 
 
805
  2013-10-12,171077,1041,92637,7733,11538,6043,0,1134,17513,6540,19975,2470,322,1279,2709,0,143,0,53943695,94.8,17116235,35.3,94.8,42.5
806
  2013-10-13,190705,869,102020,8796,13890,6972,0,1273,18697,7053,22263,2629,440,2511,3127,0,165,0,60637331,105.1,20070166,44.1,105.1,31.7
807
  2013-10-14,273803,1546,136338,14108,24490,11777,0,3267,28576,10546,30871,4860,527,2290,4309,0,298,0,91410843,165.7,27814596,40.8,165.7,43.3
808
+ 2013-10-15,285959,1771,144929,14493,25734,12596,0,3506,26446,10628,32274,5472,529,2553,4769,0,259,0,97477547,177.3,30187758,30.9,177.3,45.2
809
+ 2013-10-16,292645,1742,146297,16296,27427,13011,0,3811,26492,11038,32666,4954,514,2843,5299,0,255,0,99261747,181.2,30222394,40.5,181.2,0.0