tamnd commited on
Commit
52cfa2f
·
verified ·
1 Parent(s): 1ce8a26

Add 2011-12-29 — 70.9K events, 11 files

Browse files
README.md CHANGED
@@ -61,9 +61,9 @@ 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-28** (240 days), totaling **13,903,632 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.7 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
@@ -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,167,043 events in 7335 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 201
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 232
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 253
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 340
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 638
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.3K
98
- 21:00 █████████░░░░░░░░░░░░░░░░░░░░░ 97.6K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 13.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 240 | 13,903,632 | 57,931 | 2.7 GB | 1.3 GB | 1h05m | 50m01s | 1h53m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 726.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 366.3K
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,591,425 | 47.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 726,097 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 916,513 | 6.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 366,276 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,398,880 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 391,938 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 2,165,532 | 15.6% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 164,380 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 170,741 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 282,286 | 2.0% | Wiki page edits |
560
- | `members` | MemberEvent | 77,453 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 12,505 | 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-29** (241 days), totaling **13,974,569 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.4 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
 
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,171,309 events in 7351 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 253
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
90
+ 13:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 341
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 639
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.3K
98
+ 21:00 █████████░░░░░░░░░░░░░░░░░░░░░ 101.8K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 14.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 241 | 13,974,569 | 57,985 | 2.7 GB | 1.4 GB | 1h05m | 50m10s | 1h53m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 729.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 368.1K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 6,623,246 | 47.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 729,818 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 921,712 | 6.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 368,081 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,405,813 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 393,826 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 2,182,160 | 15.6% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 164,951 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 171,434 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 283,685 | 2.0% | Wiki page edits |
560
+ | `members` | MemberEvent | 77,681 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 12,556 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:278db0a43579b3f62f647eaef6a4a71046e8e0146d370b04b10d12b312cbd1f0
3
+ size 121334
data/creates/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1969aaffb0b971679a6ac41129605b70dea679dcbedb5aee75d78d63c0bf257a
3
+ size 364203
data/deletes/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c132d0146f329b58ded0e247998f3ed5cdd6d339e7ddb0ae893da3d19746f3e
3
+ size 23312
data/forks/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c72e451861dce97227bb3d80076a19c822a7680afafc151b531b1fa612fcd737
3
+ size 175945
data/issues/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e54551149bb76fa60b1c111e1523e95ed3e05a7fa8bda5eb922efd6fa2be1364
3
+ size 757050
data/members/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0c6df2e72f3b8942ddc325591c8f5b9176c2ba41511e7b19d5a0c91a9436b2c
3
+ size 13309
data/public_events/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e782486b1f45cd978c7d13998a6278ab957ece1675d4c082d77897afbad43a58
3
+ size 4656
data/pull_requests/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79ec11aeafc2d4a91443997970ed9b5ce550f13108448babb792e89cc616c1d1
3
+ size 349367
data/pushes/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1992394153f49cb83d0e4195bcb1412dd4c79c0f9cc27c3031c2afe2e0b971e
3
+ size 6904047
data/stars/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:636939f63425fb46673d8f377eb9aba94f0ea8a2225a08bab9dc200f8af508dd
3
+ size 209451
data/wiki_pages/2011/12/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4d89ba0aaba6bb7773679e5b7db52017b16b7c03aa8ddd363bbba04ddec737
3
+ size 80802
stats.csv CHANGED
@@ -238,4 +238,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
238
  2011-12-25,38010,0,15500,1387,1588,738,0,0,3586,944,12968,254,0,404,498,114,29,0,7795657,5.8,4314914,19.4,5.8,25.3
239
  2011-12-26,43161,0,19835,1877,2627,1070,0,0,5003,1259,9712,371,0,398,836,147,26,0,10618201,6.8,5607691,17.2,6.8,36.6
240
  2011-12-27,62614,0,26668,3362,4370,1462,0,0,7037,1663,15660,635,0,519,994,189,55,0,15105587,9.6,7773348,19.5,9.6,24.8
241
- 2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,10.8,7727556,19.3,10.8,0.0
 
 
238
  2011-12-25,38010,0,15500,1387,1588,738,0,0,3586,944,12968,254,0,404,498,114,29,0,7795657,5.8,4314914,19.4,5.8,25.3
239
  2011-12-26,43161,0,19835,1877,2627,1070,0,0,5003,1259,9712,371,0,398,836,147,26,0,10618201,6.8,5607691,17.2,6.8,36.6
240
  2011-12-27,62614,0,26668,3362,4370,1462,0,0,7037,1663,15660,635,0,519,994,189,55,0,15105587,9.6,7773348,19.5,9.6,24.8
241
+ 2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,10.8,7727556,19.3,10.8,32.4
242
+ 2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,9.3,9003476,17.8,9.3,0.0