tamnd commited on
Commit
3c398f3
·
verified ·
1 Parent(s): 017713e

Add 2011-11-27 — 62.0K 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-26** (208 days), totaling **11,563,905 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.1 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,26 +71,26 @@ 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,088,990 events in 6712 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 196
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 315
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 380
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 446
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 608
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.2K
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 208 | 11,563,905 | 55,595 | 2.1 GB | 1.1 GB | 53m19s | 44m03s | 1h36m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 601.4K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 302.8K
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,554,894 | 48.0% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 601,441 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 733,992 | 6.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 302,833 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,179,275 | 10.2% | Repository stars |
555
- | `forks` | ForkEvent | 329,615 | 2.9% | Repository forks |
556
- | `creates` | CreateEvent | 1,624,097 | 14.0% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 135,572 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 145,357 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 239,728 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 66,925 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 10,570 | 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-27** (209 days), totaling **11,625,880 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.1 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,089,011 events in 6730 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
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
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 209 | 11,625,880 | 55,626 | 2.1 GB | 1.1 GB | 53m46s | 44m13s | 1h36m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 605.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 304.1K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,582,565 | 48.0% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 605,135 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 737,919 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 304,125 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,184,738 | 10.2% | Repository stars |
555
+ | `forks` | ForkEvent | 331,074 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,639,610 | 14.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 136,237 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 145,988 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 241,085 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 67,181 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 10,617 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68f4c9e704419205ed8d63813cd9466b954f00e2677b43365c5aa8d24e47913c
3
+ size 101349
data/creates/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835bdf8952586cf1d720e6941e9b1bbfe1c5c5b54850e05d8a98ae9d628eee7e
3
+ size 319027
data/deletes/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e48fffad8e32d34cb76a8b1aaa5642690c0397cefdc447452a77aa5c87ac1205
3
+ size 22338
data/forks/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f4d924b95673ad3881bbac24777b14a26630d74d02bbd21ed1d0cb72e0ad9fe
3
+ size 138816
data/issues/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6af7fa635ee78ae4d2e5c32b276b446b27aef403c4d70a9311961c6cc084319a
3
+ size 660796
data/members/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7d3cfa35f1de57673a56b61b1d499b91fbec9cbc4b14a19ff1e86631b0dce6f
3
+ size 14566
data/public_events/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a54fb4ed6f47a83595bb81d42452386b1acae987185116f31bf301f886ea232
3
+ size 4506
data/pull_requests/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2667d2526264df64e0ae1c96d22bec97ae105a8fab2832d7c43a4bc2f678893
3
+ size 272408
data/pushes/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60a7815f6d15abd19c244edab02a4b1ee1362d51f3586986b9b99922d96bc9c7
3
+ size 5929815
data/stars/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9fc62d7f2c12b69860b61c272c0988a9156b4dd5d36a3db9ed76f12cf0069aa
3
+ size 161650
data/wiki_pages/2011/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86036010e688690dd5e80b8d4642ac9eb8a10f454dba1c8348ed54e0279a7197
3
+ size 74960
stats.csv CHANGED
@@ -206,4 +206,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
206
  2011-11-23,86174,0,36941,4181,5884,2312,0,0,8101,2482,22378,874,0,1087,1432,435,67,0,21051693,23.4,10374147,21.5,23.4,38.5
207
  2011-11-24,79811,0,33601,5089,8096,1967,0,0,6785,2154,18637,755,0,727,1549,397,54,0,19410406,17.3,9508473,19.1,17.3,31.3
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,0.0
 
 
206
  2011-11-23,86174,0,36941,4181,5884,2312,0,0,8101,2482,22378,874,0,1087,1432,435,67,0,21051693,23.4,10374147,21.5,23.4,38.5
207
  2011-11-24,79811,0,33601,5089,8096,1967,0,0,6785,2154,18637,755,0,727,1549,397,54,0,19410406,17.3,9508473,19.1,17.3,31.3
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,0.0