tamnd commited on
Commit
f3c00f8
·
verified ·
1 Parent(s): a6a7a35

Add 2014-07-10 — 408.3K 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,064 days), totaling **183,087,212 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 17.1 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
 
@@ -71,7 +71,7 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-28** — 2,324,640 events in 3831 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
@@ -84,7 +84,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
- 10:00 █████████░░░░░░░░░░░░░░░░░░░░░ 87.8K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,7 +136,7 @@ duckdb.sql("""
136
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 ████████████████████████░░░░░░ 59.7M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
@@ -145,7 +145,7 @@ duckdb.sql("""
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
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 | 184 | 59,739,066 | 324,668 | 18.3 GB | 5.5 GB | 2h00m | 10h28m | 2h49m |
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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 ███████████████████████░░░░░░ 30.4M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -201,7 +201,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
201
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
- 2014 ███████████████████████████░░░ 2.6M
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.4M
224
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
225
  2013 ██████████████████████████████ 7.0M
226
- 2014 ███████████████████████░░░░░░ 5.5M
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 | 91,928,911 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,166,406 | 5.6% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,029,058 | 8.8% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,454,215 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,714,050 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 17,170,493 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,590,759 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 22,959,450 | 12.5% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,344,882 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 219,757 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,702,606 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,011,616 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 169,461 | 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,068 days), totaling **184,349,432 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.5 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
 
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
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-28** — 2,349,263 events in 3832 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
 
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
+ 10:00 ███████████░░░░░░░░░░░░░░░░░░░ 112.5K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 ████████████████████████░░░░░░ 61.0M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
 
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
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 | 188 | 61,001,286 | 324,474 | 18.7 GB | 5.6 GB | 2h02m | 10h40m | 2h49m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ███████████████████████░░░░░░ 31.0M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
201
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
+ 2014 ███████████████████████████░░░ 2.7M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
 
223
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
224
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
225
  2013 ██████████████████████████████ 7.0M
226
+ 2014 ███████████████████████░░░░░░ 5.6M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 92,563,690 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,230,013 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,137,542 | 8.8% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,508,860 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,729,605 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 17,304,537 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,638,168 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 23,109,649 | 12.5% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,366,534 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 223,160 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,711,745 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,024,850 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 170,498 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/commit_comments/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8895c8884501c2fbe7d2c9b86d3a198367527dd00b4d1b5f2152cfcb69e62d7c
3
+ size 103857
data/creates/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbc2787e6d6537dee85efb57c569f10f1d4f8f18ef147a28183dee6456359021
3
+ size 1652256
data/deletes/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f38a896b26cc23090af2b3909381f6665d53436076da02649c4b90870b2f6269
3
+ size 217395
data/forks/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8d04bcfcb570dbab8511ab9c5e598f775948272fdd0d811aff4a215581958a
3
+ size 448583
data/issue_comments/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4e04e726b87f278bed8359d3aceccd8e8c5967855fcdd4e3b0cc2cc47d4112
3
+ size 902498
data/issues/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4d65cc957e11936c76f5423c61790da5f98c600cc33246366d7e380d2a4419a
3
+ size 523919
data/public_events/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a58e5e15a1a741511a79599dbe1195170fe344d3411f57e050a38105fa9919
3
+ size 13729
data/pull_requests/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b20e65ef020d677dc742e39ac4c8242ec7fc9898e674e8d345900b76aab251a6
3
+ size 3411884
data/pushes/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0013be14e2c8eeafe7a0c22f68127d479ac882eb77825e6d26450c2e59917dc
3
+ size 31310277
data/stars/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a47e187dabcc92c9cb77f7ebf0b7713faff3eacc664c0e2ba132fea2c03003db
3
+ size 1765405
data/wiki_pages/2014/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebaa57e036568788d45c9d41df9b98fc522ff327f30e63bd39769c62ba048360
3
+ size 224648
stats.csv CHANGED
@@ -1061,5 +1061,9 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1061
  2014-07-05,214785,789,112381,10450,15696,8119,0,1619,24312,7807,26049,3383,552,1326,2131,0,171,0,67845437,146.4,20385555,27.2,146.4,173.5
1062
  2014-07-06,254915,820,128372,15819,22886,9059,0,2267,28700,8222,29684,3924,656,1670,2634,0,202,0,78504319,57.3,25164069,39.0,58.8,72.6
1063
  2014-07-07,357183,1480,172536,19010,33519,16995,0,5334,38184,13669,42552,6077,840,3047,3597,0,343,0,125027387,281.2,15663104,39.2,281.2,35.4
 
 
 
 
1064
  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
1065
  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
 
1061
  2014-07-05,214785,789,112381,10450,15696,8119,0,1619,24312,7807,26049,3383,552,1326,2131,0,171,0,67845437,146.4,20385555,27.2,146.4,173.5
1062
  2014-07-06,254915,820,128372,15819,22886,9059,0,2267,28700,8222,29684,3924,656,1670,2634,0,202,0,78504319,57.3,25164069,39.0,58.8,72.6
1063
  2014-07-07,357183,1480,172536,19010,33519,16995,0,5334,38184,13669,42552,6077,840,3047,3597,0,343,0,125027387,281.2,15663104,39.2,281.2,35.4
1064
+ 2014-07-10,408344,1631,199056,21135,38461,19955,0,6940,39617,15285,49257,8461,1067,2894,4243,0,342,0,145367398,252.9,40574451,23.8,252.9,0.0
1065
+ 2014-07-11,363384,1454,176843,20398,33998,17422,0,5123,38365,13483,42221,6383,946,2756,3693,0,299,0,125731771,225.0,35940658,33.6,225.0,0.0
1066
+ 2014-07-12,242189,1186,128154,11186,18096,8591,0,1703,27361,9287,28385,3302,667,1637,2423,0,211,0,75589176,134.1,23695753,30.2,134.1,0.0
1067
+ 2014-07-13,248303,762,130726,10888,17929,8677,0,1789,28701,9354,30336,3506,723,1852,2875,0,185,0,77409204,135.9,24499879,28.7,135.9,0.0
1068
  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
1069
  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