tamnd commited on
Commit
20dcc51
·
verified ·
1 Parent(s): cfb4fc9

Add 2012-09-14 — 124.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-09-13** (442 days), totaling **35,929,685 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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
 
@@ -71,10 +71,10 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-28** — 75,906 events in 69 blocks
75
 
76
  ```
77
- 00:00 ██████████████████████████████ 75.9K
78
  01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
- | 2026-03-28 | 75,906 | 69 |
107
 
108
 
109
  ### Live event schema
@@ -137,20 +137,20 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 ███████████████████░░░░░░░░░░░ 14.1M
140
- 2012 ██████████████████████████████ 21.8M
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 | 199 | 21,833,541 | 109,716 | 5.7 GB | 2.0 GB | 1h28m | 2h04m | 1h53m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
  2011 ███████████████████░░░░░░░░░░░ 6.7M
153
- 2012 ██████████████████████████████ 10.1M
154
  ```
155
 
156
 
@@ -158,7 +158,7 @@ duckdb.sql("""
158
 
159
  ```
160
  2011 ███████████████████░░░░░░░░░░░ 737.1K
161
- 2012 ██████████████████████████████ 1.1M
162
  ```
163
 
164
 
@@ -174,7 +174,7 @@ duckdb.sql("""
174
 
175
  ```
176
  2011 ███████████████████░░░░░░░░░░░ 1.4M
177
- 2012 ██████████████████████████████ 2.1M
178
  ```
179
 
180
 
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
- | `pushes` | PushEvent | 16,817,354 | 46.8% | Git pushes with commits |
562
- | `issues` | IssuesEvent | 1,878,707 | 5.2% | Issue lifecycle events |
563
- | `issue_comments` | IssueCommentEvent | 2,701,285 | 7.5% | Comments on issues/PRs |
564
- | `pull_requests` | PullRequestEvent | 1,488,033 | 4.1% | PR lifecycle events |
565
- | `pr_review_comments` | PullRequestReviewCommentEvent | 135,488 | 0.4% | Line-level PR comments |
566
- | `stars` | WatchEvent | 3,564,757 | 9.9% | Repository stars |
567
- | `forks` | ForkEvent | 1,110,610 | 3.1% | Repository forks |
568
- | `creates` | CreateEvent | 5,963,650 | 16.6% | Branch/tag/repo creation |
569
- | `deletes` | DeleteEvent | 311,375 | 0.9% | Branch/tag deletion |
570
- | `commit_comments` | CommitCommentEvent | 409,411 | 1.1% | Comments on commits |
571
- | `wiki_pages` | GollumEvent | 689,198 | 1.9% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
573
- | `public_events` | PublicEvent | 32,072 | 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-09-15** (444 days), totaling **36,138,205 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-28** — 78,947 events in 75 blocks
75
 
76
  ```
77
+ 00:00 ██████████████████████████████ 78.9K
78
  01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 78,947 | 75 |
107
 
108
 
109
  ### Live event schema
 
137
 
138
  ```
139
  2011 ███████████████████░░░░░░░░░░░ 14.1M
140
+ 2012 ██████████████████████████████ 22.0M
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 | 201 | 22,042,061 | 109,661 | 5.7 GB | 2.1 GB | 1h29m | 2h06m | 1h54m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
  2011 ███████████████████░░░░░░░░░░░ 6.7M
153
+ 2012 ██████████████████████████████ 10.2M
154
  ```
155
 
156
 
 
158
 
159
  ```
160
  2011 ███████████████████░░░░░░░░░░░ 737.1K
161
+ 2012 ██████████████████████████████ 1.2M
162
  ```
163
 
164
 
 
174
 
175
  ```
176
  2011 ███████████████████░░░░░░░░░░░ 1.4M
177
+ 2012 ██████████████████████████████ 2.2M
178
  ```
179
 
180
 
 
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
+ | `pushes` | PushEvent | 16,923,837 | 46.8% | Git pushes with commits |
562
+ | `issues` | IssuesEvent | 1,890,905 | 5.2% | Issue lifecycle events |
563
+ | `issue_comments` | IssueCommentEvent | 2,719,422 | 7.5% | Comments on issues/PRs |
564
+ | `pull_requests` | PullRequestEvent | 1,494,617 | 4.1% | PR lifecycle events |
565
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 136,864 | 0.4% | Line-level PR comments |
566
+ | `stars` | WatchEvent | 3,584,849 | 9.9% | Repository stars |
567
+ | `forks` | ForkEvent | 1,118,060 | 3.1% | Repository forks |
568
+ | `creates` | CreateEvent | 5,990,907 | 16.6% | Branch/tag/repo creation |
569
+ | `deletes` | DeleteEvent | 312,634 | 0.9% | Branch/tag deletion |
570
+ | `commit_comments` | CommitCommentEvent | 411,349 | 1.1% | Comments on commits |
571
+ | `wiki_pages` | GollumEvent | 693,475 | 1.9% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
573
+ | `public_events` | PublicEvent | 32,260 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
data/commit_comments/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a8e7a8507755444b3eac3d65b02f455e2d866799f9baf5ccef864fc996e277d
3
+ size 50241
data/creates/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c36aadc735236332b6be5d5fb8128125c83cbd47275adac948a2d90e5e015f00
3
+ size 503756
data/deletes/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0081bc54f2eb5c76c57aef19c2da84e5aea87ff6334abd55021cccf839e0ba11
3
+ size 27066
data/forks/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b627991b96095d3e1abd425df72f24865fcee4f96f941d6d984642d25168f3a1
3
+ size 111864
data/issue_comments/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ccf7622a3a31e64ad3fc4e575cf7c1775785fdb5999c09422f67423043de91
3
+ size 240022
data/issues/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f20604d3afa2d5985a65c8fe14addf0fac7874665b4c9d4d2bef91a360726f
3
+ size 161308
data/public_events/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e22ad30a9757acc0df69b87157285c0462fcf2f9e48a3a9910dcb99cf3a0e9e2
3
+ size 5931
data/pull_requests/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff5a89d7c3a4be549822d6c185718dd8df4312155c70996ce99b8cf3901d3ab4
3
+ size 777888
data/pushes/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7269c56fa33b931fdb4802c3c13a01e021bf73ad9a1d1835c7aadeb153450b60
3
+ size 9648954
data/stars/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e14c789d394737678d8ae29dbe108cd4e78d1f8c1846b42c7a0b15af7eae1f7
3
+ size 244420
data/wiki_pages/2012/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f07d56e7e0b4a017546559c51828677876c23761c44793318154ed49b3a4f47
3
+ size 174572
stats.csv CHANGED
@@ -440,4 +440,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
440
  2012-09-10,134856,892,66765,8134,12298,4797,0,1364,14476,5077,15886,911,0,1618,2512,0,126,0,40611187,71.5,13599972,22.2,71.5,55.7
441
  2012-09-11,136399,995,67697,8765,14013,4929,0,1318,12782,5076,15524,859,0,1503,2777,0,161,0,40646145,69.7,13750726,24.7,69.7,27.9
442
  2012-09-12,138793,942,71769,7161,12145,5168,0,1324,13146,4924,16629,965,0,1608,2859,0,153,0,42299534,78.0,13922161,26.7,78.0,36.1
443
- 2012-09-13,137260,930,69396,9129,11978,5041,0,1263,12875,5148,16045,913,0,1541,2898,0,103,0,41135717,76.6,13398691,23.0,76.6,0.0
 
 
 
440
  2012-09-10,134856,892,66765,8134,12298,4797,0,1364,14476,5077,15886,911,0,1618,2512,0,126,0,40611187,71.5,13599972,22.2,71.5,55.7
441
  2012-09-11,136399,995,67697,8765,14013,4929,0,1318,12782,5076,15524,859,0,1503,2777,0,161,0,40646145,69.7,13750726,24.7,69.7,27.9
442
  2012-09-12,138793,942,71769,7161,12145,5168,0,1324,13146,4924,16629,965,0,1608,2859,0,153,0,42299534,78.0,13922161,26.7,78.0,36.1
443
+ 2012-09-13,137260,930,69396,9129,11978,5041,0,1263,12875,5148,16045,913,0,1541,2898,0,103,0,41135717,76.6,13398691,23.0,76.6,39.8
444
+ 2012-09-14,124303,745,61208,7411,11702,4260,0,938,12104,4554,16698,815,0,1250,2498,0,120,0,36298528,62.5,11946022,28.5,62.5,0.0
445
+ 2012-09-15,84217,536,45275,4787,6435,2324,0,438,7988,2896,10559,444,0,688,1779,0,68,0,24347810,48.4,8198675,20.7,48.4,0.0