tamnd commited on
Commit
d708dde
·
verified ·
1 Parent(s): f2e6463

Add 2012-08-21 — 134.3K 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-20** (430 days), totaling **34,406,328 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 8.0 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
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ████████████████████░░░░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 20.3M
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 | 187 | 20,310,184 | 108,610 | 5.2 GB | 1.9 GB | 1h23m | 1h51m | 1h46m |
142
 
143
 
144
  ### Pushes per year
@@ -152,7 +152,7 @@ duckdb.sql("""
152
  ### Issues per year
153
 
154
  ```
155
- 2011 ████████████████████░░░░░░░░░ 737.1K
156
  2012 ██████████████████████████████ 1.1M
157
  ```
158
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 16,047,372 | 46.6% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,788,388 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,557,599 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,434,072 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 121,541 | 0.4% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,419,851 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 1,053,554 | 3.1% | Repository forks |
563
- | `creates` | CreateEvent | 5,784,061 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 301,409 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 392,145 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 657,396 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 30,664 | 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-21** (431 days), totaling **34,540,647 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 8.0 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
 
 
132
 
133
  ```
134
  2011 ████████████████████░░░░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 20.4M
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 | 188 | 20,444,503 | 108,747 | 5.3 GB | 1.9 GB | 1h24m | 1h52m | 1h46m |
142
 
143
 
144
  ### Pushes per year
 
152
  ### Issues per year
153
 
154
  ```
155
+ 2011 ████████████████████░░░░░░░░░ 737.1K
156
  2012 ██████████████████████████████ 1.1M
157
  ```
158
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 16,118,612 | 46.7% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,795,798 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,569,545 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,438,958 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 122,992 | 0.4% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,431,633 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 1,058,397 | 3.1% | Repository forks |
563
+ | `creates` | CreateEvent | 5,799,070 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 302,281 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 393,803 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 659,728 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 30,779 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8124ebb68720b0d2e45d65568ad82b87749f97daf4347d692779493e720532e
3
+ size 55283
data/creates/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b76d77090e9d4c6d5af0ab0f22e3f0f502860169e2c40f80dc060a30ac8f379
3
+ size 516235
data/deletes/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a531a9c2cd981af697fac8466614fee39a75ecb917a4194ecff3e534e1c3c04
3
+ size 30738
data/forks/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c7262121cbacac0015307a5fb35335dcc040a01e95116f93bbb9757d16f087
3
+ size 135108
data/issue_comments/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ecf37f082cf9b11817137a31edf13b2a10d1ee9cafc1d38aae99a2dc86e8df2
3
+ size 252897
data/issues/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f6f9ac34be1b68c55d722d52f6a209ae37c387065b24123f40e801d1c40855
3
+ size 168406
data/public_events/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222563f59113193623b17117fc7ab0aa6adc0584157cee1776293f10f0cc9d96
3
+ size 5727
data/pull_requests/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edf4d8ae22c557a5eb0f7a4345d0bf757946634672bda54040cf94aa733a9907
3
+ size 877990
data/pushes/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6722c052618e45aed94eb9a007ea857489757111629d208793638d25720101f
3
+ size 14746672
data/stars/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06cc167b6dc30330e7edf1ecda09084c1d8a77a465ca48054c8f3afcca849aa7
3
+ size 226305
data/wiki_pages/2012/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c0f8830ee488233610466e99c306bee0d249efb63092cf6ce6e71304a096335
3
+ size 119466
stats.csv CHANGED
@@ -428,4 +428,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,29.0
431
- 2012-08-20,131974,731,69860,6647,11572,4750,0,1490,11856,4661,15481,876,0,1635,2306,0,109,0,39694130,20.5,13124500,23.3,20.5,0.0
 
 
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,29.0
431
+ 2012-08-20,131974,731,69860,6647,11572,4750,0,1490,11856,4661,15481,876,0,1635,2306,0,109,0,39694130,20.5,13124500,23.3,20.5,32.0
432
+ 2012-08-21,134319,775,71240,7410,11946,4886,0,1451,11782,4843,15009,872,0,1658,2332,0,115,0,43995569,40.9,17134827,55.6,40.9,0.0