tamnd commited on
Commit
60b09bd
·
verified ·
1 Parent(s): 63cd8a3

Add 2015-04-14 — 653.6K events, 14 files

Browse files
README.md CHANGED
@@ -9,7 +9,7 @@ language:
9
  - mul
10
  pretty_name: OpenGitHub
11
  size_categories:
12
- - 100M<n<1B
13
  tags:
14
  - github
15
  - events
@@ -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-04-15** (1,481 days), totaling **304,484,380 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 103.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 23.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,37 +71,6 @@ 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-29** — 3,277,622 events in 165 blocks
75
-
76
- ```
77
- 00:00 ████████████████████████░░░░░░ 216.2K
78
- 01:00 ████████████████████████░░░░░░ 222.5K
79
- 02:00 ██████████████████████████░░░░ 238.7K
80
- 03:00 █████████████████████████░░░░░ 230.2K
81
- 04:00 ██████████████████████████░░░░ 237.8K
82
- 05:00 ████████████████████████████░░ 258.6K
83
- 06:00 ███████████████████████████░░░ 246.3K
84
- 07:00 ██████████████████████████░░░░ 240.5K
85
- 08:00 ███████████████████████████░░░ 246.9K
86
- 09:00 ███████████████████████████░░░ 243.6K
87
- 10:00 ████████████████████████████░░ 254.2K
88
- 11:00 ███████████████████████████░░░ 250.9K
89
- 12:00 ██████████████████████████████ 269.8K
90
- 13:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.1K
91
- 14:00 ██████████░░░░░░░░░░░░░░░░░░░░ 97.2K
92
- 15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
93
- 16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
94
- 17:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
95
- 18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
- 19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
- 20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
- 21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
- 22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
- 23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
- ```
102
-
103
- Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **9,267,624 events** in 4,156 blocks.
104
-
105
 
106
  ### Live event schema
107
 
