tamnd commited on
Commit
475fe3d
·
1 Parent(s): f1e1a24

Add 2011-05-10 — 51.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-04-27** (52 days), totaling **2,165,256 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 408.4 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 215.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,14 +71,14 @@ 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** — 361,618 events in 2063 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 78
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 47
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 42
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 47
@@ -86,13 +86,13 @@ Events from today are captured in near-real-time from the GitHub Events API and
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 83
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 211
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
94
  17:00 ███████████████░░░░░░░░░░░░░░░ 120.3K
95
- 18:00 ██████████████████████████████ 239.8K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21: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 | 52 | 2,165,256 | 41,639 | 408.4 MB | 215.3 MB | 7m21s | 8m50s | 19m57s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 99.6K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 52.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 255.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 | 1,181,966 | 54.6% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 99,603 | 4.6% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 59,131 | 2.7% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 52,178 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 255,228 | 11.8% | Repository stars |
555
- | `forks` | ForkEvent | 65,235 | 3.0% | Repository forks |
556
- | `creates` | CreateEvent | 315,935 | 14.6% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 30,425 | 1.4% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 31,606 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 56,652 | 2.6% | Wiki page edits |
560
- | `members` | MemberEvent | 15,243 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 2,054 | 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-05-10** (53 days), totaling **2,216,710 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 417.1 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 219.7 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** — 361,653 events in 2080 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 78
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 47
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 53
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 42
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 47
 
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 90
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 116
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
94
  17:00 ███████████████░░░░░░░░░░░░░░░ 120.3K
95
+ 18:00 ██████████████████████████████ 239.9K
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 | 53 | 2,216,710 | 41,824 | 417.1 MB | 219.7 MB | 7m28s | 9m08s | 19m57s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 103.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 53.5K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 260.3K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 1,206,052 | 54.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 103,684 | 4.7% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 63,308 | 2.9% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 53,458 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 260,256 | 11.7% | Repository stars |
555
+ | `forks` | ForkEvent | 66,616 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 324,917 | 14.7% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 30,822 | 1.4% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 32,416 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 57,527 | 2.6% | Wiki page edits |
560
+ | `members` | MemberEvent | 15,545 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 2,109 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db260a6b192c5abeb90c3c29d421a827e915a7b9b7ae24acf1920cec2bd58f52
3
+ size 38070
data/creates/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0784a4c4575c92f915aea881ca39c4531af0caae505f9ba55dfabaad74d566a2
3
+ size 156938
data/deletes/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97f5666569af7a5af67aad6598fe1c64d94e9bc4cc735bcf7940de57c68f3339
3
+ size 17452
data/forks/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46cf53c11ca5838081a68023b79595835ac8374735910368aa0efa3b6cf44761
3
+ size 57459
data/issues/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09baa6eb57ad6a5380cab4993c70f0442049b327772a1cf58a99959f82e8b138
3
+ size 93412
data/members/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5babbf31e69f107c0e8289d9be82332538a06f99597d88dfef63d3df251bc4d
3
+ size 15118
data/public_events/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a67d829782b0e71825fd6a4277776cf0edb101859f04478ed64bd2e6d12139
3
+ size 4499
data/pull_requests/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d6e47b892b6818e26c3076680dadf89d3daa7918b2731140d7007c23b46431b
3
+ size 81781
data/pushes/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfbc689d913921b969cf0b9cb32b51e361906a6baf33f5b2087c64a5257e0963
3
+ size 3869874
data/stars/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:322092e3f31f18e5b6c478515a2094912c284282c025f2aa6a4119d818583025
3
+ size 157365
data/wiki_pages/2011/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd2cb0324f6c78cc07a121b2786c8811848a16da4243de42b6c84af33f48594d
3
+ size 52328
stats.csv CHANGED
@@ -51,3 +51,4 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
51
  2011-04-25,39853,0,21398,1793,2464,961,0,0,4642,1151,4807,827,0,590,795,386,39,0,7764517,5.1,3967767,7.2,5.1,20.8
52
  2011-04-26,48797,0,25623,2202,3003,1375,0,0,5939,2115,5810,653,0,596,1083,356,42,0,9643112,6.9,5003120,5.7,6.9,21.4
53
  2011-04-27,43925,0,23493,2170,2867,1278,0,0,4914,1395,5252,429,0,706,1047,322,52,0,8761524,6.0,4699389,13.8,6.0,20.0
 
 
51
  2011-04-25,39853,0,21398,1793,2464,961,0,0,4642,1151,4807,827,0,590,795,386,39,0,7764517,5.1,3967767,7.2,5.1,20.8
52
  2011-04-26,48797,0,25623,2202,3003,1375,0,0,5939,2115,5810,653,0,596,1083,356,42,0,9643112,6.9,5003120,5.7,6.9,21.4
53
  2011-04-27,43925,0,23493,2170,2867,1278,0,0,4914,1395,5252,429,0,706,1047,322,52,0,8761524,6.0,4699389,13.8,6.0,20.0
54
+ 2011-05-10,51454,0,24086,4081,4177,1280,0,0,5028,1381,8982,397,0,810,875,302,55,0,9085660,18.1,4544296,6.9,18.1,0.0