tamnd commited on
Commit
402353d
·
verified ·
1 Parent(s): 6edfe19

Add 2015-03-01 — 438.0K 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-02-28** (1,444 days), totaling **286,994,450 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 99.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 20.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
 
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 25.7M
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 | 54 | 25,688,772 | 475,718 | 8.9 GB | 4.3 GB | 39m06s | 1h32m | 1h02m |
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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 12.9M
164
  ```
165
 
166
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 144,130,099 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,388,992 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 25,314,231 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,023,954 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,096,944 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 26,474,393 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,043,953 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 35,801,116 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,065,512 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 474,031 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,490,797 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,257,470 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 267,075 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 268,806 | 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-03-01** (1,445 days), totaling **287,432,468 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 99.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 20.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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 26.1M
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 | 55 | 26,126,790 | 475,032 | 9.1 GB | 4.3 GB | 39m39s | 1h33m | 1h03m |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 13.1M
164
  ```
165
 
166
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 144,346,560 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,425,483 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 25,369,755 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 12,040,481 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,100,894 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 26,508,377 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 10,055,317 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 35,847,762 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,072,778 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 475,293 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,492,974 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,261,442 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 269,019 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 269,256 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1f3d29bcf5ce24aab9575ab11858fce64a6c04fe8791f15a759d33e57d250f9
3
+ size 288881
data/creates/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba80ea4fb37798a7a6a1db278cd74d3ccd1dec6a85c02b33e2af990823b1ef4
3
+ size 1868416
data/deletes/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:980d62a22ab2ef5f9319050e338e8e129b0e66c04c40634ed97fd33787fb7ca2
3
+ size 243149
data/forks/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc124a74b14e2499a627d1f7337f1f07d7a1eb37098e665a80a8b5a738c72aa
3
+ size 1294504
data/issue_comments/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12479d1d7e35b35dd9d1c424390ebc15269ebeb438c9ae1c0250606f2a720439
3
+ size 7821120
data/issues/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d38902ccdc95f0f204152c21d04d80fa01205f0956f75277f1b9b3f654f9a69
3
+ size 5764933
data/members/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8a779ab6eb632e49b3978051696caf2d25d15dbe56590d02eb956c1ad1b01ce
3
+ size 77553
data/pr_review_comments/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef376436760ed64bd3eb4b99d966c3ad46a992a33c7d2bad99403605d02e0b27
3
+ size 1260817
data/public_events/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d83fdbc2baa6a7cef7fb85713c09ec5d7717db8cfecb2e8775b8d62947104e65
3
+ size 20484
data/pull_requests/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c17184e147dd1979f3739272f2b758b12d5e3a70b29fdd7300eb8ca4fd83fc5
3
+ size 2871206
data/pushes/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d2a07c7ac0277852650d7b00121cbfa2d9539a283acb0ade04e337f9aa6dfdf
3
+ size 48906145
data/releases/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f754cf673871c1d489dc6f87d6deb7b17ba0202604d04a7446bd89333f742b
3
+ size 198480
data/stars/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9899fa68c7fb55b723e271663d7bdb3458eec3fd9d8a4d8485654dea73788841
3
+ size 1151229
data/wiki_pages/2015/03/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75ee68e0214087e032ccca0b155f71010aa87f9cb7f1ba13e396e4f531c2784
3
+ size 293337
stats.csv CHANGED
@@ -1442,4 +1442,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1442
  2015-02-25,613607,0,293991,40353,70399,31031,0,10462,49098,19332,69699,13245,1790,4368,5694,3453,692,0,240391101,143.9,110757017,23.4,143.9,48.1
1443
  2015-02-26,632669,0,305014,42161,73493,32415,0,10347,52610,18773,69418,12049,1881,4851,5680,3312,665,0,239183917,148.6,112127051,25.7,148.6,53.8
1444
  2015-02-27,584518,0,284038,37348,69075,29632,0,8886,49028,17711,63030,11640,1741,3506,5202,3092,589,0,219298086,131.2,103204474,37.6,131.2,86.1
1445
- 2015-02-28,405000,0,210410,22653,35597,16799,0,3670,37512,13258,46759,7836,1385,2390,3726,2653,352,0,135305146,82.4,68244541,30.6,82.4,0.0
 
 
1442
  2015-02-25,613607,0,293991,40353,70399,31031,0,10462,49098,19332,69699,13245,1790,4368,5694,3453,692,0,240391101,143.9,110757017,23.4,143.9,48.1
1443
  2015-02-26,632669,0,305014,42161,73493,32415,0,10347,52610,18773,69418,12049,1881,4851,5680,3312,665,0,239183917,148.6,112127051,25.7,148.6,53.8
1444
  2015-02-27,584518,0,284038,37348,69075,29632,0,8886,49028,17711,63030,11640,1741,3506,5202,3092,589,0,219298086,131.2,103204474,37.6,131.2,86.1
1445
+ 2015-02-28,405000,0,210410,22653,35597,16799,0,3670,37512,13258,46759,7836,1385,2390,3726,2653,352,0,135305146,82.4,68244541,30.6,82.4,93.2
1446
+ 2015-03-01,438018,0,216461,36491,55524,16527,0,3950,33984,11364,46646,7266,1262,2177,3972,1944,450,0,139972210,90.3,72060254,32.8,90.3,0.0