tamnd commited on
Commit
ae09178
·
verified ·
1 Parent(s): 49d3d3e

Add 2014-05-08 — 398.0K events, 11 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,007 days), totaling **163,491,504 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 46.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.3 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
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
- 2014 ████████████████░░░░░░░░░░░░░░ 40.1M
138
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
139
  ```
140
 
@@ -143,7 +143,7 @@ duckdb.sql("""
143
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
144
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
145
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
146
- | 2014 | 127 | 40,143,358 | 316,089 | 12.2 GB | 3.7 GB | 1h23m | 6h59m | 1h58m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
156
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
157
  2013 ██████████████████████████████ 38.1M
158
- 2014 ████████████████░░░░░░░░░░░░░░ 20.5M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
@@ -175,7 +175,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
- 2014 ███████████████░░░░░░░░░░░��░░░ 2.1M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
@@ -218,7 +218,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
- 2014 ███████████████░░░░░░░░░░░░░░ 3.7M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
@@ -610,20 +610,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
- | `pushes` | PushEvent | 82,003,955 | 50.2% | Git pushes with commits |
614
- | `issues` | IssuesEvent | 9,135,816 | 5.6% | Issue lifecycle events |
615
- | `issue_comments` | IssueCommentEvent | 14,227,732 | 8.7% | Comments on issues/PRs |
616
- | `pull_requests` | PullRequestEvent | 6,581,306 | 4.0% | PR lifecycle events |
617
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,446,822 | 0.9% | Line-level PR comments |
618
- | `stars` | WatchEvent | 15,372,591 | 9.4% | Repository stars |
619
- | `forks` | ForkEvent | 5,869,106 | 3.6% | Repository forks |
620
- | `creates` | CreateEvent | 20,692,976 | 12.7% | Branch/tag/repo creation |
621
- | `deletes` | DeleteEvent | 1,961,409 | 1.2% | Branch/tag deletion |
622
- | `releases` | ReleaseEvent | 170,031 | 0.1% | Release publications |
623
- | `commit_comments` | CommitCommentEvent | 1,543,407 | 0.9% | Comments on commits |
624
- | `wiki_pages` | GollumEvent | 2,795,952 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
- | `public_events` | PublicEvent | 151,379 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
 
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,008 days), totaling **163,737,566 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 47.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.3 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
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
+ 2014 ████████████████░░░░░░░░░░░░░░ 40.4M
138
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
139
  ```
140
 
 
143
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
144
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
145
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
146
+ | 2014 | 128 | 40,389,420 | 315,542 | 12.2 GB | 3.7 GB | 1h23m | 7h02m | 1h58m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
 
155
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
156
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
157
  2013 ██████████████████████████████ 38.1M
158
+ 2014 ████████████████░░░░░░░░░░░░░░ 20.6M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
+ 2014 ███████████████░░░░░░░░░░░░░░ 2.2M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
 
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
+ 2014 ███████████████░░░░░░░░░░░░░░ 3.7M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 82,138,798 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,147,640 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 14,245,303 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 6,590,006 | 4.0% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,448,965 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 15,394,658 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 5,878,816 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 20,721,672 | 12.7% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 1,964,922 | 1.2% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 170,655 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,545,275 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,798,920 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 151,600 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87dfcd6754eacb06d6a52f6f142b9ce267fec380f1a28b1e6bb6bcc619109fde
3
+ size 110318
data/creates/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c28412423209f7b652703c98dcfc62d183db438ef66ff4179737bf2340cd2839
3
+ size 1660178
data/deletes/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ea8aeca5fc1766096ea6e0e4eb0050d8f53ae4bdde1193cc74706a7ff6b5863
3
+ size 188899
data/forks/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b85978f59eae61e48ceede47c586bf8e2bd53e2bc4d6fea783f01784e04d495
3
+ size 368527
data/issue_comments/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df6ce0488b57285c89ecc2cced996e8ca301563303585c6a4a9d2a6b6e5fa3eb
3
+ size 867963
data/issues/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd6ad99a1335deae7136d151f073d470eebc1a7494395169fa056fe31573c85
3
+ size 516625
data/public_events/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5617c62ca124687b2773ac96231cf766daff6ab1fc984bcd99af0d3ead165cf
3
+ size 13837
data/pull_requests/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a62f88cd534629ddce9ce31881447a737eb34612d30bd8e893a57da735d4b2b
3
+ size 3249015
data/pushes/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed7ed75f996b694b5f0f04eb1ba4cf1eeb9c4d1abbed726224d617d038f51e04
3
+ size 31766969
data/stars/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad52ccfd9097cbd57052d1e17f8aa969a77eece58c3a13c46a48d94f3994f3f
3
+ size 813533
data/wiki_pages/2014/05/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70391249aec7c723abf480a9b57d5ae91385577fdbe5e8147cdeeb568c111d67
3
+ size 250174
stats.csv CHANGED
@@ -1002,7 +1002,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1002
  2014-05-03,242207,1320,132595,11413,16984,8934,0,2055,23562,8508,28084,3366,660,1764,2743,0,219,0,75122751,154.9,24146332,29.6,154.9,38.9
1003
  2014-05-04,283209,1181,154084,13320,21942,10509,0,2889,27779,9913,31166,4021,812,2028,3320,0,245,0,88928411,187.5,27782069,43.1,187.5,43.6
1004
  2014-05-05,385422,2007,199370,19312,36321,17252,0,5303,35613,14171,40792,6429,920,3163,4385,0,384,0,127987668,231.8,38613041,50.2,231.8,22.6
1005
- 2014-05-07,415589,2063,206314,31253,38453,18264,0,6405,35947,14821,44739,7508,1063,3388,4930,0,441,0,135716284,92.6,40643529,10.9,92.6,0.0
1006
  2014-05-08,397968,1969,201120,21791,38300,18394,0,5519,35384,14063,45564,6410,1011,3298,4776,0,369,0,131063573,87.1,39806038,3.0,87.1,0.0
1007
  2014-05-10,246062,1314,134843,11824,17571,8700,0,2143,22067,9710,28696,3513,624,1868,2968,0,221,0,76102715,153.1,0,27.7,153.1,0.0
1008
  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
 
1002
  2014-05-03,242207,1320,132595,11413,16984,8934,0,2055,23562,8508,28084,3366,660,1764,2743,0,219,0,75122751,154.9,24146332,29.6,154.9,38.9
1003
  2014-05-04,283209,1181,154084,13320,21942,10509,0,2889,27779,9913,31166,4021,812,2028,3320,0,245,0,88928411,187.5,27782069,43.1,187.5,43.6
1004
  2014-05-05,385422,2007,199370,19312,36321,17252,0,5303,35613,14171,40792,6429,920,3163,4385,0,384,0,127987668,231.8,38613041,50.2,231.8,22.6
1005
+ 2014-05-07,415589,2063,206314,31253,38453,18264,0,6405,35947,14821,44739,7508,1063,3388,4930,0,441,0,135716284,92.6,40643529,10.9,92.6,39.4
1006
  2014-05-08,397968,1969,201120,21791,38300,18394,0,5519,35384,14063,45564,6410,1011,3298,4776,0,369,0,131063573,87.1,39806038,3.0,87.1,0.0
1007
  2014-05-10,246062,1314,134843,11824,17571,8700,0,2143,22067,9710,28696,3513,624,1868,2968,0,221,0,76102715,153.1,0,27.7,153.1,0.0
1008
  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