tamnd commited on
Commit
2b2a039
·
verified ·
1 Parent(s): b14abad

Add 2015-01-04 — 0 events, 14 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** (992 days), totaling **158,350,239 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 45.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
@@ -723,7 +723,7 @@ duckdb.sql("""
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
- 2014 ██████████████░░░░░░░░░░░░░░░░ 35.0M
727
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
728
  ```
729
 
@@ -732,7 +732,7 @@ duckdb.sql("""
732
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
733
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
734
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
735
- | 2014 | 112 | 35,002,093 | 312,518 | 10.6 GB | 3.2 GB | 1h14m | 6h04m | 1h45m |
736
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
737
 
738
 
@@ -742,7 +742,7 @@ duckdb.sql("""
742
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
743
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
744
  2013 ██████████████████████████████ 38.1M
745
- 2014 ██████████████░░░░░░░░░░░░░░░░ 17.8M
746
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
747
  ```
748
 
@@ -764,7 +764,7 @@ duckdb.sql("""
764
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
765
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
766
  2013 ██████████████████████████████ 2.9M
767
- 2014 ███████████████░░░░░░░░░░░░░░ 1.5M
768
  2015 █���░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
769
  ```
770
 
@@ -775,7 +775,7 @@ duckdb.sql("""
775
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
776
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
777
  2013 ██████████████████████████████ 7.0M
778
- 2014 █████████████░░░░░░░░░░░░░░░░ 3.2M
779
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
780
  ```
781
 
@@ -1160,20 +1160,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1160
 
1161
  | Table | GitHub Event | Events | % | Description |
1162
  |-------|-------------|-------:|---:|-------------|
1163
- | `pushes` | PushEvent | 79,363,585 | 50.1% | Git pushes with commits |
1164
- | `issues` | IssuesEvent | 8,859,823 | 5.6% | Issue lifecycle events |
1165
- | `issue_comments` | IssueCommentEvent | 13,754,330 | 8.7% | Comments on issues/PRs |
1166
- | `pull_requests` | PullRequestEvent | 6,358,550 | 4.0% | PR lifecycle events |
1167
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,381,506 | 0.9% | Line-level PR comments |
1168
- | `stars` | WatchEvent | 14,895,385 | 9.4% | Repository stars |
1169
- | `forks` | ForkEvent | 5,689,489 | 3.6% | Repository forks |
1170
- | `creates` | CreateEvent | 20,116,303 | 12.7% | Branch/tag/repo creation |
1171
- | `deletes` | DeleteEvent | 1,872,868 | 1.2% | Branch/tag deletion |
1172
- | `releases` | ReleaseEvent | 157,381 | 0.1% | Release publications |
1173
- | `commit_comments` | CommitCommentEvent | 1,504,715 | 1.0% | Comments on commits |
1174
- | `wiki_pages` | GollumEvent | 2,736,785 | 1.7% | Wiki page edits |
1175
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
1176
- | `public_events` | PublicEvent | 146,394 | 0.1% | Repo made public |
1177
 
1178
  ## How it's built
1179
 
 
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** (994 days), totaling **159,152,669 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 45.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ██████████████░░░░░░░░░░░░░░░░ 35.8M
727
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
728
  ```
729
 
 
732
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
733
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
734
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
735
+ | 2014 | 114 | 35,804,523 | 314,074 | 10.9 GB | 3.3 GB | 1h15m | 6h16m | 1h47m |
736
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
737
 
738
 
 
742
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
743
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
744
  2013 ██████████████████████████████ 38.1M
745
+ 2014 ██████████████░░░░░░░░░░░░░░░░ 18.2M
746
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
747
  ```
748
 
 
764
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
765
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
766
  2013 ██████████████████████████████ 2.9M
767
+ 2014 ███████████████░░░░░░░░░░░░░░ 1.6M
768
  2015 █���░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
769
  ```
770
 
 
775
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
776
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
777
  2013 ██████████████████████████████ 7.0M
778
+ 2014 █████████████░░░░░░░░░░░░░░░░ 3.3M
779
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
780
  ```
781
 
 
1160
 
1161
  | Table | GitHub Event | Events | % | Description |
1162
  |-------|-------------|-------:|---:|-------------|
1163
+ | `pushes` | PushEvent | 79,773,736 | 50.1% | Git pushes with commits |
1164
+ | `issues` | IssuesEvent | 8,898,207 | 5.6% | Issue lifecycle events |
1165
+ | `issue_comments` | IssueCommentEvent | 13,825,081 | 8.7% | Comments on issues/PRs |
1166
+ | `pull_requests` | PullRequestEvent | 6,395,946 | 4.0% | PR lifecycle events |
1167
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,393,807 | 0.9% | Line-level PR comments |
1168
+ | `stars` | WatchEvent | 14,975,757 | 9.4% | Repository stars |
1169
+ | `forks` | ForkEvent | 5,718,733 | 3.6% | Repository forks |
1170
+ | `creates` | CreateEvent | 20,204,538 | 12.7% | Branch/tag/repo creation |
1171
+ | `deletes` | DeleteEvent | 1,886,282 | 1.2% | Branch/tag deletion |
1172
+ | `releases` | ReleaseEvent | 159,354 | 0.1% | Release publications |
1173
+ | `commit_comments` | CommitCommentEvent | 1,510,433 | 0.9% | Comments on commits |
1174
+ | `wiki_pages` | GollumEvent | 2,746,234 | 1.7% | Wiki page edits |
1175
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
1176
+ | `public_events` | PublicEvent | 147,171 | 0.1% | Repo made public |
1177
 
1178
  ## How it's built
1179
 
data/commit_comments/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cba9fdaa8f5a846fee40f5238b25ba4b89c7d6c28eeae4584489a4e978c3c557
3
+ size 276576
data/creates/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76e936889c7b5ba3267574ac255878ebe1fb51d4d769ae0ab6d1b687b013f295
3
+ size 1459321
data/deletes/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31396072fb81276b5810d7e8aa8b4dcb781e3966ea3a6484fd59f94d4e7479d
3
+ size 169881
data/forks/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7b99af4cc5250718dadd2a5758feeb7743f1feb5be35c41010281a44590dec9
3
+ size 1315142
data/issue_comments/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c3271b9cdac12f9885986e0cf125645da30219801df738e254e10d4c042dd4
3
+ size 5063733
data/issues/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b3cbbf553468fb6cebc6f308b02ea287c3baf63ffbe1444aaac88c7f81703c1
3
+ size 3838833
data/members/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:169558ab6c1ae9178e758ec2243f8da400e58c3f5d3d7bf9c0c4bba0f94f7c4f
3
+ size 42163
data/pr_review_comments/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805f740e5ec83ebaabb672eaf5abd7e0885d28550909d0a6b83e0006fdf78adc
3
+ size 1028761
data/public_events/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b4d51466fbc485b2450cda7d89eaf1812c67eef8969a88e9f324417ffd84a3
3
+ size 15632
data/pull_requests/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d306aaf893e30b12e9266e92cc8f66042468a5b5e8f149cdb499f9c485d7767a
3
+ size 2285243
data/pushes/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e7d17b0128b40d86221b871fc2e9c9877c25320556f66094c3b5a50a5490fcd
3
+ size 38978485
data/releases/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b983617a903179263d0fec6041afcd482f195d75da0657cec99d2305f4527ee
3
+ size 165556
data/stars/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c783d63ea5a087ebd0584cf0d25dde14adf93a9164b60ab1a34a9a0f9594d639
3
+ size 1065129
data/wiki_pages/2015/01/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c11ea834417757a2f99a44c7243ef2904987b8e4806ce4278493efb39a84de5
3
+ size 273459
stats.csv CHANGED
@@ -988,6 +988,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
988
  2014-04-19,231383,1001,126260,10346,16193,8598,0,1827,21388,8711,27808,3634,545,1487,3382,0,203,0,71725886,169.5,22544538,59.0,169.5,72.0
989
  2014-04-20,238612,938,131239,10150,16604,8151,0,1801,22557,9597,28687,3073,614,1538,3472,0,191,0,73504927,167.6,23634811,29.0,167.6,68.5
990
  2014-04-21,348196,1631,183036,15804,29316,15370,0,4547,31158,12791,40265,5613,937,2710,4687,0,331,0,115058501,301.7,34584235,53.5,301.7,93.8
991
- 2014-04-22,405707,2210,206956,18980,36217,19001,0,5811,39909,14726,45262,7121,892,3327,4902,0,393,0,135955764,358.6,39994308,42.8,358.6,0.0
 
 
992
  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
993
  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
 
988
  2014-04-19,231383,1001,126260,10346,16193,8598,0,1827,21388,8711,27808,3634,545,1487,3382,0,203,0,71725886,169.5,22544538,59.0,169.5,72.0
989
  2014-04-20,238612,938,131239,10150,16604,8151,0,1801,22557,9597,28687,3073,614,1538,3472,0,191,0,73504927,167.6,23634811,29.0,167.6,68.5
990
  2014-04-21,348196,1631,183036,15804,29316,15370,0,4547,31158,12791,40265,5613,937,2710,4687,0,331,0,115058501,301.7,34584235,53.5,301.7,93.8
991
+ 2014-04-22,405707,2210,206956,18980,36217,19001,0,5811,39909,14726,45262,7121,892,3327,4902,0,393,0,135955764,358.6,39994308,42.8,358.6,87.1
992
+ 2014-04-23,406398,2145,207676,18636,35092,18810,0,6697,42352,14876,44062,6895,968,2744,5071,0,374,0,135530298,360.5,40397582,41.9,360.5,0.0
993
+ 2014-04-24,396032,2120,202475,19748,35659,18586,0,5604,38020,14368,44173,6519,1005,2974,4378,0,403,0,132483015,354.8,39735472,35.8,354.8,0.0
994
  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
995
  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