tamnd commited on
Commit
6e81d25
·
verified ·
1 Parent(s): fd31cc4

Add 2014-09-06 — 244.1K 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,278 days), totaling **214,626,970 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 65.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
@@ -135,8 +135,8 @@ duckdb.sql("""
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
- 2013 █████████████████████████████░ 75.7M
139
- 2014 ██████████████████████████████ 77.9M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
@@ -144,8 +144,8 @@ duckdb.sql("""
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
147
- | 2013 | 351 | 75,669,918 | 215,583 | 23.0 GB | 6.5 GB | 3h20m | 10h49m | 4h13m |
148
- | 2014 | 236 | 77,875,203 | 329,979 | 27.3 GB | 7.1 GB | 2h36m | 15h34m | 3h38m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -156,8 +156,8 @@ Pushes are the most common event type, representing roughly half of all GitHub a
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ███████████████░░░░░░░░░░░░░░░ 20.6M
159
- 2013 █████████████████████████████░ 38.7M
160
- 2014 ██████████████████████████████ 39.5M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -200,8 +200,8 @@ Pull request events cover the full review cycle: opened, merged, closed, review
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.8M
203
- 2013 █████████████████████████░░░░░ 2.9M
204
- 2014 ██████████████████████████████ 3.4M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 107,701,923 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,904,194 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,729,394 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,691,719 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,036,685 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,175,787 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,655,285 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 27,218,784 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,786,180 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 270,115 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,995,797 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,469,657 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 197,362 | 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,281 days), totaling **215,232,680 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 65.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
 
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
+ 2013 █████████████████████████████░ 76.0M
139
+ 2014 ██████████████████████████████ 78.1M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
 
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
147
+ | 2013 | 353 | 76,031,570 | 215,386 | 23.1 GB | 6.5 GB | 3h20m | 10h50m | 4h13m |
148
+ | 2014 | 237 | 78,119,261 | 329,617 | 27.5 GB | 7.2 GB | 2h37m | 15h38m | 3h39m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ███████████████░░░░░░░░░░░░░░░ 20.6M
159
+ 2013 █████████████████████████████░ 38.9M
160
+ 2014 ██████████████████████████████ 39.6M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.8M
203
+ 2013 █████████████████████████░░░░░ 3.0M
204
+ 2014 ██████████████████████████████ 3.5M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 108,012,864 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,957,215 | 5.6% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,782,551 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,713,101 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,041,855 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 20,226,170 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,675,233 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 27,286,517 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,792,510 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 270,736 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 2,000,635 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,477,924 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 197,932 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/commit_comments/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9033ae6890a43e655c1ad80098f33e9210003f2a95f03527b213ad85edf35f6c
3
+ size 54667
data/creates/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49030c72237dd12ea6d8d9e12db6e0a88c6bc0e464dde2dc76ecc44b4586c4a5
3
+ size 1846459
data/deletes/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c114f6ee4b9639e353b328af987f7057c004ef78423b988d20f445e8c2e1d7e
3
+ size 98263
data/forks/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25e3c7b093a4849c4da581ea93947de294d44a692e8caedebd858eb288de97e4
3
+ size 225248
data/issue_comments/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6648d44a966a0110903ff7991fdb42e7f9b3d5367ca2e0d08900fad152221c7a
3
+ size 452984
data/issues/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abdd4304d02b0921f4e3b133a68a8266ee6186b75e79a3eac3afe75204eb44d
3
+ size 369900
data/public_events/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4f64a6a7117ef64e1dc9891479d5631ef2bb6834e9e7b67a97d569d9384a898
3
+ size 9957
data/pull_requests/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1ef6d04bb3050ce974338b1b22d3d2ec850e808fab61fe12b9d2f8d4fc8444
3
+ size 1644561
data/pushes/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e8bed7a4ef8eb0ec023727c7c275e38238d6f74733152933da138a4c165e56
3
+ size 19513494
data/stars/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8cb95d20499074fec794c35cec281a54a3c4854f1d2844339f94e5a60e6eee1
3
+ size 947825
data/wiki_pages/2014/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4986b2b67b47d2340495cae4eee1488006f9b53fba53a43d6d9fac4d74422e14
3
+ size 198205
stats.csv CHANGED
@@ -730,9 +730,9 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
730
  2013-02-09,126860,827,67654,7424,11284,4122,0,795,11339,4534,14583,900,0,1261,2035,0,102,0,39569240,34.9,537368,13.6,34.9,0.0
731
  2013-02-10,170483,761,77338,31417,16541,4407,0,1008,12677,4857,16310,1089,0,1516,2429,0,133,0,45100511,38.2,591636,7.4,38.2,0.0
732
  2013-02-11,191169,1390,97603,10506,18074,7533,0,2133,17611,6947,22461,1594,0,1980,3127,0,210,0,62708146,48.8,775889,0.0,48.8,0.0
