tamnd commited on
Commit
2bbd620
·
verified ·
1 Parent(s): cd4806a

Add 2012-08-03 — 113.7K 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-02** (412 days), totaling **32,412,710 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.1 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,18 +71,18 @@ 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-27** — 1,821,243 events in 11992 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 358
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
@@ -90,7 +90,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 586
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 638
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 897
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
@@ -131,21 +131,21 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ███████████████████████░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 18.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 | 169 | 18,316,566 | 108,382 | 4.7 GB | 1.7 GB | 1h15m | 1h46m | 1h36m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
- 2011 ███████████████████████░░░░░░ 6.7M
148
- 2012 ██████████████████████████████ 8.3M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ███████████████████████░░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 945.1K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 998.8K
165
  ```
166
 
167
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 14,983,937 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,682,180 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,387,506 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,369,633 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 105,896 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,230,055 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 979,982 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,558,823 | 17.2% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 289,428 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 370,471 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 618,515 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 28,947 | 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-03** (413 days), totaling **32,526,408 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.1 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-27** — 1,821,283 events in 12008 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 359
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
 
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 586
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 638
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 898
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████���███████████████░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 18.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 | 170 | 18,430,264 | 108,413 | 4.7 GB | 1.7 GB | 1h15m | 1h47m | 1h36m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
+ 2011 ███████████████████████░░░░░░ 6.7M
148
+ 2012 ██████████████████████████████ 8.4M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ███████████████████████░░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 950.8K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 1.0M
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 15,043,871 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,687,836 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,397,024 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,373,561 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 106,851 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,242,306 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 983,994 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,571,243 | 17.1% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 290,101 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 371,782 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 620,821 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 29,025 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5086587d45d0da1ade1338496109623d392fabd46bbb4f7c05b7db3e00bbe27
3
+ size 44550
data/creates/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:187752a0cbf0a683d78a29b3bea993946b70ef2466ac8b0fee56bac11bd772a0
3
+ size 432815
data/deletes/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ed0b65e09f99a1a3f0404fc45252d9b544355f2d0d2341b4d5a3fea51a50fc
3
+ size 23292
data/forks/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d3e65df1e8b2c922ca0d02f2be2f352a0f582ace51f0aa1e6c93bd1ec5ab718
3
+ size 99372
data/issue_comments/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:796e2ca911e257a829fe35ada35b5712212e379208b4f31eeb06afb66f05b380
3
+ size 196037
data/issues/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33bd14e2249c7c8776ec1ff24e9fc0c8c881c5da015bf943bbe87893e223ae98
3
+ size 132828
data/public_events/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e07670133fe7f10271cac2953903a772bb2f989e2f3686273212a3c95f1ecda7
3
+ size 4854
data/pull_requests/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1e38f7e3e75c0141befc56daa8b481a7d642b10be46de624e6a69b905e15b5
3
+ size 699864
data/pushes/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbc7ef2b95f22ffd24d6a8b16f0bfa729dfab504484fc48dc6326a225b39520
3
+ size 9201453
data/stars/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd983072c3d79da753277f357c5af5d4a5b43ca6115f44ac1cfa3c141c123364
3
+ size 242078
data/wiki_pages/2012/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23dd015ecce5f6cd8d452fa8eda10c7abc717a7a24daefc3f19486dc89755c73
3
+ size 167395
stats.csv CHANGED
@@ -410,4 +410,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
410
  2012-07-30,123700,896,61435,6744,10765,4531,0,1265,13560,4600,15068,772,0,1423,2521,0,120,0,37103312,32.4,12215061,39.0,32.4,28.8
411
  2012-07-31,121852,699,60106,6544,10352,4451,0,1332,14298,4636,14812,776,0,1399,2353,0,94,0,36440246,33.5,12244525,33.1,33.5,33.6
412
  2012-08-01,123867,956,61863,7067,10376,4641,0,1122,14095,4631,14394,789,0,1286,2536,0,111,0,37256393,32.6,12161468,30.8,32.6,28.6
413
- 2012-08-02,127408,843,67355,6009,9929,4368,0,1144,13613,4423,15012,745,0,1350,2468,0,149,0,37480292,18.8,12787701,34.3,18.8,0.0
 
 
410
  2012-07-30,123700,896,61435,6744,10765,4531,0,1265,13560,4600,15068,772,0,1423,2521,0,120,0,37103312,32.4,12215061,39.0,32.4,28.8
411
  2012-07-31,121852,699,60106,6544,10352,4451,0,1332,14298,4636,14812,776,0,1399,2353,0,94,0,36440246,33.5,12244525,33.1,33.5,33.6
412
  2012-08-01,123867,956,61863,7067,10376,4641,0,1122,14095,4631,14394,789,0,1286,2536,0,111,0,37256393,32.6,12161468,30.8,32.6,28.6
413
+ 2012-08-02,127408,843,67355,6009,9929,4368,0,1144,13613,4423,15012,745,0,1350,2468,0,149,0,37480292,18.8,12787701,34.3,18.8,28.0
414
+ 2012-08-03,113698,656,59934,5656,9518,3928,0,955,12251,4012,12420,673,0,1311,2306,0,78,0,33209197,20.3,11244538,22.0,20.3,0.0