tamnd commited on
Commit
9163617
·
verified ·
1 Parent(s): 2b8cce1

Add 2012-08-19 — 88.4K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ 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-18** (428 days), totaling **34,185,972 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.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
 
@@ -131,14 +131,14 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ████████████████████░░░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 20.1M
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 | 185 | 20,089,828 | 108,593 | 5.2 GB | 1.9 GB | 1h22m | 1h51m | 1h45m |
142
 
143
 
144
  ### Pushes per year
@@ -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,926,404 | 46.6% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,777,475 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,540,009 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,427,070 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 119,586 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,400,123 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 1,045,958 | 3.1% | Repository forks |
563
- | `creates` | CreateEvent | 5,758,582 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 300,100 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 389,621 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 653,449 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 30,486 | 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-19** (429 days), totaling **34,274,354 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.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
 
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ████████████████████░░░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 20.2M
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 | 186 | 20,178,210 | 108,485 | 5.2 GB | 1.9 GB | 1h22m | 1h51m | 1h45m |
142
 
143
 
144
  ### Pushes per year
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 15,977,512 | 46.6% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,781,741 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,546,027 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,429,322 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 120,051 | 0.4% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,407,995 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 1,048,893 | 3.1% | Repository forks |
563
+ | `creates` | CreateEvent | 5,768,580 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 300,533 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 390,510 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 655,090 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 30,555 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36d0223629d1c12762aedd4b25e016b5cddcb0e24cea7027b91fa7c22929c631
3
+ size 38842
data/creates/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a103310c23598e0118759feb957cd8715b50ca54ee8f6d6ca4caa44ab24c1f
3
+ size 337415
data/deletes/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:270e16f9005b330b2e45b082a21b1d9d0edcb7f95f71e68ce4cbdfbe2a4ab5ca
3
+ size 15652
data/forks/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15caefb75bf30b5dc8dba6e2e924661700db29d966b4a6c6e68f03aa62a6173
3
+ size 75624
data/issue_comments/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568c985ea534d48b7fa6e56587c25c8e1efa194c9aca20641d1f3e1f55135f45
3
+ size 135803
data/issues/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2611ca04b4860506af22ebae2f53b2bd0206fb9eb291fa140cc6f1f6688368
3
+ size 105183
data/public_events/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:625b81e2da461d1c26f1c4101b7ca48223dfb2c79f3957582d78c461696c0f30
3
+ size 4603
data/pull_requests/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f12d81b30f3ee63524839ac4c44a3edf570d2f3dfc80c78b7f2d8f75b135635b
3
+ size 438609
data/pushes/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01eada664d912f9cd5a39f0b7e66d0cdf2aa308dae82ed7c2ae6ea91398d44d6
3
+ size 7486526
data/stars/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ee2fe0b57453733904042f7c20c4433b18e43d388584dfc5a83760a9b7d1de
3
+ size 157533
data/wiki_pages/2012/08/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb9b562a20ea92cde4ab8a6557ceda5685f92ce0cd1ccb18b71f043a7065989c
3
+ size 86458
stats.csv CHANGED
@@ -426,4 +426,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,29.2
429
- 2012-08-18,79261,390,45839,3824,5128,2049,0,450,6764,2870,8943,443,0,800,1701,0,60,0,22584392,12.7,7845173,21.3,12.7,0.0
 
 
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,29.2
429
+ 2012-08-18,79261,390,45839,3824,5128,2049,0,450,6764,2870,8943,443,0,800,1701,0,60,0,22584392,12.7,7845173,21.3,12.7,30.4
430
+ 2012-08-19,88382,436,51108,4266,6018,2252,0,465,7872,2935,9998,433,0,889,1641,0,69,0,25104213,13.3,8882248,20.0,13.3,0.0