tamnd commited on
Commit
31e400b
·
verified ·
1 Parent(s): facee88

Add 2012-02-06 — 83.5K 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-02-05** (267 days), totaling **16,022,933 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 3.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.6 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,31 +71,31 @@ 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,330,045 events in 8593 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 166
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 308
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 447
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 522
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 721
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
- 21:00 ████████████████████████░░░░░░ 259.5K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.9M
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 | 24 | 1,926,789 | 80,282 | 481.6 MB | 236.2 MB | 9m01s | 10m58s | 12m40s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 873.2K
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93.9K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 54.1K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 194.4K
173
  ```
174
 
175
 
@@ -553,18 +553,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 7,548,059 | 47.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 830,941 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,070,952 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 424,938 | 2.7% | PR lifecycle events |
560
- | `stars` | WatchEvent | 1,612,373 | 10.1% | Repository stars |
561
- | `forks` | ForkEvent | 451,955 | 2.8% | Repository forks |
562
- | `creates` | CreateEvent | 2,638,537 | 16.5% | Branch/tag/repo creation |
563
- | `deletes` | DeleteEvent | 185,418 | 1.2% | Branch/tag deletion |
564
- | `commit_comments` | CommitCommentEvent | 195,318 | 1.2% | Comments on commits |
565
- | `wiki_pages` | GollumEvent | 323,900 | 2.0% | Wiki page edits |
566
- | `members` | MemberEvent | 86,534 | 0.5% | Collaborator additions |
567
- | `public_events` | PublicEvent | 14,402 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
 
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-02-06** (268 days), totaling **16,106,399 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 3.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.6 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,332,244 events in 8612 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 201
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 191
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 448
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 522
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 723
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
+ 21:00 ████████████████████████░░░░░░ 261.7K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.0M
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 | 25 | 2,010,255 | 80,410 | 502.1 MB | 246.2 MB | 9m23s | 11m30s | 13m11s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 909.8K
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 97.7K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 56.4K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 203.7K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 7,584,729 | 47.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 834,777 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,076,904 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 427,252 | 2.7% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,621,654 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 454,361 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,657,367 | 16.5% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 186,124 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 196,435 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 325,787 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 86,921 | 0.5% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 14,482 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d2ce3ce7cbc67e4e5197d64a978bc651f3b6b1f4fe03ea1b1dcdf86f8553310
3
+ size 165960
data/creates/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c920bae331dfa7841b90cfaa28423490820a062aa38c556c6c6b1c2c419930c
3
+ size 437869
data/deletes/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da1847a8f35070332d592016d4a0df2b5f21a834e2f8e243bac7bff41b7c318b
3
+ size 27450
data/forks/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:652df5ab50abe34b9c6b068beb0dea00a5f9043ddee28fbe3f774d1edfa16300
3
+ size 221230
data/issues/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6ca680286dc2c049a98e93243ee2dd7a9681504de27811d08ba3c0d620848c8
3
+ size 863473
data/members/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bccf7e5f2ea572d1873c4465326aa2bcce1d62f3f82f2b50822bfafa0206b964
3
+ size 18702
data/public_events/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a0b172010cf413893cf20d2d8047d4a9cc8db4dee37ca5ed34cc4d7e5f8ed1d
3
+ size 5676
data/pull_requests/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bac7dbc961af16eca7aae792b6a4055feb6971dfb49e9f8436a5bca7f3333ff8
3
+ size 415176
data/pushes/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c4e3259856de156c56e3edb19b6fb544a22beef47e423b308039e4a56114bd
3
+ size 7975542
data/stars/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b8bdb5466e96f6678e527b8bbeb89ba509db683cf09796564ec8ad55b8e6b4a
3
+ size 264204
data/wiki_pages/2012/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c026602a2824b7f99c3bad7239e6d18faba4c3dab5e786497b80227bdfed05b5
3
+ size 109792
stats.csv CHANGED
@@ -265,4 +265,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
265
  2012-02-02,91095,0,41920,4523,6987,2970,0,0,8843,2488,19155,947,0,893,1822,465,82,0,24908329,42.2,11808271,22.2,42.2,24.3
266
  2012-02-03,93420,0,41711,4800,6851,2747,0,0,9207,2643,20904,923,0,1027,2076,447,84,0,24713660,40.5,11892115,18.9,40.6,32.0
267
  2012-02-04,66194,0,29319,2882,4231,1541,0,0,6366,2004,16757,561,0,677,1450,360,46,0,16095410,27.5,8246106,27.0,27.5,26.4
268
- 2012-02-05,77429,0,36537,3478,4786,1735,0,0,7794,1986,17603,640,0,714,1822,279,55,0,18931372,32.6,9788226,18.9,32.6,0.0
 
 
265
  2012-02-02,91095,0,41920,4523,6987,2970,0,0,8843,2488,19155,947,0,893,1822,465,82,0,24908329,42.2,11808271,22.2,42.2,24.3
266
  2012-02-03,93420,0,41711,4800,6851,2747,0,0,9207,2643,20904,923,0,1027,2076,447,84,0,24713660,40.5,11892115,18.9,40.6,32.0
267
  2012-02-04,66194,0,29319,2882,4231,1541,0,0,6366,2004,16757,561,0,677,1450,360,46,0,16095410,27.5,8246106,27.0,27.5,26.4
268
+ 2012-02-05,77429,0,36537,3478,4786,1735,0,0,7794,1986,17603,640,0,714,1822,279,55,0,18931372,32.6,9788226,18.9,32.6,30.2
269
+ 2012-02-06,83466,0,36670,3836,5952,2314,0,0,9281,2406,18830,706,0,1117,1887,387,80,0,21559141,31.9,10505074,22.7,31.9,0.0