tamnd commited on
Commit
76b4b1d
·
verified ·
1 Parent(s): 5038fd3

Add 2011-08-27 — 39.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-08-26** (137 days), totaling **7,024,002 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 618.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,14 +71,14 @@ 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** — 772,847 events in 4660 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 106
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
@@ -86,15 +86,15 @@ Events from today are captured in near-real-time from the GitHub Events API and
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 152
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 145
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 477
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.8K
97
- 20:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.0K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 7.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 137 | 7,024,002 | 51,270 | 1.2 GB | 618.0 MB | 29m07s | 27m11s | 1h00m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 3.3M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 350.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 172.6K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 720.7K
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 | 3,333,206 | 47.5% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 350,148 | 5.0% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 396,233 | 5.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 172,560 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 720,655 | 10.3% | Repository stars |
555
- | `forks` | ForkEvent | 194,329 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 849,709 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 80,663 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 92,326 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 149,125 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 39,266 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 6,176 | 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-27** (138 days), totaling **7,063,228 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 621.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** — 775,745 events in 4675 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 106
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
 
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 152
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 145
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
89
+ 12:00 █░░░░░░��░░░░░░░░░░░░░░░░░░░░░░ 194
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 478
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.8K
97
+ 20:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12.9K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 7.1M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 138 | 7,063,228 | 51,182 | 1.2 GB | 621.7 MB | 29m22s | 27m16s | 1h00m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 3.4M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 352.3K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 173.6K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 725.4K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,353,598 | 47.5% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 352,308 | 5.0% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 398,914 | 5.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 173,592 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 725,352 | 10.3% | Repository stars |
555
+ | `forks` | ForkEvent | 195,688 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 854,668 | 12.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 81,093 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 92,836 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 149,871 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 39,480 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 6,222 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b1f854b3d0a3e26c5a19c15b493f40310a705e293ac77c58e7b62314036dde4
3
+ size 28343
data/creates/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2efd9c9f3ee2360135d6420595487a17d843787d81c7c079e3bf3e9159afad20
3
+ size 206045
data/deletes/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca132cb064d8f595598407f2df6eb8498158f951a8483dc7590f2d6235ce854c
3
+ size 17107
data/forks/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:285404a41242c83b3355c643bbdbaf9cd3ed27e22d1fe55feed40a0d9d2064f6
3
+ size 71611
data/issues/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681c3bf406e9c7b5d35e6d1d258ea54c70d2e3f40562dc9052d34b0bfa528d9f
3
+ size 75477
data/members/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45bae8c79aaef4248bc505fb7bc80d37185a5d06dcfa51f48fd353283fd71e63
3
+ size 12248
data/public_events/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1065aca8a01c8aa398caa9f31ffa52b10b0d6660a9718c9d218466a85d6ea02f
3
+ size 4391
data/pull_requests/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be1e3915b0410c1457350dcea9ce0c7c8eb8dbc80809162d690b1439e2ebad6a
3
+ size 72573
data/pushes/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5240a20316cab99fef0203d1d394a744cdc5489d545f1e6555ed7c391fd28f4a
3
+ size 3146230
data/stars/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339cbc28dba3ffee50bea1466c1581f56600793a5da57834f92a84426851bcf4
3
+ size 137629
data/wiki_pages/2011/08/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:592ff64b0ddfdf55f5684740d83035f5eba95b86fd422a382ede326644e3218f
3
+ size 60859
stats.csv CHANGED
@@ -135,4 +135,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
135
  2011-08-23,63176,0,31479,3730,5052,1910,0,0,8049,2009,7403,812,0,844,1374,437,77,0,11556642,10.0,6327359,26.0,10.0,27.9
136
  2011-08-24,64573,0,33261,3616,5343,1997,0,0,7409,2012,7650,642,0,863,1369,342,69,0,11975448,9.3,6159393,21.9,9.3,29.4
137
  2011-08-25,60887,0,30997,3351,4897,2024,0,0,7065,1960,7600,577,0,729,1284,333,70,0,11228802,8.9,5808356,18.1,8.9,27.2
138
- 2011-08-26,56696,0,28739,3079,4280,1825,0,0,6734,1851,7053,725,0,725,1303,320,62,0,10570210,7.6,5633764,17.3,7.6,0.0
 
 
135
  2011-08-23,63176,0,31479,3730,5052,1910,0,0,8049,2009,7403,812,0,844,1374,437,77,0,11556642,10.0,6327359,26.0,10.0,27.9
136
  2011-08-24,64573,0,33261,3616,5343,1997,0,0,7409,2012,7650,642,0,863,1369,342,69,0,11975448,9.3,6159393,21.9,9.3,29.4
137
  2011-08-25,60887,0,30997,3351,4897,2024,0,0,7065,1960,7600,577,0,729,1284,333,70,0,11228802,8.9,5808356,18.1,8.9,27.2
138
+ 2011-08-26,56696,0,28739,3079,4280,1825,0,0,6734,1851,7053,725,0,725,1303,320,62,0,10570210,7.6,5633764,17.3,7.6,21.9
139
+ 2011-08-27,39226,0,20392,2160,2681,1032,0,0,4697,1359,4959,430,0,510,746,214,46,0,7038033,5.4,3832513,14.9,5.4,0.0