733
- 2013-02-12,197523,1260,96991,12202,21246,7477,0,2093,17698,6987,24259,1645,0,2150,3327,0,188,0,68174371,90.3,19986553,0.0,90.3,32.3
734
- 2013-02-13,199889,1395,97973,12370,22769,7540,0,2061,18171,6937,22958,1549,0,2199,3773,0,194,0,64342569,85.4,20727705,7.5,85.4,42.2
735
- 2013-02-14,186628,1209,91717,11340,20105,7383,0,1877,17991,6876,20794,1472,0,2017,3671,0,176,0,60808459,82.7,18953414,25.7,82.7,35.7
736
  2013-02-15,185408,1234,87521,14151,22719,6938,0,1505,17122,6708,20604,1498,0,1795,3336,0,277,0,57786873,83.5,18263083,38.5,83.5,50.0
737
  2013-02-16,160485,892,70235,16456,28032,4144,0,567,14111,5051,16161,999,0,1189,2550,0,98,0,41683064,70.5,13224674,24.1,70.5,34.0
738
  2013-02-17,162579,913,80563,13347,17159,4520,0,907,15639,5604,18459,1015,0,1363,2962,0,128,0,47190004,72.3,15485095,30.4,72.3,33.9
@@ -1276,6 +1276,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1276
  2014-09-02,425652,1952,212664,20760,40872,20534,0,6919,39090,14704,50638,7416,1205,3878,4670,0,350,0,247970027,480.6,43535632,50.5,480.6,116.2
1277
  2014-09-03,402950,2016,194938,24852,45102,19344,0,7369,35413,12900,45683,6515,1069,2996,4381,0,372,0,233687395,460.2,40422953,46.0,460.2,48.5
1278
  2014-09-04,382735,1758,190781,18483,36141,19221,0,6919,34838,13286,45951,6942,1023,2878,4141,0,373,0,223850627,423.6,38698449,39.7,423.6,63.1
1279
- 2014-09-05,327295,1884,165567,15803,30194,16424,0,5336,27547,11093,39687,6253,936,2748,3494,0,329,0,193402751,362.4,34335000,54.1,362.4,0.0
 
1280
  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
1281
  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
 
730
  2013-02-09,126860,827,67654,7424,11284,4122,0,795,11339,4534,14583,900,0,1261,2035,0,102,0,39569240,34.9,537368,13.6,34.9,0.0
731
  2013-02-10,170483,761,77338,31417,16541,4407,0,1008,12677,4857,16310,1089,0,1516,2429,0,133,0,45100511,38.2,591636,7.4,38.2,0.0
732
  2013-02-11,191169,1390,97603,10506,18074,7533,0,2133,17611,6947,22461,1594,0,1980,3127,0,210,0,62708146,48.8,775889,0.0,48.8,0.0
733
+ 2013-02-12,197523,1260,96991,12202,21246,7477,0,2093,17698,6987,24259,1645,0,2150,3327,0,188,0,68174371,55.9,784972,8.5,55.9,0.0
734
+ 2013-02-13,199889,1395,97973,12370,22769,7540,0,2061,18171,6937,22958,1549,0,2199,3773,0,194,0,64342569,48.5,800954,9.5,48.5,0.0
735
+ 2013-02-14,186628,1209,91717,11340,20105,7383,0,1877,17991,6876,20794,1472,0,2017,3671,0,176,0,60808459,36.8,786582,6.4,36.8,0.0
736
  2013-02-15,185408,1234,87521,14151,22719,6938,0,1505,17122,6708,20604,1498,0,1795,3336,0,277,0,57786873,83.5,18263083,38.5,83.5,50.0
737
  2013-02-16,160485,892,70235,16456,28032,4144,0,567,14111,5051,16161,999,0,1189,2550,0,98,0,41683064,70.5,13224674,24.1,70.5,34.0
738
  2013-02-17,162579,913,80563,13347,17159,4520,0,907,15639,5604,18459,1015,0,1363,2962,0,128,0,47190004,72.3,15485095,30.4,72.3,33.9
 
1276
  2014-09-02,425652,1952,212664,20760,40872,20534,0,6919,39090,14704,50638,7416,1205,3878,4670,0,350,0,247970027,480.6,43535632,50.5,480.6,116.2
1277
  2014-09-03,402950,2016,194938,24852,45102,19344,0,7369,35413,12900,45683,6515,1069,2996,4381,0,372,0,233687395,460.2,40422953,46.0,460.2,48.5
1278
  2014-09-04,382735,1758,190781,18483,36141,19221,0,6919,34838,13286,45951,6942,1023,2878,4141,0,373,0,223850627,423.6,38698449,39.7,423.6,63.1
1279
+ 2014-09-05,327295,1884,165567,15803,30194,16424,0,5336,27547,11093,39687,6253,936,2748,3494,0,329,0,193402751,362.4,34335000,54.1,362.4,51.6
1280
+ 2014-09-06,244058,1198,136000,11098,18542,9442,0,2029,20095,8144,28962,3647,621,1342,2711,0,227,0,138739344,256.5,25361563,44.6,256.5,0.0
1281
  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
1282
  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