tamnd commited on
Commit
a89d33c
·
1 Parent(s): ed69388

Add 2011-04-10 — 36.6K 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-09** (34 days), totaling **1,362,773 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 260.3 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 139.1 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,27 +71,27 @@ 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** — 120,455 events in 730 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 38
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 26
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 105
94
- 17:00 ██████████████████████████████ 119.8K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20: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 | 34 | 1,362,773 | 40,081 | 260.3 MB | 139.1 MB | 5m17s | 6m56s | 13m12s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 763.9K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 57.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 33.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 161.4K
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 | 763,898 | 56.1% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 57,060 | 4.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 3,589 | 0.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 33,417 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 161,381 | 11.8% | Repository stars |
555
- | `forks` | ForkEvent | 41,964 | 3.1% | Repository forks |
556
- | `creates` | CreateEvent | 213,008 | 15.6% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 20,246 | 1.5% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 19,915 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 36,971 | 2.7% | Wiki page edits |
560
- | `members` | MemberEvent | 10,006 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 1,318 | 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-10** (35 days), totaling **1,399,422 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 266.9 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 142.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** — 120,480 events in 742 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 28
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
94
+ 17:00 ██████████████████████████████ 119.9K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 35 | 1,399,422 | 39,983 | 266.9 MB | 142.6 MB | 5m23s | 7m01s | 13m36s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 783.5K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 59.3K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 34.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 165.8K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 783,475 | 56.0% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 59,266 | 4.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 5,747 | 0.4% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 34,201 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 165,794 | 11.8% | Repository stars |
555
+ | `forks` | ForkEvent | 42,935 | 3.1% | Repository forks |
556
+ | `creates` | CreateEvent | 217,441 | 15.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 20,528 | 1.5% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 20,441 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 38,043 | 2.7% | Wiki page edits |
560
+ | `members` | MemberEvent | 10,198 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 1,353 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35873a8f50e98e51d9ad82ec26cf4a228a63f3e736c408b70d2fddebe2b4ca91
3
+ size 28659
data/creates/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70f894da938b52643ea5ab677d21d2383382d4f0e0b6480a80149ef7f2447977
3
+ size 112471
data/deletes/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf72464702e1781c47544e13d91ebdd6a4bd08544fe378ffb654d4892896fb69
3
+ size 13266
data/forks/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd050ea84a2f5e02bb3bc3b8a4fd9fd364479da115b3f8008a30e9ea07746e0
3
+ size 42206
data/issues/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de1098dd00008c28a56864e24a0da4736e9b5fc5443fb41dec23237d3d13f83
3
+ size 75593
data/members/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aefa4bb4443214c79329065ec442b1e366c064886687647519e3381b4d47741a
3
+ size 10768
data/public_events/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:055583a155deb5a12c327ffab02c1a6f45674da43f3ccfc9d15521da4ff09c93
3
+ size 3707
data/pull_requests/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bd7a556802d0a27fcd7a964b48ab6525f1305fa84a1e207897abdbd28ed049e
3
+ size 58929
data/pushes/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c667e2b621fe66585a8eb5622d2978539f4a7cd87c6ba83fa8a6c6edc98bfa79
3
+ size 3162128
data/stars/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75456d496d94c88876d516e73bc7a61eb08e0cab992f73a41901b48071937477
3
+ size 128766
data/wiki_pages/2011/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b3238c86fd472a4abba1df53526a38f552577dfd0c1f7b8f56c160ed52653f
3
+ size 60289
stats.csv CHANGED
@@ -32,4 +32,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
32
  2011-04-06,43752,0,25360,1796,0,1095,0,0,5245,1477,6135,523,0,610,1097,370,44,0,9078610,5.5,4917043,6.4,5.5,22.5
33
  2011-04-07,43419,0,25052,1603,0,1031,0,0,5543,1474,6216,461,0,612,1053,323,51,0,8931742,6.8,4753433,6.4,6.8,23.1
34
  2011-04-08,45199,0,24290,2135,2069,1007,0,0,5519,1423,6161,447,0,671,1105,339,33,0,8940947,8.2,4610325,5.9,8.2,24.0
35
- 2011-04-09,31521,0,17252,1092,1520,656,0,0,3716,1146,4431,240,0,359,865,228,16,0,6126736,5.5,3135270,17.8,5.5,0.0
 
 
32
  2011-04-06,43752,0,25360,1796,0,1095,0,0,5245,1477,6135,523,0,610,1097,370,44,0,9078610,5.5,4917043,6.4,5.5,22.5
33
  2011-04-07,43419,0,25052,1603,0,1031,0,0,5543,1474,6216,461,0,612,1053,323,51,0,8931742,6.8,4753433,6.4,6.8,23.1
34
  2011-04-08,45199,0,24290,2135,2069,1007,0,0,5519,1423,6161,447,0,671,1105,339,33,0,8940947,8.2,4610325,5.9,8.2,24.0
35
+ 2011-04-09,31521,0,17252,1092,1520,656,0,0,3716,1146,4431,240,0,359,865,228,16,0,6126736,5.5,3135270,17.8,5.5,23.5
36
+ 2011-04-10,36649,0,19577,2206,2158,784,0,0,4413,971,4433,282,0,526,1072,192,35,0,6941125,5.7,3696782,5.7,5.7,0.0