tamnd commited on
Commit
b160856
·
verified ·
1 Parent(s): 5b2de5a

Add 2011-08-04 — 58.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-03** (114 days), totaling **5,806,575 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 503.6 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** — 724,245 events in 4307 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 92
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 90
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 146
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 144
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 351
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 459
94
- 17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.5K
95
  18:00 ██████████████████████████████ 323.2K
96
- 19:00 █████████████████████████░░░░░ 277.5K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 5.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 114 | 5,806,575 | 50,934 | 1.0 GB | 503.6 MB | 21m53s | 22m44s | 50m11s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 278.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 135.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 583.0K
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,716,938 | 46.8% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 278,697 | 4.8% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 296,639 | 5.1% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 135,907 | 2.3% | PR lifecycle events |
554
- | `stars` | WatchEvent | 582,952 | 10.0% | Repository stars |
555
- | `forks` | ForkEvent | 155,851 | 2.7% | Repository forks |
556
- | `creates` | CreateEvent | 698,214 | 12.0% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 65,879 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 75,414 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 122,672 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 32,913 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 4,893 | 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-04** (115 days), totaling **5,865,326 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 509.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** — 724,274 events in 4329 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 90
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 147
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
88
+ 11:00 █░░░░░���░░░░░░░░░░░░░░░░░░░░░░░ 145
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 351
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 459
94
+ 17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.2K
96
+ 19:00 █████████████████████████░░░░░ 277.6K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 5.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 115 | 5,865,326 | 51,002 | 1.0 GB | 509.2 MB | 22m12s | 23m01s | 50m38s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 282.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 137.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 589.1K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,747,202 | 46.8% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 281,974 | 4.8% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 301,245 | 5.1% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 137,813 | 2.3% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 589,123 | 10.0% | Repository stars |
555
+ | `forks` | ForkEvent | 157,715 | 2.7% | Repository forks |
556
+ | `creates` | CreateEvent | 705,592 | 12.0% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 66,525 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 76,269 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 124,126 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 33,177 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 4,959 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc16ff40f72b85e6b8a5b4b1c2ee7fb3664baab03331267f6794313d5519ecd6
3
+ size 42167
data/creates/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f8ea3b76146bf924757d8d00d757ebef59441ee521aeaa153492d8de130d21
3
+ size 308721
data/deletes/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfed4217b60d9cc3f598f8c910bd5bbd8ad10fb6cafec2499e94560b8e33821c
3
+ size 24236
data/forks/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5ee835bcb9ae52940398b3964a84ca2918ec6b40392dc39d1324addfc3999b4
3
+ size 95874
data/issues/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:151a5097c281e866b397914794ecb21cd21ecc3b947fd87b099f72500d8f873b
3
+ size 111287
data/members/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6629905abb354b9925543bca62c5288211dcabd8efaae6ed368225e7a05f60f6
3
+ size 14890
data/public_events/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d9a798e102dd218c3b5eef886af61ea0a689030bd092f64f5ed98d403f5511
3
+ size 5228
data/pull_requests/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:039dd8ff61632100b43b120294b2ae7ee43906c0c328051985a08f18013c6ada
3
+ size 111393
data/pushes/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb28c0c29b2dad97ef466220e5b680ef6d87afeb256a66facd970b0f30dc59df
3
+ size 4877184
data/stars/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4c619dbc9d3599c616ba9e1df67c273f6d977f378b61ccbacf0fb230be4cb48
3
+ size 186350
data/wiki_pages/2011/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:213645e596aaf790ab61ae644d4016a75564d9d67a0b502bb2461ae900204a9b
3
+ size 75616
stats.csv CHANGED
@@ -112,4 +112,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
112
  2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,12.1,3776481,15.8,12.1,24.4
113
  2011-08-01,52236,0,26692,3026,4051,1629,0,0,5715,1672,6442,578,0,867,1196,320,48,0,9826434,14.8,5271471,15.7,14.8,150.3
114
  2011-08-02,58268,0,29964,3293,4346,1800,0,0,6461,1855,7056,621,0,888,1603,325,56,0,10887764,17.8,5703249,17.0,17.8,32.8
115
- 2011-08-03,56050,0,28775,3036,4307,1699,0,0,5993,1763,7283,557,0,902,1363,316,56,0,10600964,17.6,5700777,17.9,17.6,0.0
 
 
112
  2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,12.1,3776481,15.8,12.1,24.4
113
  2011-08-01,52236,0,26692,3026,4051,1629,0,0,5715,1672,6442,578,0,867,1196,320,48,0,9826434,14.8,5271471,15.7,14.8,150.3
114
  2011-08-02,58268,0,29964,3293,4346,1800,0,0,6461,1855,7056,621,0,888,1603,325,56,0,10887764,17.8,5703249,17.0,17.8,32.8
115
+ 2011-08-03,56050,0,28775,3036,4307,1699,0,0,5993,1763,7283,557,0,902,1363,316,56,0,10600964,17.6,5700777,17.9,17.6,27.8
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,0.0