tamnd commited on
Commit
0e828f6
·
verified ·
1 Parent(s): 56bca68

Add 2011-10-02 — 49.0K 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-10-01** (173 days), totaling **9,164,051 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 817.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,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** — 869,300 events in 5177 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
@@ -90,11 +90,11 @@ Events from today are captured in near-real-time from the GitHub Events API and
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 520
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
- 20:00 █████████░░░░░░░░░░░░░░░░░░░░░ 105.9K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23: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 | 173 | 9,164,051 | 52,971 | 1.6 GB | 817.9 MB | 41m26s | 31m24s | 1h17m |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 470.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 236.3K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 957.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 | 4,412,809 | 48.2% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 470,004 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 556,149 | 6.1% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 236,281 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 957,751 | 10.5% | Repository stars |
555
- | `forks` | ForkEvent | 260,993 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,149,877 | 12.5% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 107,472 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 118,934 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 193,626 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 52,149 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 8,400 | 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-10-02** (174 days), totaling **9,213,043 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 822.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
 
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** — 870,975 events in 5183 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
 
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 521
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
+ 20:00 █████████░░░░░░░░░░░░░░░░░░░░░ 107.6K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░���░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 174 | 9,213,043 | 52,948 | 1.6 GB | 822.6 MB | 41m45s | 31m31s | 1h18m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 473.4K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 237.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 962.8K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,438,481 | 48.2% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 473,368 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 559,898 | 6.1% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 237,430 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 962,763 | 10.5% | Repository stars |
555
+ | `forks` | ForkEvent | 262,328 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,156,002 | 12.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 107,848 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 119,502 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 194,928 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 52,447 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 8,442 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0a61e896ce7ef10d7f05236ff2f34049b6c307c5fdada8f1fd2570746f52b0
3
+ size 30504
data/creates/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97fc8472e6d67b2eb8e89617d300871b2a763f6a045ac48e62cecca34d179d43
3
+ size 248595
data/deletes/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa05821c5babe6555bc53d13066b69310c54aa8b5cc68f7771f942c7bea1cc9
3
+ size 16441
data/forks/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14cf6c8f314c3dbd0172c3f752a811bc08017a3c2878270270ed3a0f02acf240
3
+ size 70949
data/issues/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7560ef208bd2fc887873b00b3980ccd36bf6283188d5de0072a92c71a83b9df
3
+ size 96516
data/members/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ff5b80aa9ae9902ed9a3074e9762165eefa0c1290648a2aab02bfe6290caea
3
+ size 15317
data/public_events/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85d0d1df3eeaa92745a2ab53f42f9467286f1af27987180437883c5f1ae1922b
3
+ size 4142
data/pull_requests/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42dea20fd78fab20b77684083f8f5b430aa62779df34a1de476f3e398df1a99
3
+ size 78094
data/pushes/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b319b83f6bb25030ac320dff83df3a417f877325e75f8f3b11a5793c0f6fbe68
3
+ size 4067764
data/stars/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b812f84ab2ea39bb5f9238733e4c3fb64c224761c5ea3b94fc20dd61176bc8a
3
+ size 149926
data/wiki_pages/2011/10/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:662fbde89b6e5db5a13fa1047983f3784f8ca8fec957e4e68ac230ef7750ca8b
3
+ size 97065
stats.csv CHANGED
@@ -171,4 +171,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
171
  2011-09-28,73365,0,36191,5635,6370,2274,0,0,7628,2198,9272,722,0,972,1591,451,61,0,13053783,5.6,7362768,18.1,5.6,20.6
172
  2011-09-29,70323,0,35425,3835,5395,2216,0,0,7230,2156,10239,694,0,926,1718,425,64,0,12573321,5.7,7069321,20.7,5.7,20.7
173
  2011-09-30,68805,0,32614,3435,4779,2028,0,0,6732,2164,13041,1419,0,801,1353,376,63,0,11811553,7.1,6690617,21.1,7.1,22.8
174
- 2011-10-01,42038,0,21850,2209,2741,1098,0,0,4834,1367,5635,353,0,551,1038,326,36,0,7364176,5.8,4288347,14.8,5.8,0.0
 
 
171
  2011-09-28,73365,0,36191,5635,6370,2274,0,0,7628,2198,9272,722,0,972,1591,451,61,0,13053783,5.6,7362768,18.1,5.6,20.6
172
  2011-09-29,70323,0,35425,3835,5395,2216,0,0,7230,2156,10239,694,0,926,1718,425,64,0,12573321,5.7,7069321,20.7,5.7,20.7
173
  2011-09-30,68805,0,32614,3435,4779,2028,0,0,6732,2164,13041,1419,0,801,1353,376,63,0,11811553,7.1,6690617,21.1,7.1,22.8
174
+ 2011-10-01,42038,0,21850,2209,2741,1098,0,0,4834,1367,5635,353,0,551,1038,326,36,0,7364176,5.8,4288347,14.8,5.8,26.0
175
+ 2011-10-02,48992,0,25672,3364,3749,1149,0,0,5012,1335,6125,376,0,568,1302,298,42,0,8337427,6.6,4875313,18.1,6.6,0.0