tamnd commited on
Commit
853b50f
·
verified ·
1 Parent(s): edf3c90

Add 2012-03-17 to 2012-03-23 — 7 days, 736.2K 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,179 days), totaling **195,875,697 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 57.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.8 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
 
@@ -134,7 +134,7 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ██████████████░░░░░░░░░░░░░░░░ 35.2M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 ███████████████████████████░░░ 67.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
@@ -143,9 +143,9 @@ duckdb.sql("""
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
- | 2012 | 303 | 35,233,561 | 116,282 | 9.4 GB | 2.5 GB | 1h58m | 3h16m | 2h20m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 207 | 67,614,392 | 326,639 | 21.9 GB | 6.2 GB | 2h16m | 12h28m | 3h07m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
- 2012 █████████████░░░░░░░░░░░░░░░░░ 16.9M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ███████████████████████████░░░ 34.3M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
@@ -176,7 +176,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
- 2012 █████████████░░░░░░░░░░░░░░░░ 2.0M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ████████████████████████░░░░░░ 3.6M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
@@ -199,7 +199,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
- 2012 ███████████████░░░░░░░░░░░░░░ 1.6M
203
  2013 █████████████████████████████░ 2.9M
204
  2014 ██████████████████████████████ 3.0M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
@@ -221,7 +221,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
- 2012 ██████████████░░░░░░░░░░░░░░░░ 3.4M
225
  2013 ██████████████████████████████ 7.0M
226
  2014 ██████████████████████████░░░░ 6.2M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 98,295,930 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,849,506 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,038,224 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,942,562 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,826,597 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,425,787 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,010,538 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 24,813,773 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,538,875 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 241,311 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,825,377 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,200,716 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 180,719 | 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,189 days), totaling **196,895,295 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 57.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 36.3M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 ███████████████████████████░░░ 67.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
+ | 2012 | 313 | 36,253,159 | 115,824 | 9.7 GB | 2.5 GB | 2h00m | 3h19m | 2h21m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 207 | 67,614,392 | 326,639 | 21.9 GB | 6.2 GB | 2h16m | 12h28m | 3h08m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 17.4M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ███████████████████████████░░░ 34.3M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
 
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
+ 2012 █████████████░░░░░░░░░░░░░░░░ 2.0M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ████████████████████████░░░░░░ 3.6M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ███████████████░░░░░░░░░░░░░░ 1.6M
203
  2013 █████████████████████████████░ 2.9M
204
  2014 ██████████████████████████████ 3.0M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
 
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 3.5M
225
  2013 ██████████████████████████████ 7.0M
226
  2014 ██████████████████████████░░░░ 6.2M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 98,787,401 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,897,333 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,113,278 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,974,178 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,832,050 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,527,634 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,045,090 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 25,002,996 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,544,829 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 241,311 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,836,847 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,220,256 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 181,856 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/03/17.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:293d095f4c2e89ae09095d564488f203a57ded9526246c20971f994e39d61b09
3
- size 115262
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc1e9c09682807cf316cb1d6770a54f4f4a90336624d93c9d0a9b90b831fc06
3
+ size 275500
data/stars/2012/03/18.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b56ece9eb2d3d6a52db41972bc6e63f7ad5ac1d8ce068561c542bfec51a75bb5
3
- size 131740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8634fb05c26ff76e96704dd4687a1946e584d6f837239d8893f1063f691447be
3
+ size 313961
data/stars/2012/03/19.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f4c1e42ff322b6b5503180b147c1dad6893a4de5783c5754e344971af671b25
3
- size 184750
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1eb09a88a6fb698690c7f01a8700b51b769d0d1ea995638172b4d487fcd3d10
3
+ size 426384
data/stars/2012/03/20.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52ba3f5b17d84f00ccbe2184f279d8c09c68e39670522baaf8992907c748bf7e
3
- size 192564
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b32b293c52d26ef79802c7745e46c54d0ffc4af36ff0aef803b2994a11f2099
3
+ size 433531
data/stars/2012/03/21.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c96ec95b323c7d5d94a89ce6eaf64c3f2902a4f1ede9868f2dfb25dbc6ae47a
3
- size 185333
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2cf0986dc543eae22f8dc19a556e5117a24b03fe3fb6db33b0c2223418a3455
3
+ size 422898
data/stars/2012/03/22.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dc9660b78358715dcee15345bb8a591b56c12cedf167f3bcaf24b0c6305667d
3
- size 229189
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7311a00a92a2a65e9754a25bc47df114f63e32d4ae73ae2671d9637fad972247
3
+ size 463553
data/stars/2012/03/23.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3db9006e9d70ae36106cd6cfdc15a67b9ce22b62dab9469fae6ea03411f2ac7
3
- size 163578
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01a86dda11eb86a50fca134449fc97c5cf86d37fd58415fc1401f2ce56060dd0
3
+ size 377047
stats.csv CHANGED
@@ -391,13 +391,23 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
391
  2012-03-07,141627,0,54265,6227,9068,25996,0,698,12993,3767,22726,1011,0,1480,2574,695,127,0,45514169,46.1,544689,6.9,46.1,4.8
392
  2012-03-08,136260,0,53048,5293,8907,24478,0,906,12322,3764,22031,1121,0,1290,2355,622,123,0,43579009,42.9,568803,22.5,42.9,4.8
393
  2012-03-09,138754,0,51325,5075,8268,31240,0,827,11074,3567,22168,1063,0,1389,2098,571,89,0,45290060,44.9,484300,17.5,44.9,4.8
394
- 2012-03-10,32077,3512,10595,920,1279,7782,0,107,2224,741,7317,223,0,252,515,107,15,0,10415548,10.5,103667,9.3,10.5,0.0
395
- 2012-03-11,82907,2486,41670,3736,5346,2210,0,275,7936,2218,16346,407,0,788,1582,0,83,0,21558165,18.3,296725,25.9,18.3,0.0
396
- 2012-03-12,114006,3709,55342,5807,9308,3798,0,888,11595,3970,18749,605,0,1235,2068,0,116,0,31179652,27.1,458253,24.9,27.1,0.0
397
- 2012-03-13,119956,3873,55729,7985,11746,3820,0,714,11112,4034,20028,601,0,1418,2111,0,110,0,31517471,27.1,411047,7.7,27.1,0.0
398
- 2012-03-14,107206,3440,52360,5529,8677,3717,0,728,10310,3661,17894,679,0,1170,1827,0,131,0,29756941,25.4,378489,10.4,25.4,0.0
399
- 2012-03-15,107637,3464,51996,5337,8335,3457,0,728,10271,3590,19493,661,0,1213,1957,0,132,0,28951165,22.6,397044,10.0,22.6,0.0
400
- 2012-03-16,97310,2816,46751,5028,7718,3297,0,637,9412,3517,16985,540,0,1142,1812,0,104,0,26791807,21.5,353793,8.4,21.5,0.0
 
 
 
 
 
 
 
 
 
 
401
  2012-03-27,139100,3781,55126,13672,24672,3975,0,793,12392,4083,19449,708,0,1462,2074,0,160,0,32670152,51.4,10328925,4.0,51.4,48.2
402
  2012-03-28,154896,3872,58047,14491,35205,3959,0,925,12945,4054,20021,796,0,1624,2241,0,123,0,34371402,55.2,10752838,18.5,55.2,32.7
403
  2012-03-29,139841,3690,57679,11646,26244,3823,0,891,11780,3780,19472,680,0,1387,1873,0,91,0,33368396,56.0,10372532,21.4,56.0,48.4
 
391
  2012-03-07,141627,0,54265,6227,9068,25996,0,698,12993,3767,22726,1011,0,1480,2574,695,127,0,45514169,46.1,544689,6.9,46.1,4.8
392
  2012-03-08,136260,0,53048,5293,8907,24478,0,906,12322,3764,22031,1121,0,1290,2355,622,123,0,43579009,42.9,568803,22.5,42.9,4.8
393
  2012-03-09,138754,0,51325,5075,8268,31240,0,827,11074,3567,22168,1063,0,1389,2098,571,89,0,45290060,44.9,484300,17.5,44.9,4.8
394
+ 2012-03-10,32077,3512,10595,920,1279,7782,0,107,2224,741,7317,223,0,252,515,107,15,0,10415548,10.5,103667,9.3,10.5,5.2
395
+ 2012-03-11,82907,2486,41670,3736,5346,2210,0,275,7936,2218,16346,407,0,788,1582,0,83,0,21558165,18.3,296725,25.9,18.3,5.2
396
+ 2012-03-12,114006,3709,55342,5807,9308,3798,0,888,11595,3970,18749,605,0,1235,2068,0,116,0,31179652,27.1,458253,24.9,27.1,5.2
397
+ 2012-03-13,119956,3873,55729,7985,11746,3820,0,714,11112,4034,20028,601,0,1418,2111,0,110,0,31517471,27.1,411047,7.7,27.1,5.2
398
+ 2012-03-14,107206,3440,52360,5529,8677,3717,0,728,10310,3661,17894,679,0,1170,1827,0,131,0,29756941,25.4,378489,10.4,25.4,5.2
399
+ 2012-03-15,107637,3464,51996,5337,8335,3457,0,728,10271,3590,19493,661,0,1213,1957,0,132,0,28951165,22.6,397044,10.0,22.6,5.2
400
+ 2012-03-16,97310,2816,46751,5028,7718,3297,0,637,9412,3517,16985,540,0,1142,1812,0,104,0,26791807,21.5,353793,8.4,21.5,5.2
401
+ 2012-03-17,74942,2427,36268,3086,4819,1964,0,299,7325,2767,15589,371,0,694,1385,0,93,0,20036343,15.2,275500,7.7,15.2,0.0
402
+ 2012-03-18,88032,2528,42156,3915,5420,2168,0,335,8318,3028,19396,518,0,779,1571,0,130,0,23897442,18.5,313961,20.6,18.5,0.0
403
+ 2012-03-19,114963,3909,55009,5935,9117,3711,0,715,12048,4247,19447,658,0,1295,2141,0,136,0,32561364,22.2,426384,21.1,22.2,0.0
404
+ 2012-03-20,118632,3789,55996,5611,9466,4047,0,612,12761,4124,20864,753,0,1325,2309,0,130,0,32477661,22.4,433531,21.3,22.4,0.0
405
+ 2012-03-21,117974,3790,56088,5738,9469,3887,0,643,11867,3854,20992,712,0,1529,2502,0,116,0,32460165,24.1,422898,5.9,24.1,0.0
406
+ 2012-03-22,116394,3464,56849,5190,8949,3913,0,735,11374,3866,20776,671,0,1377,2061,0,111,0,32152569,17.3,463553,23.8,17.3,0.0
407
+ 2012-03-23,105219,3308,50946,5021,7893,3596,0,644,10313,3531,18834,660,0,1266,1962,0,120,0,29019636,15.9,377047,5.4,15.9,0.0
408
+ 2012-03-24,79961,2392,38651,3622,5240,2117,0,303,7107,2652,17070,428,0,834,1465,0,85,0,20856269,12.1,276372,18.5,12.1,0.0
409
+ 2012-03-25,84926,2331,42286,3481,5403,2271,0,358,8525,2654,16429,433,0,875,1778,0,91,0,22408713,11.3,316663,0.3,11.3,0.0
410
+ 2012-03-26,118555,3564,57222,6228,9278,3942,0,809,12209,3829,19826,750,0,1496,2366,0,125,0,32379457,16.0,440530,0.0,16.0,0.0
411
  2012-03-27,139100,3781,55126,13672,24672,3975,0,793,12392,4083,19449,708,0,1462,2074,0,160,0,32670152,51.4,10328925,4.0,51.4,48.2
412
  2012-03-28,154896,3872,58047,14491,35205,3959,0,925,12945,4054,20021,796,0,1624,2241,0,123,0,34371402,55.2,10752838,18.5,55.2,32.7
413
  2012-03-29,139841,3690,57679,11646,26244,3823,0,891,11780,3780,19472,680,0,1387,1873,0,91,0,33368396,56.0,10372532,21.4,56.0,48.4