tamnd commited on
Commit
473db16
·
verified ·
1 Parent(s): e70ffbc

Add 2011-10-12 — 71.5K 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-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,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** — 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,12 +131,12 @@ duckdb.sql("""
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
@@ -149,14 +149,14 @@ duckdb.sql("""
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,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
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
 
 
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-12** (184 days), totaling **9,898,396 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 890.8 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** — 938,792 events in 5626 blocks
75
 
76
  ```
77
+ 00:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 196
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 152
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 144
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 147
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 113
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 169
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 332
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 541
94
+ 17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.1K
97
+ 20:00 ████████████████░░░░░░░░░░░░░░ 175.0K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 9.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 184 | 9,898,396 | 53,795 | 1.7 GB | 890.8 MB | 44m57s | 33m05s | 1h22m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 518.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 257.1K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,790,940 | 48.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 517,991 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 620,568 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 257,125 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,026,658 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 282,009 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,242,787 | 12.6% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 117,224 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 127,995 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 209,525 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 56,825 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 9,143 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:271a47380d8e1a7a66bc0629251dfdea216cfdbc10fda29f20c8be9862ad19b5
3
+ size 142840
data/creates/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1e7f413d4367ba17869f9a340a889d879018e820c71727432662e5290b8a500
3
+ size 377232
data/deletes/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bd974d0550b2bea963e481cff931e66a12d4d2fe0e5daaa86f1150037b04070
3
+ size 29730
data/forks/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:072145b8018c76eaa6d08473beed191743156cfb9b5d4e28722e25cee69ed86a
3
+ size 113872
data/issues/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:738cd07fa8c411d2ab523aa29ff71269a31f73facabd3d6e0b2fb5f0d199e94c
3
+ size 874177
data/members/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babdfaa96a87d85d3e1e15aeb0cfc4f8894982ae45d90262ff7c897634742061
3
+ size 23244
data/public_events/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a9bec276597e1f8c0ac8896355b165297ac4dad225f919499b8243c1912c0b0
3
+ size 5942
data/pull_requests/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:265441f5e517f487ed3934f937185441fae368d15ac8ac4400922233f37b92a1
3
+ size 407327
data/pushes/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67e8b040d8e8931de40e59ea6218e6494e858c19e851885b8b7f4fa63d61ad98
3
+ size 5854879
data/stars/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:741fc186c9cf9f8cab97ec183dba69dcf30c3fde522e6e3ddce120e7c2d95a74
3
+ size 203993
data/wiki_pages/2011/10/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4c7d39d97b1651f4d9fa463ad5d3daf0dc297faec23cc2d9d5652a5befa5b9
3
+ size 113605
stats.csv CHANGED
@@ -181,4 +181,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,27.2
185
+ 2011-10-12,71502,0,36279,4043,5635,2297,0,0,6778,2230,10394,868,0,933,1462,497,86,0,18520737,10.7,8146841,23.7,10.7,0.0