tamnd commited on
Commit
bbb9672
·
verified ·
1 Parent(s): a4874a0

Add 2012-03-12 — 114.0K 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-03-11** (302 days), totaling **19,759,854 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 4.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.0 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,23 +71,23 @@ 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,423,766 events in 9286 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 289
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 276
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 331
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 409
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 478
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 547
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 763
@@ -96,7 +96,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░�� 263.8K
99
- 22:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 88.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████████░░░░░░░░░░░░░░░░░░ 5.7M
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 | 59 | 5,663,710 | 95,995 | 1.5 GB | 683.4 MB | 29m31s | 27m39s | 32m58s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██████████░░░░░░░░░░░░░░░░░░░░ 254.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 604.9K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████████░░░░░░░░░░░░░░░░░░░ 520.0K
173
  ```
174
 
175
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 9,048,287 | 45.8% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 991,518 | 5.0% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,316,734 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 975,732 | 4.9% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 14,708 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,938,037 | 9.8% | Repository stars |
562
- | `forks` | ForkEvent | 548,092 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,326,268 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 217,717 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 231,456 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 391,254 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 17,498 | 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-03-12** (303 days), totaling **19,873,860 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 4.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.0 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,428,020 events in 9314 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 306
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 276
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 289
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 277
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 331
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 410
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 478
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 547
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 763
 
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░�� 263.8K
99
+ 22:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 93.1K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████████░░░░░░░░░░░░░░░░░░ 5.8M
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 | 60 | 5,777,716 | 96,295 | 1.6 GB | 693.2 MB | 30m13s | 27m56s | 33m32s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██████████░░░░░░░░░░░░░░░░░░░░ 260.2K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 608.7K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████████░░░░░░░░░░░░░░░░░░░ 531.6K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 9,103,629 | 45.8% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 997,325 | 5.0% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,326,042 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 979,530 | 4.9% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 15,596 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,949,632 | 9.8% | Repository stars |
562
+ | `forks` | ForkEvent | 552,062 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,345,017 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 218,322 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 232,691 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 393,322 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 17,614 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62cc50532388021a539f38a37a327363056d3be510e3b45213b8a43d27366273
3
+ size 39806
data/creates/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:513d0a1227ffdb64187c04a84c226fbf6ca509cfe25db91e5016f630f5eff049
3
+ size 402308
data/deletes/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6a77c3ab3af1831cc9f2581adfc35c48a1e1612672c0d67eb7ed3098aed2c84
3
+ size 18005
data/forks/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2115f6cd2268b5b24d67c35e6802281990163fb4b200062a9e6cb126b081e3b7
3
+ size 79641
data/issue_comments/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88aaced0990e9d8ab3fb3573bccd5c2bb66835ddbb98c9204f8ed0805be6cec8
3
+ size 160281
data/issues/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852765739e1cea34f7031e55edc7762b5676e1bb7bc5631accbea72471c3820a
3
+ size 109937
data/public_events/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29873d7ae2208211e398c60360b1821416acf56b334fa4aac0a4ea5bf6cd1569
3
+ size 4840
data/pull_requests/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:021deed72a7eae6d0646a3762122f27acb6477e1c92f1ac350a3788b8da38f55
3
+ size 682550
data/pushes/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6b3c636de8d20a673a6d2972c4a8660459e24659ed5611db85d1b2ac738b178
3
+ size 8335944
data/stars/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546b45f266e3ba38a15094dc33bc69818fccfa256a2217e28ab86553a804bc18
3
+ size 223222
data/wiki_pages/2012/03/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32dc9b9b55235f43a2e7abb4fece5efe4461743549de11f7df7da4186b41e500
3
+ size 140585
stats.csv CHANGED
@@ -300,4 +300,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
300
  2012-03-08,136260,0,53048,5293,8907,24478,0,906,12322,3764,22031,1121,0,1290,2355,622,123,0,43579009,54.8,17263192,51.1,54.8,31.3
301
  2012-03-09,138754,0,51325,5075,8268,31240,0,827,11074,3567,22168,1063,0,1389,2098,571,89,0,45290060,59.0,17071131,28.8,59.0,32.3
302
  2012-03-10,32077,3512,10595,920,1279,7782,0,107,2224,741,7317,223,0,252,515,107,15,0,10415548,8.6,3678773,12.4,8.6,23.4
303
- 2012-03-11,82907,2486,41670,3736,5346,2210,0,275,7936,2218,16346,407,0,788,1582,0,83,0,21558165,14.1,7072032,22.1,14.1,0.0
 
 
300
  2012-03-08,136260,0,53048,5293,8907,24478,0,906,12322,3764,22031,1121,0,1290,2355,622,123,0,43579009,54.8,17263192,51.1,54.8,31.3
301
  2012-03-09,138754,0,51325,5075,8268,31240,0,827,11074,3567,22168,1063,0,1389,2098,571,89,0,45290060,59.0,17071131,28.8,59.0,32.3
302
  2012-03-10,32077,3512,10595,920,1279,7782,0,107,2224,741,7317,223,0,252,515,107,15,0,10415548,8.6,3678773,12.4,8.6,23.4
303
+ 2012-03-11,82907,2486,41670,3736,5346,2210,0,275,7936,2218,16346,407,0,788,1582,0,83,0,21558165,14.1,7072032,22.1,14.1,34.2
304
+ 2012-03-12,114006,3709,55342,5807,9308,3798,0,888,11595,3970,18749,605,0,1235,2068,0,116,0,31179652,17.5,10197119,42.2,17.5,0.0