tamnd commited on
Commit
fd30015
·
1 Parent(s): e4d4ade

Add 2011-04-16 — 35.7K 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-04-15** (40 days), totaling **1,654,073 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 313.9 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 166.3 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,28 +71,28 @@ 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** — 134,540 events in 802 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 26
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 26
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 34
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 31
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 40
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 119
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 111
94
  17:00 ██████████████████████████████ 119.9K
95
- 18:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 14.0K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,34 +136,34 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 40 | 1,654,073 | 41,351 | 313.9 MB | 166.3 MB | 5m53s | 7m39s | 15m20s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 913.4K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 73.6K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 40.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 195.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 | 913,376 | 55.2% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 73,644 | 4.5% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 24,458 | 1.5% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 40,236 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 195,699 | 11.8% | Repository stars |
555
- | `forks` | ForkEvent | 50,273 | 3.0% | Repository forks |
556
- | `creates` | CreateEvent | 250,014 | 15.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 24,008 | 1.5% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 24,410 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 44,434 | 2.7% | Wiki page edits |
560
- | `members` | MemberEvent | 11,938 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 1,583 | 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-04-16** (41 days), totaling **1,689,790 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 320.3 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 169.8 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** — 137,727 events in 823 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 26
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 28
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 28
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 34
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 32
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 41
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 114
94
  17:00 ██████████████████████████████ 119.9K
95
+ 18:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 17.2K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 41 | 1,689,790 | 41,214 | 320.3 MB | 169.8 MB | 6m09s | 7m44s | 15m40s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 931.5K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 75.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 41.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 199.6K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 931,467 | 55.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 75,740 | 4.5% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 27,623 | 1.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 40,990 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 199,604 | 11.8% | Repository stars |
555
+ | `forks` | ForkEvent | 51,201 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 254,752 | 15.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 24,472 | 1.4% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 24,922 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 45,254 | 2.7% | Wiki page edits |
560
+ | `members` | MemberEvent | 12,153 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 1,612 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40906dcb024ff8d3ed11bff145e8f6da6f270dff5b1e740a0dbf73a990d60db2
3
+ size 27529
data/creates/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:494fd8edb55a5f2c58ecdce556d324c8d897c68952bf3fb5253e20c71a060e61
3
+ size 118965
data/deletes/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46c4224351b0d09a0a164b6b73bd40cc7c55e5104d9546659625bd041ec572b
3
+ size 18023
data/forks/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a390c0e05bc2a149d7d74b6d753ce446484d687290b8a694d936824a6fcb271
3
+ size 41841
data/issues/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fe06d465f111b33bcc682844da8092d282a173bcf5654bcadaab0322e72162c
3
+ size 63491
data/members/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925dae630f88d122a27c1d99d91041e4e7b98b3544cbaae2149c3c8188b8e0d8
3
+ size 11552
data/public_events/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:459f45b78b7450077e3e864b6b15f4bdaebf3ccb126c9ad89c84c67aff72d6f2
3
+ size 3434
data/pull_requests/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496bd5d51d504fa66b9d0fc91ed93bffabcb945c3bc91dfbae43d32a605bd0d4
3
+ size 55258
data/pushes/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc7d3efbe75a00891e925ce2a93c27a02aedc14dd7992fd3c2616fad053d3a8
3
+ size 3153721
data/stars/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:767e1d9a38b8a847e69c04a8dd3e77ad65c932ca1754c528db6db53f70ac08e1
3
+ size 117471
data/wiki_pages/2011/04/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a06d7513cda519c2a75ceb590d5f96939e433655b49016dcc11352af1e233e
3
+ size 63323
stats.csv CHANGED
@@ -38,4 +38,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
38
  2011-04-12,49413,0,25082,2548,3351,1204,0,0,5809,1492,6724,472,0,791,1546,342,52,0,9616358,9.6,4769662,5.6,9.6,18.2
39
  2011-04-13,50960,0,26090,2653,3342,1232,0,0,6185,1499,6727,551,0,898,1337,387,59,0,10011009,9.3,5012001,8.5,9.3,22.6
40
  2011-04-14,51523,0,26863,2783,3705,1247,0,0,6059,1513,6180,558,0,877,1341,363,34,0,10191848,6.5,5239255,5.7,6.5,22.7
41
- 2011-04-15,52603,0,25612,3744,5245,1175,0,0,5801,1402,6090,1365,0,781,1038,305,45,0,9663151,6.6,4825796,6.0,6.7,0.0
 
 
38
  2011-04-12,49413,0,25082,2548,3351,1204,0,0,5809,1492,6724,472,0,791,1546,342,52,0,9616358,9.6,4769662,5.6,9.6,18.2
39
  2011-04-13,50960,0,26090,2653,3342,1232,0,0,6185,1499,6727,551,0,898,1337,387,59,0,10011009,9.3,5012001,8.5,9.3,22.6
40
  2011-04-14,51523,0,26863,2783,3705,1247,0,0,6059,1513,6180,558,0,877,1341,363,34,0,10191848,6.5,5239255,5.7,6.5,22.7
41
+ 2011-04-15,52603,0,25612,3744,5245,1175,0,0,5801,1402,6090,1365,0,781,1038,305,45,0,9663151,6.6,4825796,6.0,6.7,20.2
42
+ 2011-04-16,35717,0,18091,2096,3165,754,0,0,3905,928,4738,464,0,512,820,215,29,0,6615671,5.3,3674608,15.5,5.3,0.0