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

Add 2012-02-07 — 81.6K 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-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,11 +71,11 @@ 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,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
@@ -83,19 +83,19 @@ Events from today are captured in near-real-time from the GitHub Events API and
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,20 +132,20 @@ duckdb.sql("""
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,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 97.7K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 56.4K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 203.7K
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,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
 
 
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-07** (269 days), totaling **16,187,971 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,334,125 events in 8631 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 253
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 201
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 191
 
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 276
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 449
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 522
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 726
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
+ 21:00 ████████████████████████░░░░░░ 263.5K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.1M
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 | 26 | 2,091,827 | 80,454 | 523.2 MB | 256.8 MB | 9m58s | 12m08s | 13m40s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 948.2K
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 101.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 58.8K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 212.7K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 7,623,049 | 47.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 838,965 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,082,829 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 429,636 | 2.7% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,630,690 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 456,733 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,672,783 | 16.5% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 186,910 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 197,261 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 327,642 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 87,299 | 0.5% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 14,568 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc904b127b736cb98c382a3164a5ec45e5152bfbf123c0c554316f4a662a628
3
+ size 134863
data/creates/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6358dfa55591a14639fc7425e7fd322dc188a77b5accac4cedc9f0b53c2b61
3
+ size 435348
data/deletes/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1793889dd594487192cbd381eb15b5a183e886c8c36eacccd35aca0eba2128a
3
+ size 28835
data/forks/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5da71e961bc18756380af36c536f5d90e9c2c78141addc32d0efd16e9518275
3
+ size 219065
data/issues/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1868325584e1f4febcbdc25e6fd379b927f31760e9df431f87c7fc23fe6e9bc
3
+ size 885451
data/members/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a210327b3e301b7e81f22cfdb4a943c90e4f043545d880e42e470b4898309664
3
+ size 18626
data/public_events/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea4647c07452335d9063cdd6ea87c335585ae3f77f0ae1a3be29d7766a35d26f
3
+ size 6310
data/pull_requests/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c9297071fb4d63d39be418e4869a2ca7c005e4c992391da9bf8f03ef14bc7a
3
+ size 434434
data/pushes/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:910b662c05fa94c42faa0e00063b17085cddc08fe89fffdcbb852ab4515224fe
3
+ size 8556392
data/stars/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d87abe26413e88d0e5fc4e555c8be4b953cc0355b5b34adfce310f4ec54bbfe
3
+ size 293992
data/wiki_pages/2012/02/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d4eed3795dd56790ba93dc046a71ccaab6dbd49d34eac726e65c55d83b88b01
3
+ size 144281
stats.csv CHANGED
@@ -266,4 +266,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,29.1
270
+ 2012-02-07,81572,0,38320,4188,5925,2384,0,0,9036,2372,15416,786,0,826,1855,378,86,0,22050125,38.8,11157597,34.6,38.8,0.0