tamnd commited on
Commit
8d0b626
·
verified ·
1 Parent(s): a211fb0

Add 2011-12-21 — 74.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 **2011-12-20** (232 days), totaling **13,425,034 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 2.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.3 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,14 +71,14 @@ 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,145,662 events in 7175 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
@@ -87,7 +87,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 248
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 397
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 630
@@ -95,7 +95,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.2K
98
- 21:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 76.3K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 13.4M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 232 | 13,425,034 | 57,866 | 2.6 GB | 1.3 GB | 1h02m | 48m40s | 1h48m |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 702.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 354.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 1.3M
167
  ```
168
 
169
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 6,388,218 | 47.6% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 702,535 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 884,808 | 6.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 353,993 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,349,710 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 379,212 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 2,039,025 | 15.2% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 159,486 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 166,005 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 274,510 | 2.0% | Wiki page edits |
560
- | `members` | MemberEvent | 75,791 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 12,135 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
 
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 **2011-12-21** (233 days), totaling **13,499,582 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 2.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.3 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,147,086 events in 7186 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
 
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 248
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 397
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 630
 
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.2K
98
+ 21:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 77.8K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 13.5M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 233 | 13,499,582 | 57,938 | 2.6 GB | 1.3 GB | 1h03m | 48m53s | 1h49m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 705.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 356.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 1.4M
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 6,421,702 | 47.6% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 705,798 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 890,007 | 6.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 356,383 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,357,011 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 381,396 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 2,056,292 | 15.2% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 160,380 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 166,893 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 275,779 | 2.0% | Wiki page edits |
560
+ | `members` | MemberEvent | 76,125 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 12,210 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97580ae57d10a33bb2768b5e154fbcaafa5e5956069815d8a2d7257fae4facdb
3
+ size 139383
data/creates/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27eaeb1337df969d9a7f164d0feb2428cb5c317befa6ec613276bc232ce8716a
3
+ size 396475
data/deletes/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c77b423e0d679e8353afd827d8123f76baf464c6fdaf5819a0846a0693c62c4
3
+ size 29693
data/forks/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f474ec8441f2a48069edce54b9124f9a23f6f6f9dba059fdb2f21f5d3fde3b
3
+ size 200649
data/issues/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba8d2a649789cdd7553c64be9655a06bb3245e24b9b62eaa34e06d73264a0ec3
3
+ size 754343
data/members/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b7c96bbc09a7a4bcf4a37dbe151186c5c3ee2f9516ff7b19552d82902807fe
3
+ size 16175
data/public_events/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a122b3e01c61f16240bf35a5595eca6daeaca9a3c6957b2ecde0158526deeb
3
+ size 5672
data/pull_requests/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6dfb93bea15c30df662977bd274e5177657cb71b6d06ce769d5fefb22dfa7c
3
+ size 425064
data/pushes/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b77985b3baec57ebadf5bfb6b9d566162bd6a27430090258da8973d3869c8c24
3
+ size 7303530
data/stars/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc7472b114119e43aeeff2ebd2abdbfd1ce746d5d5b05319b0e1e847c1f39b4a
3
+ size 243673
data/wiki_pages/2011/12/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b67c895475fe6672a8069013a3820a799cdc9e3f2911155f771307fa8c8ce371
3
+ size 75111
stats.csv CHANGED
@@ -230,4 +230,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
230
  2011-12-17,57846,0,25237,2511,3441,1390,0,0,4750,1737,16148,443,0,671,1247,234,37,0,13868251,7.9,7374948,20.3,7.9,30.3
231
  2011-12-18,61955,0,28149,3104,3633,1486,0,0,5269,1716,15805,745,0,583,1239,175,51,0,14773645,10.3,7704091,32.5,10.3,26.7
232
  2011-12-19,76919,0,37706,3782,5856,2578,0,0,7586,2408,13193,889,0,984,1506,328,103,0,21639337,12.7,10652793,21.5,12.7,30.3
233
- 2011-12-20,86961,0,35812,3891,5928,2446,0,0,7971,2403,22158,3619,0,916,1383,366,68,0,21150099,14.7,10229485,37.3,14.7,0.0
 
 
230
  2011-12-17,57846,0,25237,2511,3441,1390,0,0,4750,1737,16148,443,0,671,1247,234,37,0,13868251,7.9,7374948,20.3,7.9,30.3
231
  2011-12-18,61955,0,28149,3104,3633,1486,0,0,5269,1716,15805,745,0,583,1239,175,51,0,14773645,10.3,7704091,32.5,10.3,26.7
232
  2011-12-19,76919,0,37706,3782,5856,2578,0,0,7586,2408,13193,889,0,984,1506,328,103,0,21639337,12.7,10652793,21.5,12.7,30.3
233
+ 2011-12-20,86961,0,35812,3891,5928,2446,0,0,7971,2403,22158,3619,0,916,1383,366,68,0,21150099,14.7,10229485,37.3,14.7,31.4
234
+ 2011-12-21,74548,0,33484,3263,5199,2390,0,0,7301,2184,17267,894,0,888,1269,334,75,0,19581301,12.7,9589768,26.9,12.7,0.0