tamnd commited on
Commit
ad15269
·
verified ·
1 Parent(s): 4bb2652

Add 2011-11-12 — 56.2K 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-11-11** (193 days), totaling **10,538,187 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 1.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 974.5 MB 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,30 +71,30 @@ 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,057,026 events in 6410 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 127
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 184
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 434
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 589
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
- 20:00 ███████████████████████████░░░ 292.5K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 10.5M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 193 | 10,538,187 | 54,602 | 1.9 GB | 974.5 MB | 47m59s | 37m49s | 1h27m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 550.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 276.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,095,418 | 48.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 550,120 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 666,096 | 6.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 276,818 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,087,662 | 10.3% | Repository stars |
555
- | `forks` | ForkEvent | 301,322 | 2.9% | Repository forks |
556
- | `creates` | CreateEvent | 1,369,153 | 13.0% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 125,128 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 134,925 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 220,983 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 61,215 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 9,741 | 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-12** (194 days), totaling **10,594,424 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 1.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 980.9 MB 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,060,431 events in 6426 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 211
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 366
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 434
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 589
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
+ 20:00 ███████████████████████████░░░ 295.9K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 10.6M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 194 | 10,594,424 | 54,610 | 1.9 GB | 980.9 MB | 48m17s | 38m11s | 1h28m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 552.3K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 277.9K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,118,946 | 48.3% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 552,342 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 668,754 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 277,915 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,092,047 | 10.3% | Repository stars |
555
+ | `forks` | ForkEvent | 302,673 | 2.9% | Repository forks |
556
+ | `creates` | CreateEvent | 1,387,845 | 13.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 125,536 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 135,451 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 221,946 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 61,593 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 9,770 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f0ea7d5b49db24735f3103ad116e976b34dadb89cfa50212dfc4a74a2f486f
3
+ size 85277
data/creates/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eadb3905c255709db98fe8a29d0eb5b13cff0372ba512aaa7c050340e1633d4
3
+ size 297181
data/deletes/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:882194d207de2a8c756f4448119a79ef11461eb11961f3a76cfbbd5e97d31bd4
3
+ size 16263
data/forks/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373e98bc704566142fab9ef3949456f2ff49a16cb3c96021babbab80d69d34e5
3
+ size 142531
data/issues/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e088cf7cf55f2c8f6e02f1e9b21e3e4d30976563eff62d63c91f4855916543c
3
+ size 487179
data/members/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48d7735cafe6ef67166d5e96c6e00f0471947d22f8b9f3e6ba38c3483392a89f
3
+ size 18789
data/public_events/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d057c605595f5ce7e3a3a4aa1941caccd8b47d5baa15b2b01999d1e6c495f8
3
+ size 3877
data/pull_requests/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cddddfac5d69b82171f3df8393ea28ac0e81bf750e4961364d09892bacf0e332
3
+ size 219988
data/pushes/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:752257379555790f16447bfc63d5a958a6891a82f08dea1975ddd912362196ef
3
+ size 5255196
data/stars/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19afa8525a3c040d77b6b19037afdb009cdf1b285c7b3bc846c0e4efe3c70cfd
3
+ size 132988
data/wiki_pages/2011/11/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:effbedc493f1dadbeb7c73c71058ed27f1f5a08b3dc2e89dcfe47879b257e25d
3
+ size 77727
stats.csv CHANGED
@@ -191,4 +191,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
191
  2011-11-08,85102,0,39901,4039,5842,2713,0,0,7527,2639,18254,1170,0,861,1548,542,66,0,22666473,36.3,11265953,16.6,36.3,34.8
192
  2011-11-09,67989,0,31069,3259,4920,2081,0,0,5946,1815,16026,615,0,564,1173,460,61,0,17643029,28.4,9008591,7.8,28.4,37.6
193
  2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,31.4,10041693,20.3,31.4,39.6
194
- 2011-11-11,71036,0,32368,3506,4650,1941,0,0,6272,2001,16494,1197,0,919,1274,369,45,0,18045895,30.0,9111711,25.3,30.0,0.0
 
 
191
  2011-11-08,85102,0,39901,4039,5842,2713,0,0,7527,2639,18254,1170,0,861,1548,542,66,0,22666473,36.3,11265953,16.6,36.3,34.8
192
  2011-11-09,67989,0,31069,3259,4920,2081,0,0,5946,1815,16026,615,0,564,1173,460,61,0,17643029,28.4,9008591,7.8,28.4,37.6
193
  2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,31.4,10041693,20.3,31.4,39.6
194
+ 2011-11-11,71036,0,32368,3506,4650,1941,0,0,6272,2001,16494,1197,0,919,1274,369,45,0,18045895,30.0,9111711,25.3,30.0,30.3
195
+ 2011-11-12,56237,0,23528,2222,2658,1097,0,0,4385,1351,18692,408,0,526,963,378,29,0,12093854,22.6,6736996,18.2,22.6,0.0