tamnd commited on
Commit
a77159a
·
1 Parent(s): 1b344b5

Add 2011-07-02 — 34.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-07-01** (93 days), totaling **4,771,024 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 867.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 403.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,26 +71,26 @@ 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** — 489,971 events in 2868 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 73
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 63
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 105
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 130
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 266
93
- 16:00 █░░░░░░░��░░░░░░░░░░░░░░░░░░░░░ 378
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.9K
96
  19:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 44.6K
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 93 | 4,771,024 | 51,301 | 867.5 MB | 403.6 MB | 15m34s | 19m26s | 37m21s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 218.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 106.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 472.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 | 2,183,110 | 45.8% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 218,088 | 4.6% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 217,568 | 4.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 106,026 | 2.2% | PR lifecycle events |
554
- | `stars` | WatchEvent | 472,192 | 9.9% | Repository stars |
555
- | `forks` | ForkEvent | 124,707 | 2.6% | Repository forks |
556
- | `creates` | CreateEvent | 565,586 | 11.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 54,376 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 60,369 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 98,649 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 26,817 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 3,930 | 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-02** (94 days), totaling **4,804,998 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 873.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 407.2 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,000 events in 2883 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 73
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 105
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.9K
96
  19:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 44.6K
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 94 | 4,804,998 | 51,117 | 873.5 MB | 407.2 MB | 15m39s | 19m30s | 37m46s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 219.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 106.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 476.0K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,201,257 | 45.8% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 219,704 | 4.6% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 219,634 | 4.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 106,850 | 2.2% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 476,012 | 9.9% | Repository stars |
555
+ | `forks` | ForkEvent | 125,842 | 2.6% | Repository forks |
556
+ | `creates` | CreateEvent | 570,153 | 11.9% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 54,645 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 60,798 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 99,469 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 27,074 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 3,954 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f164f4db5f33bbef1485d948859ff45d0133b692ccd6261e493ba31573c39021
3
+ size 25801
data/creates/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b00f417332c1c681aa91304eaaeb3c73c41b17881886768e2d9161d27a216cc
3
+ size 188627
data/deletes/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a19a483100d60281fc806d058875e50201488f713a59fb8286ee8f7f6cc4748
3
+ size 13783
data/forks/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e80c73087521a13689d1d57c8c3549361414fc63f6a85684c3ff6b1411b1b8b
3
+ size 61158
data/issues/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e509b1a3fa7d9269dbff774c8fea1ec8119a0aa2bc8979b87e5dda8f8c80ddc
3
+ size 60098
data/members/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5cebe4865efa332c9adfc80a69c2f45963351f3ce4cfae6b8970497c188bff2
3
+ size 12332
data/public_events/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeef6c1e606625430062ce9e3425874e615daab0c9369c912994561aed1cf8e7
3
+ size 3531
data/pull_requests/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cdf727cb4d2a35646995297d624ee382a5f2362f405abe756a9689fae5da859
3
+ size 60839
data/pushes/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385a4fc9523c67dc756b0432682fdc7f83b7a8cf60a6ef135fd98e70977b6232
3
+ size 3134559
data/stars/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ce0bc05cc9862793d3bc95b4351aaec25927a65d375b55cef54790d5713514
3
+ size 114454
data/wiki_pages/2011/07/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6db021efb7493a96cd720c340b7360f0fdca86b29c364c4f90b2904b109c9c7
3
+ size 62930
stats.csv CHANGED
@@ -91,4 +91,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
91
  2011-06-28,82404,0,28628,5797,4838,1694,0,0,6482,1995,6845,547,0,912,1211,332,69,0,14096641,13.0,5633982,19.8,13.0,25.1
92
  2011-06-29,57637,0,29829,2724,4006,1833,0,0,6101,1915,7648,1183,0,815,1237,301,45,0,10836504,15.1,5930021,7.6,15.1,26.8
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,0.0
 
 
91
  2011-06-28,82404,0,28628,5797,4838,1694,0,0,6482,1995,6845,547,0,912,1211,332,69,0,14096641,13.0,5633982,19.8,13.0,25.1
92
  2011-06-29,57637,0,29829,2724,4006,1833,0,0,6101,1915,7648,1183,0,815,1237,301,45,0,10836504,15.1,5930021,7.6,15.1,26.8
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,0.0