tamnd commited on
Commit
0246cd3
·
verified ·
1 Parent(s): f05944a

Add 2011-04-02 to 2011-04-08 — 7 days, 291.0K events, 7 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ 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,092 days), totaling **185,613,267 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 53.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 17.2 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
 
@@ -142,7 +142,7 @@ duckdb.sql("""
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
- | 2011 | 266 | 14,952,356 | 56,211 | 2.9 GB | 1.3 GB | 1h07m | 50m28s | 1h49m |
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 | 189 | 61,408,909 | 324,914 | 18.8 GB | 5.6 GB | 2h02m | 10h42m | 2h52m |
@@ -175,7 +175,7 @@ GROUP BY repo_name ORDER BY pushes DESC LIMIT 20;
175
  Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
176
 
177
  ```
178
- 2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 775.4K
179
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ██████████████████████░░░░░░░░ 3.3M
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 93,242,652 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,287,320 | 5.5% | Issue lifecycle events |
642
  | `issue_comments` | IssueCommentEvent | 16,176,597 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,549,807 | 4.1% | PR lifecycle events |
644
  | `pr_review_comments` | PullRequestReviewCommentEvent | 1,736,532 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 17,444,018 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,679,677 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 23,294,920 | 12.6% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,386,568 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 224,191 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,726,322 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,053,354 | 1.6% | Wiki page edits |
652
- | `members` | MemberEvent | 111,471 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 171,666 | 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,092 days), totaling **185,614,794 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 53.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 17.2 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
 
 
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
+ | 2011 | 266 | 14,953,883 | 56,217 | 2.9 GB | 1.2 GB | 1h07m | 50m34s | 1h47m |
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 | 189 | 61,408,909 | 324,914 | 18.8 GB | 5.6 GB | 2h02m | 10h42m | 2h52m |
 
175
  Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
176
 
177
  ```
178
+ 2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 775.5K
179
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ██████████████████████░░░░░░░░ 3.3M
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 93,243,516 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,287,380 | 5.5% | Issue lifecycle events |
642
  | `issue_comments` | IssueCommentEvent | 16,176,597 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,549,841 | 4.1% | PR lifecycle events |
644
  | `pr_review_comments` | PullRequestReviewCommentEvent | 1,736,532 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 17,444,247 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,679,720 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 23,295,112 | 12.6% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,386,588 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 224,191 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,726,341 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,053,407 | 1.6% | Wiki page edits |
652
+ | `members` | MemberEvent | 111,481 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 171,669 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2011/04/02.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74481f29d3da5a2792962f0b6f486067126c88cf897fdf5a553cd69260c2ed3e
3
- size 109652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9280cacd552e481552220c62f0d2e162c2ef7df2d3e867e10eef4484407e7a1
3
+ size 159912
data/stars/2011/04/03.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:811ea1dfe5784be1d3a226c5b2a60029792f7cbf723203f5ea3cae15b9437ce7
3
- size 117185
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65d179771fa48542e2414bf3fcd97456b8466c52a02a7bb95cdb4762c295e884
3
+ size 171175
data/stars/2011/04/04.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:506aba0286105c4df23d55ed84f8ea428083e60b4e31c189090160836cf8796a
3
- size 176172
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97ea9407c2e9fbb422a0c1693c198159bac5b054ceeefbc110c63ddd22adb773
3
+ size 259800
data/stars/2011/04/05.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47a0df3770f576d2e8ec7b5381737adda99ef47bc7772c44db737a8d16336ff1
3
- size 176843
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4651a1b8bbd52633cbf96a0aa415ec4b066b2734be1df6ce154c379d3e2a00
3
+ size 271109
data/stars/2011/04/06.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d327f290a1ae162cd448177e686367134f7d1285786c1962cf2612e24cb2f3e
3
- size 154865
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dc7476b98003b19778b97e2b4e5fbad13c5b081086366b0d0f14cf201d24c7d
3
+ size 230566
data/stars/2011/04/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aeb7a8c0389a7da6ca739de8179279d3051641b13e1b9fd376ab2398d15c9de6
3
- size 170856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1114bee6f6fd6faaa75b0fe5ca54fbfba9e70f281d62947675377637568cfeb9
3
+ size 250494
data/stars/2011/04/08.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f67ddebf529dd6eed256d7e51e3caf0ed5119f22d43f1c898e559efdc4036851
3
- size 160913
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661f473d0b043912679ab56a29a9c258c0545e7510d9573bab2658a7ad45fb07
3
+ size 239154
stats.csv CHANGED
@@ -41,22 +41,22 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
41
  2011-03-23,43081,0,24901,1876,0,1057,0,0,5278,1367,5955,438,0,708,1130,326,45,0,8975979,5.2,231685,4.5,5.2,4.6
42
  2011-03-24,42018,0,23646,1677,0,953,0,0,5217,1337,6098,483,0,674,1558,325,50,0,8558111,4.8,225863,15.5,4.8,4.6
43
  2011-03-25,41161,0,23146,1954,0,958,0,0,5383,1372,5481,595,0,686,1196,347,43,0,8410178,4.9,231055,4.7,4.9,4.6
44
- 2011-03-26,31773,0,18364,1271,0,716,0,0,3652,879,4765,458,0,538,872,239,19,0,6375399,4.1,160672,3.9,4.1,0.0
45
- 2011-03-27,34843,0,20359,1400,0,745,0,0,3718,989,5492,489,0,458,951,214,28,0,6807369,4.2,166472,5.6,4.2,0.0
46
- 2011-03-28,46044,0,25866,2155,0,1219,0,0,5509,1379,6553,1027,0,666,1278,343,49,0,9461746,6.1,238855,4.0,6.1,0.0
47
- 2011-03-29,38980,0,22117,1736,0,1096,0,0,4794,1240,5405,625,0,672,957,300,38,0,7962156,4.9,210444,5.5,4.9,0.0
48
- 2011-03-30,49226,0,24610,1732,0,1095,0,0,5503,1348,12366,536,0,624,1028,337,47,0,8961511,5.1,238522,9.1,5.1,0.0
49
- 2011-03-31,44897,0,24843,1729,0,1205,0,0,5506,1352,7048,1065,0,646,1171,292,40,0,8902002,7.4,236991,16.5,7.4,0.0
50
- 2011-04-01,43038,0,22705,1711,0,1072,0,0,5138,1345,8185,982,0,704,847,302,47,0,8240306,8.5,222935,8.4,8.5,0.0
51
  2011-04-02,30272,0,17111,1357,0,757,0,0,3655,1095,4461,314,0,462,832,204,24,0,5894601,5.9,159912,9.8,5.9,0.0
52
  2011-04-03,34242,0,19777,1114,0,765,0,0,3944,1055,5535,371,0,433,999,212,37,0,6827747,5.9,171175,14.9,6.0,0.0
53
- 2011-04-04,45116,0,25814,1664,0,1203,0,0,5926,1518,6249,455,0,720,1188,335,44,0,9372571,6.1,4997211,6.2,6.2,21.9
54
- 2011-04-05,47446,0,26094,1816,0,1145,0,0,6160,1454,6997,1432,0,704,1259,330,55,0,9494057,8.9,5042997,12.7,8.9,18.8
55
- 2011-04-06,43752,0,25360,1796,0,1095,0,0,5245,1477,6135,523,0,610,1097,370,44,0,9078610,5.5,4917043,6.4,5.5,22.5
56
- 2011-04-07,43419,0,25052,1603,0,1031,0,0,5543,1474,6216,461,0,612,1053,323,51,0,8931742,6.8,4753433,6.4,6.8,23.1
57
- 2011-04-08,45199,0,24290,2135,2069,1007,0,0,5519,1423,6161,447,0,671,1105,339,33,0,8940947,8.2,4610325,5.9,8.2,24.0
58
- 2011-04-09,31521,0,17252,1092,1520,656,0,0,3716,1146,4431,240,0,359,865,228,16,0,6126736,5.5,3135270,17.8,5.5,23.5
59
- 2011-04-10,36649,0,19577,2206,2158,784,0,0,4413,971,4433,282,0,526,1072,192,35,0,6941125,5.7,3696782,5.7,5.7,23.2
60
  2011-04-11,50152,0,26254,2650,3068,1177,0,0,6051,1432,6852,534,0,622,1129,343,40,0,9829991,5.4,5029438,4.5,5.4,17.0
61
  2011-04-12,49413,0,25082,2548,3351,1204,0,0,5809,1492,6724,472,0,791,1546,342,52,0,9616358,9.6,4769662,5.6,9.6,18.2
62
  2011-04-13,50960,0,26090,2653,3342,1232,0,0,6185,1499,6727,551,0,898,1337,387,59,0,10011009,9.3,5012001,8.5,9.3,22.6
 
41
  2011-03-23,43081,0,24901,1876,0,1057,0,0,5278,1367,5955,438,0,708,1130,326,45,0,8975979,5.2,231685,4.5,5.2,4.6
42
  2011-03-24,42018,0,23646,1677,0,953,0,0,5217,1337,6098,483,0,674,1558,325,50,0,8558111,4.8,225863,15.5,4.8,4.6
43
  2011-03-25,41161,0,23146,1954,0,958,0,0,5383,1372,5481,595,0,686,1196,347,43,0,8410178,4.9,231055,4.7,4.9,4.6
44
+ 2011-03-26,31773,0,18364,1271,0,716,0,0,3652,879,4765,458,0,538,872,239,19,0,6375399,4.1,160672,3.9,4.1,4.3
45
+ 2011-03-27,34843,0,20359,1400,0,745,0,0,3718,989,5492,489,0,458,951,214,28,0,6807369,4.2,166472,5.6,4.2,4.3
46
+ 2011-03-28,46044,0,25866,2155,0,1219,0,0,5509,1379,6553,1027,0,666,1278,343,49,0,9461746,6.1,238855,4.0,6.1,4.3
47
+ 2011-03-29,38980,0,22117,1736,0,1096,0,0,4794,1240,5405,625,0,672,957,300,38,0,7962156,4.9,210444,5.5,4.9,4.3
48
+ 2011-03-30,49226,0,24610,1732,0,1095,0,0,5503,1348,12366,536,0,624,1028,337,47,0,8961511,5.1,238522,9.1,5.1,4.3
49
+ 2011-03-31,44897,0,24843,1729,0,1205,0,0,5506,1352,7048,1065,0,646,1171,292,40,0,8902002,7.4,236991,16.5,7.4,4.3
50
+ 2011-04-01,43038,0,22705,1711,0,1072,0,0,5138,1345,8185,982,0,704,847,302,47,0,8240306,8.5,222935,8.4,8.5,4.3
51
  2011-04-02,30272,0,17111,1357,0,757,0,0,3655,1095,4461,314,0,462,832,204,24,0,5894601,5.9,159912,9.8,5.9,0.0
52
  2011-04-03,34242,0,19777,1114,0,765,0,0,3944,1055,5535,371,0,433,999,212,37,0,6827747,5.9,171175,14.9,6.0,0.0
53
+ 2011-04-04,45116,0,25814,1664,0,1203,0,0,5926,1518,6249,455,0,720,1188,335,44,0,9372571,6.8,259800,8.6,6.8,0.0
54
+ 2011-04-05,48973,0,26958,1876,0,1179,0,0,6389,1497,7189,1452,0,723,1312,340,58,0,9803401,7.5,271109,7.3,7.5,0.0
55
+ 2011-04-06,43752,0,25360,1796,0,1095,0,0,5245,1477,6135,523,0,610,1097,370,44,0,9078610,6.9,230566,6.8,6.9,0.0
56
+ 2011-04-07,43419,0,25052,1603,0,1031,0,0,5543,1474,6216,461,0,612,1053,323,51,0,8931742,8.3,250494,6.5,8.3,0.0
57
+ 2011-04-08,45199,0,24290,2135,2069,1007,0,0,5519,1423,6161,447,0,671,1105,339,33,0,8940947,9.2,239154,5.0,9.2,0.0
58
+ 2011-04-09,31521,0,17252,1092,1520,656,0,0,3716,1146,4431,240,0,359,865,228,16,0,6126736,7.0,161217,5.9,7.0,0.0
59
+ 2011-04-10,36649,0,19577,2206,2158,784,0,0,4413,971,4433,282,0,526,1072,192,35,0,6941125,6.7,190552,5.2,6.7,0.0
60
  2011-04-11,50152,0,26254,2650,3068,1177,0,0,6051,1432,6852,534,0,622,1129,343,40,0,9829991,5.4,5029438,4.5,5.4,17.0
61
  2011-04-12,49413,0,25082,2548,3351,1204,0,0,5809,1492,6724,472,0,791,1546,342,52,0,9616358,9.6,4769662,5.6,9.6,18.2
62
  2011-04-13,50960,0,26090,2653,3342,1232,0,0,6185,1499,6727,551,0,898,1337,387,59,0,10011009,9.3,5012001,8.5,9.3,22.6