tamnd commited on
Commit
db22b3b
·
verified ·
1 Parent(s): 84c653d

Add 2014-05-20 — 407.8K 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,016 days), totaling **166,597,523 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
@@ -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,018,594 events in 3817 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
@@ -83,7 +83,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
83
  06:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ████████████████████████████░░ 262.4K
86
- 09:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 66.5K
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,7 +134,7 @@ duckdb.sql("""
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
- 2014 █████████████████░░░░░░░░░░░░░ 43.2M
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 | 136 | 43,249,377 | 318,010 | 13.1 GB | 4.0 GB | 1h28m | 7h31m | 2h07m |
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 █████████████████░░░░░░░░░░░░░ 22.1M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
@@ -610,20 +610,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
- | `pushes` | PushEvent | 83,610,827 | 50.2% | Git pushes with commits |
614
- | `issues` | IssuesEvent | 9,289,849 | 5.6% | Issue lifecycle events |
615
- | `issue_comments` | IssueCommentEvent | 14,506,800 | 8.7% | Comments on issues/PRs |
616
- | `pull_requests` | PullRequestEvent | 6,715,091 | 4.0% | PR lifecycle events |
617
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,488,929 | 0.9% | Line-level PR comments |
618
- | `stars` | WatchEvent | 15,655,089 | 9.4% | Repository stars |
619
- | `forks` | ForkEvent | 5,982,984 | 3.6% | Repository forks |
620
- | `creates` | CreateEvent | 21,049,486 | 12.6% | Branch/tag/repo creation |
621
- | `deletes` | DeleteEvent | 2,011,458 | 1.2% | Branch/tag deletion |
622
- | `releases` | ReleaseEvent | 177,802 | 0.1% | Release publications |
623
- | `commit_comments` | CommitCommentEvent | 1,568,530 | 0.9% | Comments on commits |
624
- | `wiki_pages` | GollumEvent | 2,831,886 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
- | `public_events` | PublicEvent | 154,398 | 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,017 days), totaling **167,005,354 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 48.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
 
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,043,432 events in 3818 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
83
  06:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ████████████████████████████░░ 262.4K
86
+ 09:00 █████████░░░░░░░░░░░░░░░░░░░░░ 91.3K
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
+ 2014 █████████████████░░░░░░░░░░░░░ 43.7M
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 | 137 | 43,657,208 | 318,665 | 13.2 GB | 4.0 GB | 1h29m | 7h35m | 2h07m |
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 █████████████████░░░░░░░░░░░░░ 22.3M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 83,817,420 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,310,295 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 14,544,139 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 6,733,710 | 4.0% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,494,615 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 15,690,714 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 5,997,705 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 21,097,204 | 12.6% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 2,018,232 | 1.2% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 178,813 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,571,659 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,839,594 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 154,762 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4713dcbef9978cd32bab098e9787c10b449b259400dc533304645c773360edc
3
+ size 108728
data/creates/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bab1f349cffe6acedc29139bfe0102021ed422bf1e0c15298024f13f04a25d82
3
+ size 1646990
data/deletes/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf88239ca91949b3da242a09ef041f72630d0ad5cff2bd81702f1d8178c92178
3
+ size 205335
data/forks/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ced24d84f195584fb068d04f66dd811f573cbc6ba623e12a2ea2a525cd3971e
3
+ size 503954
data/issue_comments/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69bffd59f520802d21c7357ae648be3b75977aefc3840606721cce813565a9ab
3
+ size 873526
data/issues/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6bb68bfb7f4746cafbf6bcf7560cf95f051c415e35d4982e487689821ab2a83
3
+ size 516695
data/public_events/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3a243b84d5a1936fde4013f26fed4932ac4cd047862b456198bd9aea789bef3
3
+ size 14752
data/pull_requests/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d0201ff6aa8173930ae5802a2e35746f20d8483f95160669da2da67e83e6a4c
3
+ size 3218807
data/pushes/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ce254ade135983a24c5d667252e2fc40ef3ad47ba05b0d774e3b60becc9a272
3
+ size 32569821
data/stars/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f73d07144c76e474dc8df1e8a35e94833643e1fa34fa9687ee7eec8501cfcf55
3
+ size 785959
data/wiki_pages/2014/05/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d21eabe7d4dbc525cb030374b076ad897ee2566d818ad10d780e7753ac4587f8
3
+ size 529466
stats.csv CHANGED
@@ -1012,6 +1012,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1012
  2014-05-16,345905,1722,176970,17270,31216,16348,0,5396,30464,12314,40177,6215,944,2741,3785,0,343,0,115202631,238.5,35077604,40.7,238.5,36.8
1013
  2014-05-17,244963,1236,129907,12455,22749,8670,0,2252,21879,9015,27904,3302,719,1897,2730,0,248,0,73890389,156.3,23481381,27.4,156.3,44.6
1014
  2014-05-18,274983,1171,150771,13301,20278,9451,0,2177,25854,10335,31804,4049,649,1855,3045,0,243,0,83406933,175.9,27154785,29.8,175.9,39.5
1015
- 2014-05-19,397409,1955,199124,20869,40318,18169,0,5956,34185,13977,45683,6695,993,3300,5805,0,380,0,129914351,261.8,38828162,37.2,261.8,0.0
 
1016
  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
1017
  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
 
1012
  2014-05-16,345905,1722,176970,17270,31216,16348,0,5396,30464,12314,40177,6215,944,2741,3785,0,343,0,115202631,238.5,35077604,40.7,238.5,36.8
1013
  2014-05-17,244963,1236,129907,12455,22749,8670,0,2252,21879,9015,27904,3302,719,1897,2730,0,248,0,73890389,156.3,23481381,27.4,156.3,44.6
1014
  2014-05-18,274983,1171,150771,13301,20278,9451,0,2177,25854,10335,31804,4049,649,1855,3045,0,243,0,83406933,175.9,27154785,29.8,175.9,39.5
1015
+ 2014-05-19,397409,1955,199124,20869,40318,18169,0,5956,34185,13977,45683,6695,993,3300,5805,0,380,0,129914351,261.8,38828162,37.2,261.8,53.2
1016
+ 2014-05-20,407831,2098,206593,20446,37339,18619,0,5686,35625,14721,47718,6774,1011,3129,7708,0,364,0,134386675,261.5,40974033,34.2,261.5,0.0
1017
  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
1018
  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