tamnd commited on
Commit
c428084
·
verified ·
1 Parent(s): 8dbc2a6

Add 2011-08-06 to 2011-08-12 — 7 days, 354.1K 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,132 days), totaling **188,446,768 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 54.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
@@ -136,7 +136,7 @@ duckdb.sql("""
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 16.6M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 █████████████████████████░░░░░ 62.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
@@ -145,7 +145,7 @@ duckdb.sql("""
145
  | 2011 | 302 | 16,627,981 | 55,059 | 3.2 GB | 880.8 MB | 1h04m | 50m23s | 1h19m |
146
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 193 | 62,566,785 | 324,180 | 19.2 GB | 5.7 GB | 2h05m | 10h55m | 2h52m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -157,7 +157,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.0M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 █████████████████████████░░░░░ 31.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -201,7 +201,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 437.1K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
- 2014 █████████████████████████��██░░ 2.7M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
@@ -223,7 +223,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
224
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
225
  2013 ██████████████████████████████ 7.0M
226
- 2014 ████████████████████████░░░░░ 5.8M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 94,716,291 | 50.3% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,428,744 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,382,965 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,641,698 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,749,155 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 17,732,703 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,772,687 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 23,681,005 | 12.6% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,424,499 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 227,181 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,758,132 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,103,583 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 121,620 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 174,095 | 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,133 days), totaling **188,843,633 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 54.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
 
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 16.6M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 █████████████████████████░░░░░ 63.0M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
 
145
  | 2011 | 302 | 16,627,981 | 55,059 | 3.2 GB | 880.8 MB | 1h04m | 50m23s | 1h19m |
146
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 194 | 62,963,650 | 324,554 | 19.4 GB | 5.7 GB | 2h05m | 11h01m | 2h53m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.0M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 █████████████████████████░░░░░ 32.0M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 437.1K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
+ 2014 ███████████████████████████░░ 2.8M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
 
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
224
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
225
  2013 ██████████████████████████████ 7.0M
226
+ 2014 ████████████████████████░░░░░ 5.8M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 94,906,510 | 50.3% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,449,599 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,423,313 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,660,121 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,755,228 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 17,767,853 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,786,301 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 23,737,151 | 12.6% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,431,453 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 228,164 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,761,134 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,106,813 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 121,620 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 174,424 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2011/08/06.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9f09cb3eff8734134c38d5daa45bc675ee9c8fa38e8bcc820f78088f1e7aa8f
3
- size 136124
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:779660f180e1a62c60e3fc0d90a87134ba3e6e1598a29b8070b1d3c6641968c5
3
+ size 191137
data/stars/2011/08/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8779ee24dfcfe5a04a93d7b8d2b74a9c9a24de446c8f5779a1751ca4db59c33f
3
- size 101019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:793f0fc7fd5d7d9a5d9a5b5709f8ebf83442bffb8806258651b6fba323dee082
3
+ size 148610
data/stars/2011/08/08.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:66d8c2edb756da5282c423aaf4675a8c5a96bbb5d683d44eee4c000d1395c262
3
- size 176522
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03fd1e18346452b69b01a1dfac0484e3106b14f435b625897528208ce06d1078
3
+ size 260350
data/stars/2011/08/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a966896694c128994d6d8b013fbd326ee7bbcf535cb4ad8bd85a593ec22da1a5
3
- size 183048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d67a5816a462c4967a2c2ef3faeb1a5ca1304d5177ffc066181fe6daaa99233f
3
+ size 270033
data/stars/2011/08/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1850e5094e44bc5a327ba08014527cf6fb9a8f0b81b0f004a4a131e74dbdfabd
3
- size 182635
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c457fcdf4be2ad68fa9327f7b64e683787af97ab05ada7745191c2221f42ceb5
3
+ size 267285
data/stars/2011/08/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:653b02e0db09d998ecab49e7be0318afead08e066dffae6ebca0926f33c06955
3
- size 213628
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7074fc916cb0031b6293a5bb520f6e8848f7f31828e3cd44aa3d968c98d71eb
3
+ size 302918
data/stars/2011/08/12.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78a07649157beafe2ca2aefe3bfa63c2ea3dc776a300700d0ebc8e6208220215
3
- size 177693
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a48601ef1e19280834de191145bfc0cf86356e7552d906ebb9dbe8ee5e29097a
3
+ size 262711
stats.csv CHANGED
@@ -1127,7 +1127,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1127
  2014-07-15,407623,1685,201518,18973,39055,20201,0,6927,40602,15480,46907,7218,1031,3252,4440,0,334,0,146772761,124.4,58098773,2.2,124.4,0.0
1128
  2014-07-19,236661,1010,131923,10377,16595,8570,0,2234,21916,9384,26772,3110,567,1662,2323,0,218,0,74195067,57.7,0,30.7,57.7,4.9
1129
  2014-07-20,274459,884,151654,11530,19348,10341,0,2393,26184,10470,32188,4070,757,1857,2583,0,200,0,86809408,70.2,0,34.5,70.2,6.3
1130
- 2014-07-23,413121,1427,193108,20556,37630,19204,0,6206,35171,14458,70089,7022,968,3133,3844,0,305,0,144329550,352.1,41284207,39.0,352.1,0.0
 
1131
  2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,0.0
1132
  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
1133
  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
 
1127
  2014-07-15,407623,1685,201518,18973,39055,20201,0,6927,40602,15480,46907,7218,1031,3252,4440,0,334,0,146772761,124.4,58098773,2.2,124.4,0.0
1128
  2014-07-19,236661,1010,131923,10377,16595,8570,0,2234,21916,9384,26772,3110,567,1662,2323,0,218,0,74195067,57.7,0,30.7,57.7,4.9
1129
  2014-07-20,274459,884,151654,11530,19348,10341,0,2393,26184,10470,32188,4070,757,1857,2583,0,200,0,86809408,70.2,0,34.5,70.2,6.3
1130
+ 2014-07-23,413121,1427,193108,20556,37630,19204,0,6206,35171,14458,70089,7022,968,3133,3844,0,305,0,144329550,352.1,41284207,39.0,352.1,47.4
1131
+ 2014-07-24,396865,1539,190219,20855,40348,18423,0,6073,35150,13614,56146,6954,983,3002,3230,0,329,0,165477647,383.5,39157974,46.0,383.5,0.0
1132
  2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,0.0
1133
  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
1134
  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