tamnd commited on
Commit
92045ab
·
verified ·
1 Parent(s): acff5e3

Add 2011-08-31 — 61.4K 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-30** (141 days), totaling **7,230,481 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 637.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,10 +71,10 @@ 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** — 784,184 events in 4718 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
@@ -83,18 +83,18 @@ Events from today are captured in near-real-time from the GitHub Events API and
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 150
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 232
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 371
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 482
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.9K
97
- 20:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.3K
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.2M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 141 | 7,230,481 | 51,280 | 1.3 GB | 637.0 MB | 30m36s | 27m38s | 1h02m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 3.4M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 362.4K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 178.7K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 745.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 | 3,438,060 | 47.5% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 362,446 | 5.0% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 412,050 | 5.7% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 178,673 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 745,209 | 10.3% | Repository stars |
555
- | `forks` | ForkEvent | 201,180 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 875,297 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 82,959 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 94,795 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 153,372 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 40,397 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 6,437 | 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-31** (142 days), totaling **7,291,889 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 642.9 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** — 786,465 events in 4732 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
 
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
90
+ 13:00 █░░░░░░��░░░░░░░░░░░░░░░░░░░░░░ 233
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 289
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 482
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.9K
97
+ 20:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23.6K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 7.3M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 142 | 7,291,889 | 51,351 | 1.3 GB | 642.9 MB | 31m04s | 27m48s | 1h02m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 3.5M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 365.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 180.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 752.6K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,469,051 | 47.6% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 365,903 | 5.0% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 417,276 | 5.7% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 180,753 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 752,634 | 10.3% | Repository stars |
555
+ | `forks` | ForkEvent | 203,189 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 882,248 | 12.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 83,818 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 95,670 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 154,532 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 40,707 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 6,502 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59220c1b2a2ac1ac610eb372baf1f70e1e973fd9350c43c47d399645f2ce30a5
3
+ size 43514
data/creates/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92480841a122e72b807af70a5dc121ec59bed25302f7f08ed1a0ddba4de5e3be
3
+ size 311308
data/deletes/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b631c43295bc4ab3a7b3a374fb976dfda54eb7de695b8c63d50acb917e5fe229
3
+ size 28978
data/forks/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37c733cf9f85de2972a6aab78db71eb26d5b2596578c2801261a6dfe45993d91
3
+ size 100749
data/issues/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d1faaa5444ce2e399851147256001e7950e65688cf8b74a9c6e143174c40509
3
+ size 115582
data/members/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a3210319c02732179f28ad5b788252bbdd0f6975c9ad082aa269d4bb4c5f41
3
+ size 16289
data/public_events/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6871aa6b0b3ec6e57a89ba49f57e70af774c5ccd4abe54787dc3be7ebda62278
3
+ size 5337
data/pull_requests/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9556f8f0f9af386b51e6bf13147d28385d36645d9f1996899cf563b9136642db
3
+ size 120140
data/pushes/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a7b94b34e9f75aaa3b603102aaa28dccf3e360d188dba674bedfa3537a24c1
3
+ size 5170196
data/stars/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2357f33e5f8e5419329449bdcece0d7497c477b6ac0dcc3f21930cb705cf9ae
3
+ size 221509
data/wiki_pages/2011/08/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:255abcdc27e77c56a6b80ce8564bc550825fcef48c8b0124447ad951a10bd143
3
+ size 89711
stats.csv CHANGED
@@ -139,4 +139,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,28.3
140
  2011-08-28,40998,0,21296,2203,2778,1146,0,0,4951,1551,5173,456,0,409,806,184,45,0,7203720,4.9,3900883,16.3,4.9,22.3
141
  2011-08-29,63244,0,31840,4291,5340,1907,0,0,7322,1811,7541,628,0,833,1274,368,89,0,11468336,8.8,5987785,29.3,8.8,29.7
142
- 2011-08-30,63011,0,31326,3644,5018,2028,0,0,7584,2130,7915,782,0,717,1421,365,81,0,11598521,8.2,6165324,28.0,8.3,0.0
 
 
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,28.3
140
  2011-08-28,40998,0,21296,2203,2778,1146,0,0,4951,1551,5173,456,0,409,806,184,45,0,7203720,4.9,3900883,16.3,4.9,22.3
141
  2011-08-29,63244,0,31840,4291,5340,1907,0,0,7322,1811,7541,628,0,833,1274,368,89,0,11468336,8.8,5987785,29.3,8.8,29.7
142
+ 2011-08-30,63011,0,31326,3644,5018,2028,0,0,7584,2130,7915,782,0,717,1421,365,81,0,11598521,8.2,6165324,28.0,8.3,25.7
143
+ 2011-08-31,61408,0,30991,3457,5226,2080,0,0,7425,2009,6951,859,0,875,1160,310,65,0,11297695,9.5,6223313,28.6,9.5,0.0