tamnd commited on
Commit
43f9b90
·
verified ·
1 Parent(s): 3a464a2

Add 2011-08-12 — 52.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-08-11** (122 days), totaling **6,219,990 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 542.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,26 +71,26 @@ 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** — 737,841 events in 4463 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 97
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 114
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 105
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 139
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 146
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 362
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 469
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 ███████████████████████████░░░ 291.0K
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 6.2M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 122 | 6,219,990 | 50,983 | 1.1 GB | 542.7 MB | 24m08s | 25m04s | 54m06s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 2.9M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 302.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 148.3K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 626.2K
167
  ```
168
 
169
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 2,927,746 | 47.1% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 302,934 | 4.9% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 329,434 | 5.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 148,321 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 626,239 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 168,825 | 2.7% | Repository forks |
556
- | `creates` | CreateEvent | 751,572 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 71,503 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 81,553 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 131,881 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 35,036 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 5,340 | 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-08-12** (123 days), totaling **6,272,929 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 547.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
 
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** — 737,865 events in 4479 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 114
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 106
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 139
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 147
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 362
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 470
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 ███████████████████████████░░░ 291.0K
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 6.3M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 123 | 6,272,929 | 50,999 | 1.1 GB | 547.7 MB | 24m27s | 25m16s | 54m31s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 3.0M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 305.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 150.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 632.3K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,954,622 | 47.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 305,869 | 4.9% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 334,106 | 5.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 150,035 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 632,305 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 170,433 | 2.7% | Repository forks |
556
+ | `creates` | CreateEvent | 757,733 | 12.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 72,330 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 82,346 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 132,888 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 35,261 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 5,395 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56fdb161bd69e9aeb13b70016e608dd6ecedd05e4af9a911dc12165d255772bd
3
+ size 36687
data/creates/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2d103270fd6735d5ec9ab8c09e583bd05722e150fcd1027e6b962fc238826d
3
+ size 264848
data/deletes/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c42618dba43f42a78f5baa6e27ecda683d088dbe02f1afd3b6ed7e06b8521d7
3
+ size 26540
data/forks/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa1d4049518b831f5a1bf379dc765f627f329b03cb60c5643123172738a0a475
3
+ size 84442
data/issues/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f2810e26bea6970127f979b593823550d1053340d0de276a453a01646254951
3
+ size 97637
data/members/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad18e18815cc49af1d4ec2fdf4a32ca257d3e12e2bb9aea591a573742dd16a29
3
+ size 13077
data/public_events/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794780b3c068e492c1a1f1287a6493dab468b23f3bda9ccff34e37d9ab4ad1bb
3
+ size 4937
data/pull_requests/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aafce5c9df3a168bacc0e5cac9f07d61e267d761aaa249d9b6140bad23c4a2c7
3
+ size 102050
data/pushes/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d43bc10fd851b3f4c1327674e9ccc1f5cf6d8082e68361b195dd513a77c77900
3
+ size 4353883
data/stars/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78a07649157beafe2ca2aefe3bfa63c2ea3dc776a300700d0ebc8e6208220215
3
+ size 177693
data/wiki_pages/2011/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa426d451a16a1f741124613709f22ae2a7da27b09cb0a169c11dd40818ec29
3
+ size 80572
stats.csv CHANGED
@@ -120,4 +120,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
120
  2011-08-08,55815,0,28423,3107,4442,1706,0,0,5891,1722,6976,1102,0,860,1187,338,61,0,10352139,19.1,5676645,16.7,19.1,31.9
121
  2011-08-09,61446,0,31078,3155,4796,1914,0,0,6129,1916,8507,1166,0,914,1474,334,63,0,11183311,22.4,5876753,18.1,22.4,39.3
122
  2011-08-10,53141,0,27264,2943,4118,1734,0,0,6036,1818,6167,634,0,820,1308,250,49,0,9954929,20.8,5433167,18.4,20.8,31.1
123
- 2011-08-11,56769,0,29210,3143,4193,1779,0,0,6385,1864,7388,660,0,733,1073,278,63,0,10719929,20.9,5778697,17.2,20.9,0.0
 
 
120
  2011-08-08,55815,0,28423,3107,4442,1706,0,0,5891,1722,6976,1102,0,860,1187,338,61,0,10352139,19.1,5676645,16.7,19.1,31.9
121
  2011-08-09,61446,0,31078,3155,4796,1914,0,0,6129,1916,8507,1166,0,914,1474,334,63,0,11183311,22.4,5876753,18.1,22.4,39.3
122
  2011-08-10,53141,0,27264,2943,4118,1734,0,0,6036,1818,6167,634,0,820,1308,250,49,0,9954929,20.8,5433167,18.4,20.8,31.1
123
+ 2011-08-11,56769,0,29210,3143,4193,1779,0,0,6385,1864,7388,660,0,733,1073,278,63,0,10719929,20.9,5778697,17.2,20.9,24.6
124
+ 2011-08-12,52939,0,26876,2935,4672,1714,0,0,6066,1608,6161,827,0,793,1007,225,55,0,9792195,11.9,5242366,18.9,11.9,0.0