tamnd commited on
Commit
e39cf65
·
verified ·
1 Parent(s): 7f9145a

Add 2012-08-17 — 120.3K 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 **2012-08-16** (426 days), totaling **33,986,381 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 7.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.2 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
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 █████████████████████░░░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 19.9M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
- | 2012 | 183 | 19,890,237 | 108,689 | 5.1 GB | 1.9 GB | 1h21m | 1h50m | 1h44m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 █████████████████████░░░░░░░░░ 6.7M
148
- 2012 ██████████████████████████████ 9.1M
149
  ```
150
 
151
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 15,820,279 | 46.5% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,766,413 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,521,282 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,421,025 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 118,138 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,383,254 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 1,038,800 | 3.1% | Repository forks |
563
- | `creates` | CreateEvent | 5,734,632 | 16.9% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 298,946 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 387,722 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 649,482 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 30,337 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
 
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 **2012-08-17** (427 days), totaling **34,106,711 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 7.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.2 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
 
 
132
 
133
  ```
134
  2011 █████████████████████░░░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 20.0M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
+ | 2012 | 184 | 20,010,567 | 108,753 | 5.2 GB | 1.9 GB | 1h22m | 1h51m | 1h44m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 █████████████████████░░░░░░░░░ 6.7M
148
+ 2012 ██████████████████████████████ 9.2M
149
  ```
150
 
151
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 15,880,565 | 46.6% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,773,651 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,534,881 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,425,021 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 119,136 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,393,359 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 1,043,088 | 3.1% | Repository forks |
563
+ | `creates` | CreateEvent | 5,749,639 | 16.9% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 299,657 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 388,821 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 651,748 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 30,426 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c35aa413d6542013fd80fd48bc201f8501cc4cbb31d37ad6695f0e94b2ae3432
3
+ size 42415
data/creates/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1acf2abf9e66542c5eaa6dd70694557b613234bb9034ce3e53c657edb80e85
3
+ size 458155
data/deletes/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:054fd7b6f81559db08db53fcc4dc215b0e875c68e7e331a95ab85c620de09201
3
+ size 23481
data/forks/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1633a317b1bf3e10acbda91130dfe08599694722ce5eadbb25ab65ab68c4341c
3
+ size 104976
data/issue_comments/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:553084fa309a2a88a0e93a33caa1bf57c4de63caf1943f8b49c0d124e54665e3
3
+ size 226096
data/issues/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc1a8da7923d27793d80bf2ffdf7471a9176979954ab0c7463cb44143c71fc2d
3
+ size 153990
data/public_events/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72450bf2a553a6ba4ba8c00f8043b455c6c9e204dde04ec80aaf6f4b634a6065
3
+ size 5103
data/pull_requests/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bd22460d2a7fa781fd5052e565f6797fffd62a92ba2e1da068c28b102ff238f
3
+ size 725852
data/pushes/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63df535f96cfe94ce6c088dfd99d3f9149d919f81f7249e00a63f11da7d5a641
3
+ size 9319982
data/stars/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfe138a1fcafeea1c67ffe129ef7c84d73e12496159d4d5d671dfc8be46ce6de
3
+ size 195594
data/wiki_pages/2012/08/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a317fddf0e4f354090fef50680953f2d117245155ab6867342abb27182b7f0
3
+ size 161984
stats.csv CHANGED
@@ -424,4 +424,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
424
  2012-08-13,132998,760,68210,8123,13804,4672,0,1081,12188,4898,14034,824,0,1765,2538,0,101,0,38990005,22.2,12961374,46.6,22.2,56.8
425
  2012-08-14,131811,710,69425,7375,11977,4741,0,1149,11981,4908,14536,878,0,1568,2434,0,129,0,39316756,19.1,13179745,23.1,19.1,22.6
426
  2012-08-15,117313,629,63087,6151,10070,3923,0,1077,10532,4299,13180,838,0,1239,2168,0,120,0,35038402,19.1,11629201,22.8,19.1,50.6
427
- 2012-08-16,131252,702,67315,8129,14199,4539,0,1141,11505,4611,14209,775,0,1465,2545,0,117,0,38439393,17.5,12772947,23.3,17.5,0.0
 
 
424
  2012-08-13,132998,760,68210,8123,13804,4672,0,1081,12188,4898,14034,824,0,1765,2538,0,101,0,38990005,22.2,12961374,46.6,22.2,56.8
425
  2012-08-14,131811,710,69425,7375,11977,4741,0,1149,11981,4908,14536,878,0,1568,2434,0,129,0,39316756,19.1,13179745,23.1,19.1,22.6
426
  2012-08-15,117313,629,63087,6151,10070,3923,0,1077,10532,4299,13180,838,0,1239,2168,0,120,0,35038402,19.1,11629201,22.8,19.1,50.6
427
+ 2012-08-16,131252,702,67315,8129,14199,4539,0,1141,11505,4611,14209,775,0,1465,2545,0,117,0,38439393,17.5,12772947,23.3,17.5,26.1
428
+ 2012-08-17,120330,648,60286,7238,13599,3996,0,998,10105,4288,15007,711,0,1099,2266,0,89,0,33835248,17.9,11417628,38.9,17.9,0.0