tamnd commited on
Commit
449fa8c
·
verified ·
1 Parent(s): 0fa2160

Add 2011-10-09 — 52.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-10-08** (180 days), totaling **9,626,821 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 861.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,7 +71,7 @@ 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** — 883,809 events in 5251 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
@@ -79,22 +79,22 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 113
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 123
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 103
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 156
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
91
  14:00 █░░░░░░░���░░░░░░░░░░░░░░░░░░░░░ 313
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 397
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 523
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.1K
97
- 20:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.3K
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 ██████████████████████████████ 9.6M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 180 | 9,626,821 | 53,482 | 1.7 GB | 861.5 MB | 43m39s | 32m24s | 1h20m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 497.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 249.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 | 4,658,563 | 48.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 497,800 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 592,139 | 6.2% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 249,251 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,000,965 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 274,174 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,207,598 | 12.5% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 114,111 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 124,726 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 203,884 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 55,121 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 8,883 | 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-09** (181 days), totaling **9,679,058 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 867.2 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** — 886,396 events in 5269 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
 
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
  ## 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 | 181 | 9,679,058 | 53,475 | 1.7 GB | 867.2 MB | 43m56s | 32m32s | 1h21m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 502.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 250.5K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,683,829 | 48.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 502,197 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 597,518 | 6.2% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 250,453 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,006,184 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 275,541 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,214,669 | 12.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 114,507 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 125,207 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 205,000 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 55,415 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 8,932 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a89bf296c0837177895c64363217b0c73526fa6574cb32259fdea6af5ef8e92
3
+ size 72337
data/creates/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33840f05fac73c987a0887cfab0e47bced8f0806618cb7d88d3c51bb030fb269
3
+ size 255718
data/deletes/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b02d95e0ae92252ed65ac131d86e7d95506923ef56432e2371227f474b1b84b1
3
+ size 16362
data/forks/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3681f1906211b09f87577b74bd5900c24715ae9fdda32121670bf08368294776
3
+ size 72635
data/issues/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9823a3aab0ebd63e4215da032e93f4478b14309636eb54cab2eee33039eeb7
3
+ size 970229
data/members/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c20c764f084fec339cad20c1adf74557e5a7e21410ae12c7e37573cb2dad14
3
+ size 14157
data/public_events/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5b260d3a2ac151687a44c59e983af135041e01ede1dae1cf4b3b31b5197319e
3
+ size 4457
data/pull_requests/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e32bb562fcf438f1175ea5eaabcd03dfbcd7923e789de8835b565ae7ed15282
3
+ size 240706
data/pushes/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c89b6230829a3abaf96073e07fd934774be7cdd9db175b637266d81eef0d500
3
+ size 4096032
data/stars/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701a6b6c7ed2aeba478b8179ce944d5eb3427cbf52db83fcd4f42786ed893ce3
3
+ size 154324
data/wiki_pages/2011/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d61bb2af2f9165be39fe45bb809ca855428226dcfec5fec8b3ff4e7cbcd1ac
3
+ size 85504
stats.csv CHANGED
@@ -178,4 +178,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
178
  2011-10-05,82048,0,48302,3883,5268,2146,0,0,6746,2387,9309,957,0,932,1585,434,99,0,13342187,9.3,7785022,26.2,9.3,26.2
179
  2011-10-06,69264,0,37721,3458,5242,2189,0,0,6051,1936,8737,872,0,936,1549,506,67,0,12305534,9.0,6951714,15.7,9.0,19.3
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,0.0
 
 
178
  2011-10-05,82048,0,48302,3883,5268,2146,0,0,6746,2387,9309,957,0,932,1585,434,99,0,13342187,9.3,7785022,26.2,9.3,26.2
179
  2011-10-06,69264,0,37721,3458,5242,2189,0,0,6051,1936,8737,872,0,936,1549,506,67,0,12305534,9.0,6951714,15.7,9.0,19.3
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,0.0