tamnd commited on
Commit
950e498
·
verified ·
1 Parent(s): 2479394

Add 2011-10-11 — 81.3K 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-10-10** (182 days), totaling **9,745,568 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 874.7 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** — 886,396 events in 5269 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 169
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 113
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 103
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 156
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
91
- 14:00 █░░░░���░░░░░░░░░░░░░░░░░░░░░░░░ 313
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 397
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 525
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.1K
97
- 20:00 ███████████░░░░░░░░░░░░░░░░░░░ 122.9K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,32 +131,32 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 9.7M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 182 | 9,745,568 | 53,547 | 1.7 GB | 874.7 MB | 44m14s | 32m41s | 1h21m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 4.7M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 505.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 252.5K
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 | 4,718,195 | 48.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 505,821 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 602,666 | 6.2% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 252,517 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,012,992 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 277,581 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,223,343 | 12.6% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 115,349 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 126,064 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 206,590 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 55,859 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 8,985 | 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-10-11** (183 days), totaling **9,826,894 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 883.0 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** — 888,737 events in 5287 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 169
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 144
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 103
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 314
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 397
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 527
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.1K
97
+ 20:00 ███████████░░░░░░░░░░░░░░░░░░░ 125.2K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 9.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 183 | 9,826,894 | 53,698 | 1.7 GB | 883.0 MB | 44m33s | 32m54s | 1h22m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 4.8M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 513.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 254.8K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,754,661 | 48.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 513,948 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 614,933 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 254,828 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,019,880 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 279,779 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,232,393 | 12.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 116,356 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 127,062 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 208,063 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 56,328 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 9,057 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4fc84627843214deac416445a7542353b6dacc34b30235a0a34e838da5edbee
3
+ size 139208
data/creates/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b21e18d5a4e02ccf97da19f4451f7c3b5688c33cae3f6774e95bfbebccaef8da
3
+ size 369641
data/deletes/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b86f500c43bdd51357315b288100d04dcda1ac3244c2478876bc0a87424c1a0
3
+ size 32202
data/forks/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec6136fd430c436abe32d9eb79beafd05a9c5096d00c9667ec428af7a67ea8d
3
+ size 109761
data/issues/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:264f27b313088d5f45122208bbdcf3bb9275b402df798b68da1db862324b0966
3
+ size 1440196
data/members/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d0ce999822b87397c97cd61c9d7afcedb59a409f2dd118ee98fe93478a86c0
3
+ size 21515
data/public_events/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a4dcdbb4fab5a1083ad53838527e2fa18e201286cbc840398dcc4482b7a6ffd
3
+ size 5629
data/pull_requests/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f288def511825397d58f5f1f70a2f52878bd376908084e5651ff00fb1667ceb7
3
+ size 407247
data/pushes/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:046eccb58f0895597f6b71828820741adaa9e7e5a9ef8c8e5e10549e5b0edf3d
3
+ size 5848803
data/stars/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f38bf0df3113d94b3bb7dbbaa63d9ac1ae16d15b45ef0e822203d31abfa484b1
3
+ size 210106
data/wiki_pages/2011/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60cbc10656ef47d5c20a823a39c33be7407fbc6ba8a71eabdd5f40ed18be1c62
3
+ size 113667
stats.csv CHANGED
@@ -180,4 +180,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
180
  2011-10-07,68337,0,33322,4850,5821,2049,0,0,6396,1999,8498,2505,0,970,1468,406,53,0,13873868,9.5,7064807,17.8,9.5,23.8
181
  2011-10-08,44049,0,23180,2422,2832,1119,0,0,4668,1420,5988,558,0,506,1005,298,53,0,10598705,7.6,5069033,15.3,7.6,22.6
182
  2011-10-09,52237,0,25266,4397,5379,1202,0,0,5219,1367,7071,396,0,481,1116,294,49,0,12727220,8.2,5982461,17.1,8.2,20.8
183
- 2011-10-10,66510,0,34366,3624,5148,2064,0,0,6808,2040,8674,842,0,857,1590,444,53,0,17318760,8.4,7812089,17.8,8.4,0.0
 
 
180
  2011-10-07,68337,0,33322,4850,5821,2049,0,0,6396,1999,8498,2505,0,970,1468,406,53,0,13873868,9.5,7064807,17.8,9.5,23.8
181
  2011-10-08,44049,0,23180,2422,2832,1119,0,0,4668,1420,5988,558,0,506,1005,298,53,0,10598705,7.6,5069033,15.3,7.6,22.6
182
  2011-10-09,52237,0,25266,4397,5379,1202,0,0,5219,1367,7071,396,0,481,1116,294,49,0,12727220,8.2,5982461,17.1,8.2,20.8
183
+ 2011-10-10,66510,0,34366,3624,5148,2064,0,0,6808,2040,8674,842,0,857,1590,444,53,0,17318760,8.4,7812089,17.8,8.4,30.0
184
+ 2011-10-11,81326,0,36466,8127,12267,2311,0,0,6888,2198,9050,1007,0,998,1473,469,72,0,21448753,13.3,8697975,18.9,13.3,0.0