tamnd commited on
Commit
719b753
·
1 Parent(s): c5a8a8b

Add 2011-07-04 — 48.5K 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-07-03** (95 days), totaling **4,841,702 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 879.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 410.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,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** — 490,025 events in 2900 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 59
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 73
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 61
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
90
  13:00 █░░░░░░░░���░░░░░░░░░░░░░░░░░░░░ 151
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 380
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
- 18:00 ██████████████████████████████ 322.9K
96
  19:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 44.6K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 4.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 95 | 4,841,702 | 50,965 | 879.5 MB | 410.4 MB | 15m51s | 19m34s | 38m11s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 222.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 107.6K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 479.6K
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,219,500 | 45.8% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 222,828 | 4.6% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 222,631 | 4.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 107,634 | 2.2% | PR lifecycle events |
554
- | `stars` | WatchEvent | 479,608 | 9.9% | Repository stars |
555
- | `forks` | ForkEvent | 126,824 | 2.6% | Repository forks |
556
- | `creates` | CreateEvent | 575,014 | 11.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 54,944 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 61,381 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 100,509 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 27,247 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 3,976 | 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-07-04** (96 days), totaling **4,890,206 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 887.9 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 415.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
 
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** — 490,058 events in 2919 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 59
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 74
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 96
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
90
  13:00 █░░░░░░░░���░░░░░░░░░░░░░░░░░░░░ 151
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
+ 18:00 ██████████████████████████████ 323.0K
96
  19:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 44.6K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 4.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 96 | 4,890,206 | 50,939 | 887.9 MB | 415.3 MB | 16m21s | 19m41s | 38m40s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 225.3K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 108.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 485.0K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,244,871 | 45.9% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 225,316 | 4.6% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 225,780 | 4.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 108,852 | 2.2% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 485,045 | 9.9% | Repository stars |
555
+ | `forks` | ForkEvent | 128,241 | 2.6% | Repository forks |
556
+ | `creates` | CreateEvent | 581,602 | 11.9% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 55,447 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 62,131 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 101,762 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 27,525 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 4,028 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b64efab60b6435e51173cb22f8c35031abca23955f41f83557330f0920afb8
3
+ size 35676
data/creates/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3069d5fb092d8aff444caf824ae44ed9a7c585361e3405840925d8030c259490
3
+ size 265208
data/deletes/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201dcaec69613e0d4ad3dfc6edf8b0791f604a4957fd845bb530237613390638
3
+ size 19955
data/forks/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cceb28388e5fd5f477aca78a8a4358e5c154c2dee4bba9479f97a6de9dcc16e2
3
+ size 79976
data/issues/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31e13dbfd9c0669c61664d489b83e2efdbd4c075f81d5b558442b06cd5367a8a
3
+ size 86044
data/members/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec131b993bd5c756df23be0db4e0932425276bb11ec8d0acdfae13751dbc698
3
+ size 14977
data/public_events/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6277d345b623348826092c906a554778fbedbc90a0020b6f790f72dc4e97f2f4
3
+ size 4532
data/pull_requests/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff4f6d9bd759efc24ffea84dabf3f3d85e3a33c2b0830f29fcaa43f3a93a1df
3
+ size 81194
data/pushes/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55426ff0358459ff6c7167e2afe0e869cf4a0e1be365d265f8383b7b84d87fe6
3
+ size 4230078
data/stars/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38d5cef0bb1969583fa5f41efa11aaeaff41a3621bb76b9bf4049dbab3a9e9c
3
+ size 161958
data/wiki_pages/2011/07/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:046b1da50febd0cd17896dc53215b1d61c05f5c233dd23de65948d3fffaba20e
3
+ size 93161
stats.csv CHANGED
@@ -93,4 +93,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
93
  2011-06-30,54679,0,27966,2714,4009,1658,0,0,5579,1642,8227,620,0,641,1267,302,54,0,10026910,12.3,5544383,14.5,12.3,25.8
94
  2011-07-01,51863,0,26210,2727,4785,1533,0,0,5886,1631,6409,588,0,747,982,322,43,0,9443675,15.0,5105860,7.5,15.0,25.0
95
  2011-07-02,33974,0,18147,1616,2066,824,0,0,3820,1135,4567,269,0,429,820,257,24,0,6215247,4.0,3738112,4.8,4.0,25.7
96
- 2011-07-03,36704,0,18243,3124,2997,784,0,0,3596,982,4861,299,0,583,1040,173,22,0,6288022,4.8,3427570,12.5,4.8,0.0
 
 
93
  2011-06-30,54679,0,27966,2714,4009,1658,0,0,5579,1642,8227,620,0,641,1267,302,54,0,10026910,12.3,5544383,14.5,12.3,25.8
94
  2011-07-01,51863,0,26210,2727,4785,1533,0,0,5886,1631,6409,588,0,747,982,322,43,0,9443675,15.0,5105860,7.5,15.0,25.0
95
  2011-07-02,33974,0,18147,1616,2066,824,0,0,3820,1135,4567,269,0,429,820,257,24,0,6215247,4.0,3738112,4.8,4.0,25.7
96
+ 2011-07-03,36704,0,18243,3124,2997,784,0,0,3596,982,4861,299,0,583,1040,173,22,0,6288022,4.8,3427570,12.5,4.8,28.2
97
+ 2011-07-04,48504,0,25371,2488,3149,1218,0,0,5437,1417,6588,503,0,750,1253,278,52,0,8896808,6.7,5072759,29.1,6.7,0.0