tamnd commited on
Commit
cef95b1
·
verified ·
1 Parent(s): 365894b

Add 2011-08-08 — 55.8K 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-07** (118 days), totaling **5,992,819 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 521.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,29 +71,29 @@ 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** — 730,986 events in 4379 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 119
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 127
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 111
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 90
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 102
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 146
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
90
- 13:00 █░░░░░���░░░░░░░░░░░░░░░░░░░░░░░ 215
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 276
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 351
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 461
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
- 19:00 ██████████████████████████░░░░ 284.2K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 118 | 5,992,819 | 50,786 | 1.1 GB | 521.0 MB | 22m58s | 23m41s | 51m58s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 290.6K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 141.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 601.8K
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,811,771 | 46.9% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 290,586 | 4.8% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 311,885 | 5.2% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 141,188 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 601,798 | 10.0% | Repository stars |
555
- | `forks` | ForkEvent | 161,505 | 2.7% | Repository forks |
556
- | `creates` | CreateEvent | 722,534 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 67,941 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 78,226 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 126,839 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 33,836 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 5,104 | 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-08** (119 days), totaling **6,048,634 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 526.4 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** — 733,772 events in 4404 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 160
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 144
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 119
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 127
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 90
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 102
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 146
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 276
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
+ 19:00 ██████████████████████████░░░░ 287.0K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 119 | 6,048,634 | 50,828 | 1.1 GB | 526.4 MB | 23m15s | 24m00s | 52m24s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 293.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 142.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 607.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,840,194 | 47.0% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 293,693 | 4.9% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 316,327 | 5.2% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 142,894 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 607,689 | 10.0% | Repository stars |
555
+ | `forks` | ForkEvent | 163,227 | 2.7% | Repository forks |
556
+ | `creates` | CreateEvent | 729,510 | 12.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 69,043 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 79,086 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 128,026 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 34,174 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 5,165 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50b3b4a28498fad219597a394ba4ab761e229ca5d62055b03ea83cce788ddee6
3
+ size 42036
data/creates/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ee2fbc19d2118559f2d343ac4393af4450c0374426d994da4cf9139c54f8be
3
+ size 284844
data/deletes/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f819ed6ff0264681b82c5c5bce1417407d6447b046d030270531a57dc55e432b
3
+ size 30387
data/forks/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0575f3c6963afdfb68e0c9c401f8a78ea2007932af51947189e34fb5e4f7c1c4
3
+ size 88848
data/issues/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2809a0d866a85866b8fbe1ec9a1a8d24e8d86f9d47e1d969ffd0d7a8c729fc6
3
+ size 105761
data/members/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87fdcd1bd6dd9bf20318a5fb57b7f967fabfab8c98dcaebc9ec3014c33378c3d
3
+ size 17873
data/public_events/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e80f774d8a26a9c0dcfe296cf2cfc517338e457a17a017b83224d22ac4649b92
3
+ size 4765
data/pull_requests/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37697f0d6388b271e32e4fb7088f7d9d3a7a3464fb2e77cdad50c1220275243c
3
+ size 102676
data/pushes/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d90cd475b1a92bdbefc1b06f8b7bcf12d507c5bb1bc21bfff57b90ce1fdfc9b5
3
+ size 4729892
data/stars/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d8c2edb756da5282c423aaf4675a8c5a96bbb5d683d44eee4c000d1395c262
3
+ size 176522
data/wiki_pages/2011/08/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b29ea2726523fe6beb63656eb338e500679707b779510d7a06ae950ef0ce9d71
3
+ size 93041
stats.csv CHANGED
@@ -116,4 +116,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
116
  2011-08-04,58751,0,30264,3277,4606,1906,0,0,6171,1864,7378,646,0,855,1454,264,66,0,10955667,17.4,5852946,18.8,17.4,26.2
117
  2011-08-05,53473,0,27428,2877,4052,1622,0,0,5536,1676,7124,641,0,947,1212,284,74,0,10006303,18.0,5286316,16.8,18.0,27.7
118
  2011-08-06,41572,0,19633,4074,4447,935,0,0,3884,1167,5416,409,0,488,877,206,36,0,6772258,12.7,3893721,15.1,12.7,25.9
119
- 2011-08-07,32448,0,17508,1661,2141,818,0,0,3255,947,4402,366,0,522,624,169,35,0,5746683,9.3,3124852,14.3,9.3,0.0
 
 
116
  2011-08-04,58751,0,30264,3277,4606,1906,0,0,6171,1864,7378,646,0,855,1454,264,66,0,10955667,17.4,5852946,18.8,17.4,26.2
117
  2011-08-05,53473,0,27428,2877,4052,1622,0,0,5536,1676,7124,641,0,947,1212,284,74,0,10006303,18.0,5286316,16.8,18.0,27.7
118
  2011-08-06,41572,0,19633,4074,4447,935,0,0,3884,1167,5416,409,0,488,877,206,36,0,6772258,12.7,3893721,15.1,12.7,25.9
119
+ 2011-08-07,32448,0,17508,1661,2141,818,0,0,3255,947,4402,366,0,522,624,169,35,0,5746683,9.3,3124852,14.3,9.3,25.8
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,0.0