tamnd commited on
Commit
b39efc1
·
verified ·
1 Parent(s): 086fcce

Add 2014-05-12 — 400.1K 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,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
 
@@ -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** — 1,974,003 events in 3815 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.9K
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 ████████████████░░░░░░░░░░░░░░ 40.4M
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 | 128 | 40,389,420 | 315,542 | 12.2 GB | 3.7 GB | 1h23m | 7h02m | 2h00m |
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.6M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
@@ -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,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
 
 
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,009 days), totaling **164,137,676 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.4 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** — 1,996,826 events in 3816 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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 44.7K
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 ████████████████░░░░░░░░░░░░░░ 40.8M
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 | 129 | 40,789,530 | 316,197 | 12.4 GB | 3.7 GB | 1h24m | 7h05m | 2h00m |
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.8M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
+ 2014 ████████████████░░░░░░░░░░░░░░ 3.8M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 82,343,105 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,166,582 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 14,282,494 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 6,608,399 | 4.0% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,454,912 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 15,432,019 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 5,893,349 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 20,767,191 | 12.7% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 1,971,565 | 1.2% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 171,630 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,548,774 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,803,249 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 151,990 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87f8e156a8018277cf8e8db5e3134acc7363ef7d7c265fe1f3525b04d44f7e47
3
+ size 118636
data/creates/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f112524904bef6ef6a8c6bc87c0f09d253cf09fcc0b073d2b1207ec470577c2a
3
+ size 1615438
data/deletes/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9149941e8329d2629338e0471808eb7ca8927d7c7657b81f1079af51d0788ac8
3
+ size 197079
data/forks/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c5c698445d27c7dc8e9381477aa96fa787da135a2b103f06380e57ab3689ad
3
+ size 382413
data/issue_comments/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1df608608dec2540f7b4daa1966d8af76a5068063a825629c5de921d39e76470
3
+ size 870787
data/issues/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec7b68ffa62b821cd7df1bcfcadf3bf87168d24111a690194a5fed7f711f366
3
+ size 486927
data/public_events/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d58c0f1338f9fff25a5db0448621da4058a9237449d7feab72b5ac9e51965b12
3
+ size 15596
data/pull_requests/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e09547ce355b9a4069791857401d5bba3371f63df00f2ae0f4bd85d4c489ce5
3
+ size 3190687
data/pushes/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0531d7ae10db58b8c7ed85bf6e3a37f4828dc55e00e3c8ff59f267004c80393
3
+ size 32471836
data/stars/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87c07b2ca43d413980e6394a94c628d91d132ba71310d4ab629f51595a7aaa64
3
+ size 805637
data/wiki_pages/2014/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b7fec8fbed53564f1ccb93f18ebd68077f4b63b4c6af0885cb6f33d1f1dd6e8
3
+ size 232140
stats.csv CHANGED
@@ -1005,5 +1005,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,55.6
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,38.4
 
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
1009
  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
 
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,55.6
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,38.4
1008
+ 2014-05-12,400110,2081,204307,18942,37191,18393,0,5947,37361,14533,45519,6643,975,3499,4329,0,390,0,134062015,232.8,40387176,36.1,232.8,0.0
1009
  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
1010
  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