tamnd commited on
Commit
ee4ca87
·
verified ·
1 Parent(s): bdf00cc

Add 2015-01-09 — 435.2K events, 14 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-08** (1,396 days), totaling **263,664,981 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 90.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.5 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
 
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.4M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
@@ -148,7 +148,7 @@ duckdb.sql("""
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 | 6 | 2,359,303 | 393,217 | 846.1 MB | 402.2 MB | 2m41s | 9m38s | 3m18s |
152
 
153
 
154
  ### Pushes per year
@@ -160,7 +160,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
164
  ```
165
 
166
 
@@ -181,7 +181,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 119.1K
185
  ```
186
 
187
 
@@ -204,7 +204,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112.1K
208
  ```
209
 
210
 
@@ -226,7 +226,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233.0K
230
  ```
231
 
232
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 132,423,353 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,198,611 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 23,061,369 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,881,857 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,739,458 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 24,400,780 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,244,395 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 33,059,539 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,618,965 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 401,688 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,334,590 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,015,680 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 142,940 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 244,679 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
 
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-09** (1,397 days), totaling **264,100,136 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 91.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.8M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
 
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 | 7 | 2,794,458 | 399,208 | 1007.7 MB | 478.1 MB | 3m17s | 11m14s | 4m54s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140.5K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 134.4K
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273.8K
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 132,639,201 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,220,005 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 23,105,506 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,904,124 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,746,940 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 24,441,508 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,260,220 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 33,108,000 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,626,607 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 403,007 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,337,863 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,020,091 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 144,864 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 245,123 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f406558acb9532bd521775b6937a86a4622cb0bcba2c0bf5804a0859ccff242
3
+ size 423281
data/creates/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:971ee4fc8d9edcc4204bddfdec8977a5d72460df3e22817e9b00c504ef3286e3
3
+ size 2101547
data/deletes/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15de8c1304dd915124266a4767224fde6af074ab001e6a751f723c6d907b0d17
3
+ size 282030
data/forks/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d33526d7a14cdfdf0b5ee34c0b24c28d2c4cb0d16d4ca3ef817b24b0d7130753
3
+ size 1661203
data/issue_comments/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a4aa14b94b0dd566634de40598e780bbffd49a850cb4275b33fdcb210c7080
3
+ size 8200303
data/issues/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:834efae8e4db21983887b4ed6b78c9936865272efb135183c5bccfd18b5955d5
3
+ size 5230933
data/members/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f0b4113a14d6865c263637b9d923096ecb65fa62dff02bb7eed53fadaadfed
3
+ size 78133
data/pr_review_comments/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b00b76acaed5f2374bb6ab004ff059a2ea4f4ba5f6774bf3c52a17150bb5cca
3
+ size 2650141
data/public_events/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff48a3da94e7183b52e3aa1aceb8f7ce0cd7df0ee2dfd0f4ea53a405b735fae6
3
+ size 20568
data/pull_requests/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7833cfbfe4d5efbf4b9160907eba69f70e16db45bdf0abb21dc6e7621a3bfe01
3
+ size 4054027
data/pushes/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef0dbfacd3e3c7512944ba92952f934949ccf4c926932d87d7b46e1f3e5445e9
3
+ size 53099662
data/releases/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963070069cf9c1d8de30c48cc082d41d1dc3aa93475d95cb755554e82f977caa
3
+ size 190080
data/stars/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0908d55e22f52d7dfbc416d26fb1063d09e0236982f1e67c8d5d7a09bffc7115
3
+ size 1368783
data/wiki_pages/2015/01/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19174560504a4fc668caa2451e36b3b11566dee96208d31f98e7620ec09ebb0d
3
+ size 257069
stats.csv CHANGED
@@ -1394,4 +1394,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1394
  2015-01-05,451564,0,221202,23615,46073,21865,0,7247,47402,15810,48404,8514,1429,3439,4085,1984,495,0,172072316,97.1,80978386,22.7,97.1,49.5
1395
  2015-01-06,441079,0,212605,23127,45085,21462,0,7951,44451,16984,49248,8007,1381,3503,4640,2134,501,0,170164721,94.9,79170739,48.3,94.9,25.1
1396
  2015-01-07,470442,0,230286,23920,48021,23893,0,8502,44727,16792,52963,9030,1571,3354,4807,2047,529,0,183110740,100.4,84261179,37.3,100.4,75.6
1397
- 2015-01-08,484469,0,236752,23572,48998,24199,0,8402,46094,17662,55883,9942,1511,3849,4917,2249,439,0,187180965,106.6,88139233,32.8,106.6,0.0
 
 
1394
  2015-01-05,451564,0,221202,23615,46073,21865,0,7247,47402,15810,48404,8514,1429,3439,4085,1984,495,0,172072316,97.1,80978386,22.7,97.1,49.5
1395
  2015-01-06,441079,0,212605,23127,45085,21462,0,7951,44451,16984,49248,8007,1381,3503,4640,2134,501,0,170164721,94.9,79170739,48.3,94.9,25.1
1396
  2015-01-07,470442,0,230286,23920,48021,23893,0,8502,44727,16792,52963,9030,1571,3354,4807,2047,529,0,183110740,100.4,84261179,37.3,100.4,75.6
1397
+ 2015-01-08,484469,0,236752,23572,48998,24199,0,8402,46094,17662,55883,9942,1511,3849,4917,2249,439,0,187180965,106.6,88139233,32.8,106.6,96.1
1398
+ 2015-01-09,435155,0,215848,21394,44137,22267,0,7482,40728,15825,48461,7642,1319,3273,4411,1924,444,0,169420959,95.8,79617760,35.8,95.8,0.0