tamnd commited on
Commit
2f2b14a
·
verified ·
1 Parent(s): 9568375

Add 2011-11-29 — 101.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 **2011-11-28** (210 days), totaling **11,706,364 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.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,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,099,494 events in 6743 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 380
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 447
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 609
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.2K
97
  20:00 ████████████████████████████░░ 304.1K
98
- 21:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30.6K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -131,32 +131,32 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 11.7M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 210 | 11,706,364 | 55,744 | 2.2 GB | 1.1 GB | 54m18s | 44m26s | 1h37m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 5.6M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 610.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 306.4K
160
  ```
161
 
162
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 5,619,165 | 48.0% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 610,929 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 747,620 | 6.4% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 306,389 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,192,071 | 10.2% | Repository stars |
555
- | `forks` | ForkEvent | 333,016 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,652,837 | 14.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 136,891 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 146,949 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 242,647 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 67,558 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 10,686 | 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-11-29** (211 days), totaling **11,808,065 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.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,102,154 events in 6767 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 448
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 611
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.2K
97
  20:00 ████████████████████████████░░ 304.1K
98
+ 21:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33.3K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 11.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 211 | 11,808,065 | 55,962 | 2.2 GB | 1.1 GB | 54m38s | 44m44s | 1h37m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 5.7M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 623.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 308.5K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,653,425 | 47.9% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 623,827 | 5.3% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 770,939 | 6.5% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 308,477 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,199,050 | 10.2% | Repository stars |
555
+ | `forks` | ForkEvent | 335,082 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,669,366 | 14.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 137,500 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 147,968 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 244,061 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 68,021 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 10,743 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5d5eb802038d3915deba8548a920153b40f10eeeaf8deae2c0722360a01a56c
3
+ size 146707
data/creates/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8c7c86a914e431ebd5b09f6fef693896bdc597271308e63ce542a1d3b91ed13
3
+ size 381141
data/deletes/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e78388a6de6296040fe015d9cb3f4fb71d30ba88b4c7817143c316166908d63b
3
+ size 24789
data/forks/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b23c6bfb58a37a64e2ef499498c9d7dc23bc41cf48d71ae09d85f122d03456e
3
+ size 191814
data/issues/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a983087be105979cec825f6d4f4255198300317f6fbd69963d088c87284898
3
+ size 2283395
data/members/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8534b55fa66732e8d17be59dd326b2a9a3458ee8f872da223f03cd4f249458f
3
+ size 21345
data/public_events/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:749b4c6b58f20e83a2ce91795d320727fc479cf06d6fd013f738e78b51d6afdb
3
+ size 4827
data/pull_requests/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab9b5058c4fd2f65db387b76dee589b63b9fece7cf882dd45af9aebdd07969d
3
+ size 379614
data/pushes/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3de4890935217c95b80500b62b0d5f6cce20a141f36d79854c3bff07a6dbb599
3
+ size 7401315
data/stars/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12e3c1014f1d070850a3457fd788ee60e4154625aae765f740b2c3b12994413b
3
+ size 208078
data/wiki_pages/2011/11/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc572be55863eca268614294b8f947f8f17d976add53296f0873a215967ff334
3
+ size 108874
stats.csv CHANGED
@@ -208,4 +208,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
208
  2011-11-25,58867,0,27382,2702,3630,1516,0,0,5955,1843,12942,585,0,703,1236,331,42,0,14969432,6.9,7877498,18.6,6.9,32.5
209
  2011-11-26,56769,0,24570,2816,3383,1223,0,0,5487,1466,15289,516,0,526,1223,239,31,0,12996919,8.0,7106351,20.9,8.0,28.3
210
  2011-11-27,61975,0,27671,3694,3927,1292,0,0,5463,1459,15513,665,0,631,1357,256,47,0,14591183,9.4,7700231,27.2,9.4,27.5
211
- 2011-11-28,80484,0,36600,5794,9701,2264,0,0,7333,1942,13227,654,0,961,1562,377,69,0,22026925,13.2,10712646,32.1,13.2,0.0
 
 
208
  2011-11-25,58867,0,27382,2702,3630,1516,0,0,5955,1843,12942,585,0,703,1236,331,42,0,14969432,6.9,7877498,18.6,6.9,32.5
209
  2011-11-26,56769,0,24570,2816,3383,1223,0,0,5487,1466,15289,516,0,526,1223,239,31,0,12996919,8.0,7106351,20.9,8.0,28.3
210
  2011-11-27,61975,0,27671,3694,3927,1292,0,0,5463,1459,15513,665,0,631,1357,256,47,0,14591183,9.4,7700231,27.2,9.4,27.5
211
+ 2011-11-28,80484,0,36600,5794,9701,2264,0,0,7333,1942,13227,654,0,961,1562,377,69,0,22026925,13.2,10712646,32.1,13.2,27.0
212
+ 2011-11-29,101701,0,34260,12898,23319,2088,0,0,6979,2066,16529,609,0,1019,1414,463,57,0,26204872,17.9,11151899,20.2,17.9,0.0