@@ -135,20 +104,12 @@ duckdb.sql("""
135
  ## Events per year
136
 
137
  ```
138
- 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
- 2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
- 2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
- 2014 ██████████████████████████████ 124.6M
142
- 2015 ██████████░░░░░░░░░░░░░░░░░░░░ 43.2M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
146
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
147
- | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
- | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
- | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
- | 2014 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
- | 2015 | 91 | 43,178,702 | 474,491 | 13.8 GB | 7.1 GB | 59m16s | 2h15m | 2h10m |
152
 
153
 
154
  ### Pushes per year
@@ -156,11 +117,7 @@ duckdb.sql("""
156
  Pushes are the most common event type, representing roughly half of all GitHub activity. Each push can contain multiple commits. Bots (Dependabot, Renovate, CI pipelines) account for a significant share.
157
 
158
  ```
159
- 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
- 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
- 2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
- 2014 ██████████████████████████████ 63.1M
163
- 2015 ██████████░░░░░░░░░░░░░░░░░░░░ 21.2M
164
  ```
165
 
166
 
@@ -177,11 +134,7 @@ GROUP BY repo_name ORDER BY pushes DESC LIMIT 20;
177
  Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
178
 
179
  ```
180
- 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
- 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
- 2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
- 2014 ██████████████████████████████ 7.3M
184
- 2015 █████████░░░░░░░░░░░░░░░░░░░░░ 2.2M
185
  ```
186
 
187
 
@@ -200,11 +153,7 @@ GROUP BY repo_name ORDER BY opened DESC LIMIT 20;
200
  Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
201
 
202
  ```
203
- 2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
- 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
- 2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
- 2014 ██████████████████████████████ 5.5M
207
- 2015 ███████████░░░░░░░░░░░░░░░░░░░ 2.1M
208
  ```
209
 
210
 
@@ -222,11 +171,7 @@ GROUP BY repo_name ORDER BY merged_prs DESC LIMIT 20;
222
  Stars (WatchEvent in the GitHub API) reflect community interest and discovery. Starring patterns often correlate with Hacker News, Reddit, or Twitter posts. For 2012–2014 events, `repo_language`, `repo_stars_count`, and `repo_forks_count` are populated from the legacy Timeline API repository snapshot.
223
 
224
  ```
225
- 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
- 2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
- 2013 ███████████████████░░░░░░░░░░░ 7.1M
228
- 2014 ██████████████████████████████ 11.2M
229
- 2015 ██████████░░░░░░░░░░░░░░░░░░░░ 3.9M
230
  ```
231
 
232
 
@@ -639,20 +584,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 152,400,030 | 50.1% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 17,290,572 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 26,990,903 | 8.9% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,906,380 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,369,021 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 28,074,327 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,646,202 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 38,232,637 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,426,487 | 1.5% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 529,438 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,615,240 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,450,303 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 368,818 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 286,945 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
 
9
  - mul
10
  pretty_name: OpenGitHub
11
  size_categories:
12
+ - 10M<n<100M
13
  tags:
14
  - github
15
  - events
 
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 **2015-04-14** to **2015-04-17** (4 days), totaling **2,529,027 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 904.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 428.6 MB 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
 
75
  ### Live event schema
76
 
 
104
  ## Events per year
105
 
106
  ```
107
+ 2015 ██████████████████████████████ 2.5M
 
 
 
 
108
  ```
109
 
110
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
111
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
112
+ | 2015 | 4 | 2,529,027 | 632,256 | 904.5 MB | 428.6 MB | 2m31s | 46m45s | |
 
 
 
 
113
 
114
 
115
  ### Pushes per year
 
117
  Pushes are the most common event type, representing roughly half of all GitHub activity. Each push can contain multiple commits. Bots (Dependabot, Renovate, CI pipelines) account for a significant share.
118
 
119
  ```
120
+ 2015 ██████████████████████████████ 1.2M
 
 
 
 
121
  ```
122
 
123
 
 
134
  Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
135
 
136
  ```
137
+ 2015 ██████████████████████████████ 118.1K
 
 
 
 
138
  ```
139
 
140
 
 
153
  Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
154
 
155
  ```
156
+ 2015 ██████████████████████████████ 128.9K
 
 
 
 
157
  ```
158
 
159
 
 
171
  Stars (WatchEvent in the GitHub API) reflect community interest and discovery. Starring patterns often correlate with Hacker News, Reddit, or Twitter posts. For 2012–2014 events, `repo_language`, `repo_stars_count`, and `repo_forks_count` are populated from the legacy Timeline API repository snapshot.
172
 
173
  ```
174
+ 2015 ██████████████████████████████ 221.0K
 
 
 
 
175
  ```
176
 
177
 
 
584
 
585
  | Table | GitHub Event | Events | % | Description |
586
  |-------|-------------|-------:|---:|-------------|
587
+ | `pushes` | PushEvent | 1,245,677 | 49.3% | Git pushes with commits |
588
+ | `issues` | IssuesEvent | 118,067 | 4.7% | Issue lifecycle events |
589
+ | `issue_comments` | IssueCommentEvent | 237,464 | 9.4% | Comments on issues/PRs |
590
+ | `pull_requests` | PullRequestEvent | 128,874 | 5.1% | PR lifecycle events |
591
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 43,485 | 1.7% | Line-level PR comments |
592
+ | `stars` | WatchEvent | 220,994 | 8.7% | Repository stars |
593
+ | `forks` | ForkEvent | 84,045 | 3.3% | Repository forks |
594
+ | `creates` | CreateEvent | 334,691 | 13.2% | Branch/tag/repo creation |
595
+ | `deletes` | DeleteEvent | 51,945 | 2.1% | Branch/tag deletion |
596
+ | `releases` | ReleaseEvent | 7,523 | 0.3% | Release publications |
597
+ | `commit_comments` | CommitCommentEvent | 14,980 | 0.6% | Comments on commits |
598
+ | `wiki_pages` | GollumEvent | 24,240 | 1.0% | Wiki page edits |
599
+ | `members` | MemberEvent | 14,639 | 0.6% | Collaborator additions |
600
+ | `public_events` | PublicEvent | 2,403 | 0.1% | Repo made public |
601
 
602
  ## How it's built
603
 
data/commit_comments/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa3df6707bb3ead257d847e4d7b73d2715641f1e39c32461180b2263b0347bd
3
+ size 489353
data/creates/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd110173e09e99d2ad9e3ddb8223aa28232d50424f73eec3d68cd64a6bec5bd2
3
+ size 3329351
data/deletes/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dda7fabaa457ab73876300eb4648bc0366392ea3bc1c2b1d79bc611180ad42c
3
+ size 447400
data/forks/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7bfcd7a0ffbb2726ae2d254736dc623f12d4847287c58bd6fe6aa6450a39b7
3
+ size 2387466
data/issue_comments/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:753f523092de824b7e154d3efc66a28b755a75186d4d135d1aa963bb9c524e9f
3
+ size 11122525
data/issues/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5628336486177fd057e7a187c352e334758964e1fe5094b741a68337aa1102be
3
+ size 7750682
data/members/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9847d95c10d3f230613f32caf5d5534b56206b5054cdbeca8a6075116c020db9
3
+ size 149715
data/pr_review_comments/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d5defc66394af2af20e8fe7ea89c687ff465cf58407e2c346ca06b97cb8a52b
3
+ size 3590784
data/public_events/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09328aa4b716b39bb17fbd71eee68a94074170fbf0f21b7f1c81feee21af707b
3
+ size 27493
data/pull_requests/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e7684a17ef8bacfadfa3aaf195882b882a60bb1e9c4835e172fe43ba919576
3
+ size 5837388
data/pushes/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ad9973fbecd1a1f95ca76f6097c212bda0617a4e717776c699596a53675509
3
+ size 77930532
data/releases/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816cf6c8e8d7dfa65232620b3d91678c768c19b7fd3587fe647f54ed55910945
3
+ size 301840
data/stars/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4366952f7efe68899ab451f016a30fb7346c452d984830b7515fb237af4e3937
3
+ size 1960690
data/wiki_pages/2015/04/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4950267d090050b21696920519851a64dfd87977aea82a4aa891af63245d793
3
+ size 499821
stats.csv CHANGED
The diff for this file is too large to render. See raw diff