tamnd commited on
Commit
0d867f5
·
verified ·
1 Parent(s): 2371a06

Add 2012-12-25 — 80.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-12-24** (527 days), totaling **47,637,020 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 11.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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
 
@@ -137,20 +137,20 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
- 2012 ██████████████████████████████ 33.5M
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
146
- | 2012 | 284 | 33,540,876 | 118,101 | 9.0 GB | 3.1 GB | 2h11m | 3h10m | 2h45m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
153
- 2012 ██████████████████████████████ 16.1M
154
  ```
155
 
156
 
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
- | `pushes` | PushEvent | 22,794,785 | 47.9% | Git pushes with commits |
562
- | `issues` | IssuesEvent | 2,636,950 | 5.5% | Issue lifecycle events |
563
- | `issue_comments` | IssueCommentEvent | 3,730,351 | 7.8% | Comments on issues/PRs |
564
- | `pull_requests` | PullRequestEvent | 1,887,561 | 4.0% | PR lifecycle events |
565
- | `pr_review_comments` | PullRequestReviewCommentEvent | 234,696 | 0.5% | Line-level PR comments |
566
- | `stars` | WatchEvent | 4,596,124 | 9.6% | Repository stars |
567
- | `forks` | ForkEvent | 1,547,602 | 3.2% | Repository forks |
568
- | `creates` | CreateEvent | 7,405,625 | 15.5% | Branch/tag/repo creation |
569
- | `deletes` | DeleteEvent | 386,784 | 0.8% | Branch/tag deletion |
570
- | `commit_comments` | CommitCommentEvent | 527,925 | 1.1% | Comments on commits |
571
- | `wiki_pages` | GollumEvent | 936,180 | 2.0% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
573
- | `public_events` | PublicEvent | 43,062 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
 
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-12-25** (528 days), totaling **47,717,463 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 11.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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
 
 
137
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
+ 2012 ██████████████████████████████ 33.6M
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
146
+ | 2012 | 285 | 33,621,319 | 117,969 | 9.0 GB | 3.1 GB | 2h12m | 3h11m | 2h46m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
153
+ 2012 ██████████████████████████████ 16.2M
154
  ```
155
 
156
 
 
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
+ | `pushes` | PushEvent | 22,836,618 | 47.9% | Git pushes with commits |
562
+ | `issues` | IssuesEvent | 2,641,082 | 5.5% | Issue lifecycle events |
563
+ | `issue_comments` | IssueCommentEvent | 3,736,948 | 7.8% | Comments on issues/PRs |
564
+ | `pull_requests` | PullRequestEvent | 1,889,640 | 4.0% | PR lifecycle events |
565
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 235,055 | 0.5% | Line-level PR comments |
566
+ | `stars` | WatchEvent | 4,605,155 | 9.7% | Repository stars |
567
+ | `forks` | ForkEvent | 1,551,215 | 3.3% | Repository forks |
568
+ | `creates` | CreateEvent | 7,415,326 | 15.5% | Branch/tag/repo creation |
569
+ | `deletes` | DeleteEvent | 387,211 | 0.8% | Branch/tag deletion |
570
+ | `commit_comments` | CommitCommentEvent | 528,513 | 1.1% | Comments on commits |
571
+ | `wiki_pages` | GollumEvent | 937,734 | 2.0% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
573
+ | `public_events` | PublicEvent | 43,126 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
data/commit_comments/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f01f84429c13c11c6e9720c11b09c6d4f8059d3a129b0f2cc738cb7fe987c017
3
+ size 30706
data/creates/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8f417346d820491566a1fbc1ce03ed412253130b2ddc45d88be411fa83efb4d
3
+ size 338535
data/deletes/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69bf712d8ce6c2302f8fb1b158cfd561839897193beb2def6092958efa51dfbf
3
+ size 17546
data/forks/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a60e85e3fb2b8eccbb1c0dd82d0d6b4029b1cbbfcdc37ea9b7164a700c09d6d0
3
+ size 102393
data/issue_comments/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2b4ac798bbe05200ad8c0237f331b8149108192f787cc7ef4946e10f2ea817b
3
+ size 136449
data/issues/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:171709c6809d3dc7bebd3a1a34af7d6bd903702a413d4a97e6d492d3a3aa4911
3
+ size 100503
data/public_events/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:098b1ea9563d661c33cda877bfeb35637c08c5dfb4d545ecd261efdc14675b64
3
+ size 4606
data/pull_requests/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb7e59a361d663a9449a288476f1bf9994b8c68f316543281bf0997ab672f548
3
+ size 418390
data/pushes/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c5de4380d102c9df755f14291e0d6e9c94f42370d22b9980f6742a85372a4d
3
+ size 6162389
data/stars/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00792f379f1b574778fef8b4e1fb0540fb416e0f8447d3a80628165f595e2808
3
+ size 211697
data/wiki_pages/2012/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f8f36af87bcf5174d989937b054b5abb05b4047e35e30a186b2cb6165fe793
3
+ size 115187
stats.csv CHANGED
@@ -525,4 +525,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
525
  2012-12-21,127704,734,66884,6700,11216,4629,0,922,12022,4900,14641,912,0,1253,2801,0,90,0,42497612,71.1,13382181,30.1,71.1,45.1
526
  2012-12-22,74881,374,39508,3607,5233,2079,0,351,7403,3767,9611,572,0,656,1657,0,63,0,23583799,37.6,7406016,19.8,37.6,28.5
527
  2012-12-23,96236,459,51488,4505,6631,2716,0,505,9834,4445,12085,635,0,908,1936,0,89,0,30297450,48.5,9461227,21.8,48.5,35.2
528
- 2012-12-24,90839,471,45998,4934,7781,2555,0,400,9491,5260,11000,566,0,751,1564,0,68,0,27742984,46.9,8492031,23.8,46.9,0.0
 
 
525
  2012-12-21,127704,734,66884,6700,11216,4629,0,922,12022,4900,14641,912,0,1253,2801,0,90,0,42497612,71.1,13382181,30.1,71.1,45.1
526
  2012-12-22,74881,374,39508,3607,5233,2079,0,351,7403,3767,9611,572,0,656,1657,0,63,0,23583799,37.6,7406016,19.8,37.6,28.5
527
  2012-12-23,96236,459,51488,4505,6631,2716,0,505,9834,4445,12085,635,0,908,1936,0,89,0,30297450,48.5,9461227,21.8,48.5,35.2
528
+ 2012-12-24,90839,471,45998,4934,7781,2555,0,400,9491,5260,11000,566,0,751,1564,0,68,0,27742984,46.9,8492031,23.8,46.9,26.7
529
+ 2012-12-25,80443,465,41833,4132,6597,2079,0,359,9031,3613,9701,427,0,588,1554,0,64,0,23990518,40.6,7638401,35.0,40.6,0.0