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

Add 2011-12-22 — 79.1K 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-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,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,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
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
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
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
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,32 +131,32 @@ duckdb.sql("""
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
143
 
144
  ```
145
- 2011 ██████████████████████████████ 6.4M
146
  ```
147
 
148
 
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
 
@@ -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,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
 
 
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-22** (234 days), totaling **13,578,719 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,149,623 events in 7203 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 398
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 632
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.2K
98
+ 21:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 80.3K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 13.6M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 234 | 13,578,719 | 58,028 | 2.6 GB | 1.3 GB | 1h03m | 49m09s | 1h49m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 6.5M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 711.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 358.6K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 6,454,881 | 47.5% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 711,510 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 897,417 | 6.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 358,637 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,365,284 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 383,501 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 2,073,339 | 15.3% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 161,175 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 167,647 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 277,054 | 2.0% | Wiki page edits |
560
+ | `members` | MemberEvent | 76,398 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 12,270 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a359727b47774f13aa54ec19960106b3e247cc65439a312c7f36e577eda5e488
3
+ size 130036
data/creates/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de4edc7311fb49665a0848ab58bad3d591a60bb80d77d380833990f05411e2fe
3
+ size 386273
data/deletes/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc627d980868f649a5a74365cb77b43f7f038cce15fffb7bda4501dfd1c029d
3
+ size 27779
data/forks/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e56185115fefe6f5de46a0b5f720b9f99eea2a945c7611f09429dea1e82c8568
3
+ size 193516
data/issues/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df6a767686327147ce298cc1452238b4186d66491c7da26e16bea8cdc128af2d
3
+ size 953833
data/members/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c9924061127c05fbfad5e971b77394654d33d82aa1b75eff5306f55e46c1b39
3
+ size 14886
data/public_events/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e04a5d5851630735615ecde990f04bc157a4efd1f1cecb19b0de46b515a613e6
3
+ size 4860
data/pull_requests/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112058cbcb4ffc0c2d3087fd05a8b80932bc721d7ce3ecb3fc4d70382b7cdd3b
3
+ size 395030
data/pushes/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f276155b3f8c3b2069024e297db047ec77d6d37fe87d6c28079a822672af2506
3
+ size 7218536
data/stars/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf2f785bba3194d3e9d5a75a6cf3da756f70a365ae4e75fd6467e2dfc75b06e
3
+ size 237869
data/wiki_pages/2011/12/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a057c4cee465caf547728475653c843d2750af6c414f0725f1132b221af6be
3
+ size 99364
stats.csv CHANGED
@@ -231,4 +231,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,32.8
235
+ 2011-12-22,79137,0,33179,5712,7410,2254,0,0,8273,2105,17047,795,0,754,1275,273,60,0,20210094,15.8,9661982,21.3,15.8,0.0