tamnd commited on
Commit
1100936
·
verified ·
1 Parent(s): 642c11c

Add 2013-03-09 to 2013-03-15 — 7 days, 1.4M 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,283 days), totaling **216,002,696 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 66.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.5 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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
  2013 ████████████████████████████░░ 76.1M
139
- 2014 ██████████████████████████████ 78.9M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
@@ -145,7 +145,7 @@ duckdb.sql("""
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,069,545 | 215,494 | 23.1 GB | 6.0 GB | 3h08m | 10h17m | 3h53m |
148
- | 2014 | 239 | 78,851,302 | 329,921 | 27.9 GB | 7.2 GB | 2h38m | 15h52m | 3h41m |
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.7M
158
  2012 ███████████████░░░░░░░░░░░░░░░ 20.6M
159
  2013 █████████████████████████████░ 38.9M
160
- 2014 ██████████████████████████████ 40.0M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 108,423,095 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,992,830 | 5.6% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,853,729 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,745,975 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,051,936 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,291,952 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,699,007 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 27,375,121 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,804,419 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 272,706 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 2,006,422 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,485,980 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 198,722 | 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,284 days), totaling **216,434,489 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 66.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.6 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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
  2013 ████████████████████████████░░ 76.1M
139
+ 2014 ██████████████████████████████ 79.3M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
 
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,069,545 | 215,494 | 23.1 GB | 6.0 GB | 3h08m | 10h17m | 3h53m |
148
+ | 2014 | 240 | 79,283,095 | 330,346 | 28.1 GB | 7.3 GB | 2h39m | 16h00m | 3h42m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ███████████████░░░░░░░░░░░░░░░ 20.6M
159
  2013 █████████████████████████████░ 38.9M
160
+ 2014 ██████████████████████████████ 40.2M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 108,638,367 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 12,014,281 | 5.6% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,897,984 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,766,445 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,059,796 | 1.0% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 20,330,391 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,713,254 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 27,425,119 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,812,792 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 273,798 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 2,009,585 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,490,624 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 199,086 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2013/03/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3b59451dfa17f4109a000674b8880216a6eb442f5ff2f0a8dcc31b65a41e7eb
3
- size 353420
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e0b69968a45e13b2aee0286db9416b9359a4c651c27784e9836e27f6fad742b
3
+ size 655969
data/stars/2013/03/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cf4917a8bc7ecfba5b626c557d86dd60e5e4bed6770077b4895b1d286b4549d
3
- size 332392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:966e2d9b796bef7f13251ad84b4dfe9213fd245af4080faf706db36debe7ec00
3
+ size 665660
data/stars/2013/03/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2f1bae04a78dbbb2b24437c7aeb9d61cad41f03a536bdc1139c93f5571e0a75
3
- size 436604
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e09a63eec1473597998d8543f9756d38a5df50149f0093c0fa55db2521b439d
3
+ size 874141
data/stars/2013/03/12.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:174c4b10b73ca7b26395293dcec349d9055f1e1c605e95ba2415d41d118a89e7
3
- size 472083
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:543e95b7e978155d8a81409f282f4bbbcc693147aa7c3ca1897ba1dcfc44ec74
3
+ size 944076
data/stars/2013/03/13.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fb59e16ce68b7b566c05485b04fd9bc7372e086b4231aa4adcb08064268f90a
3
- size 449275
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a32cbf3b2a3c0b9752481be2b93ca1051eed56d681cf311cb0d1fc0f7d124f
3
+ size 909789
data/stars/2013/03/14.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf9c65979dc86e3a37f72dc0e0e3b064d1010e6224ee7834c06f5de856d2ef66
3
- size 437072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37aaeb93a4b4af806e7cd602672871408e7f92495559809a212a36d9c199494a
3
+ size 873683
data/stars/2013/03/15.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5db9cf0c0279d6e0df15306ce3bc7fdd37fc17775e072c8c92993feaa147649
3
- size 454748
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d965e10a3bd83f7734e763f214e5e4c7993f495c04bf4dc875208be2964c3bb
3
+ size 880711
stats.csv CHANGED
@@ -1279,6 +1279,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,37.3
1281
  2014-09-07,290727,1035,162117,12322,21808,11148,0,2410,25387,9214,35021,4383,800,1853,2956,0,273,0,162165359,308.8,29846104,33.2,308.8,47.3
1282
- 2014-09-08,441314,2074,228681,21306,45702,20124,0,7307,36789,13110,49375,7199,1170,3495,4502,0,480,0,250817458,498.0,44655514,50.3,498.0,0.0
 
1283
  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
1284
  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
 
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,37.3
1281
  2014-09-07,290727,1035,162117,12322,21808,11148,0,2410,25387,9214,35021,4383,800,1853,2956,0,273,0,162165359,308.8,29846104,33.2,308.8,47.3
1282
+ 2014-09-08,441314,2074,228681,21306,45702,20124,0,7307,36789,13110,49375,7199,1170,3495,4502,0,480,0,250817458,498.0,44655514,50.3,498.0,57.8
1283
+ 2014-09-09,431793,2165,215272,21451,44255,20470,0,7860,38439,14247,49998,8373,1092,3163,4644,0,364,0,251008448,471.0,44371276,44.5,471.0,0.0
1284
  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
1285
  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