tamnd commited on
Commit
d63dfa8
·
1 Parent(s): 939d634

Add 2011-07-10 — 37.2K 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-09** (101 days), totaling **5,153,654 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 933.3 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 440.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,7 +71,7 @@ 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** — 513,496 events in 3019 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 87
@@ -80,20 +80,20 @@ Events from today are captured in near-real-time from the GitHub Events API and
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 76
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 57
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 72
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 101
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 97
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 323.0K
96
- 19:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 68.0K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22: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 | 101 | 5,153,654 | 51,026 | 933.3 MB | 440.4 MB | 17m58s | 20m20s | 41m50s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 243.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 116.3K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 512.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,378,770 | 46.2% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 242,955 | 4.7% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 248,962 | 4.8% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 116,315 | 2.3% | PR lifecycle events |
554
- | `stars` | WatchEvent | 512,209 | 9.9% | Repository stars |
555
- | `forks` | ForkEvent | 135,755 | 2.6% | Repository forks |
556
- | `creates` | CreateEvent | 613,938 | 11.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 58,299 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 65,770 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 107,596 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 29,223 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 4,256 | 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-10** (102 days), totaling **5,190,889 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 939.7 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 444.0 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** — 515,781 events in 3039 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 87
 
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 76
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 74
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 111
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 101
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 97
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 156
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 323.0K
96
+ 19:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 70.2K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 102 | 5,190,889 | 50,891 | 939.7 MB | 444.0 MB | 18m16s | 20m24s | 42m20s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 244.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 117.3K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 516.6K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,398,257 | 46.2% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 244,816 | 4.7% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 251,253 | 4.8% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 117,266 | 2.3% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 516,645 | 10.0% | Repository stars |
555
+ | `forks` | ForkEvent | 136,879 | 2.6% | Repository forks |
556
+ | `creates` | CreateEvent | 619,037 | 11.9% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 58,704 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 66,260 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 108,491 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 29,389 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 4,286 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88bf2abe1d80b2a1966eba6bc6d74d6210ccb9ada25b42b9bcff2fd498d80af4
3
+ size 27675
data/creates/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe0f38c776996a97511c4f7e8d30840e2dd75d0e33f7f198fcfcc14f2055deb3
3
+ size 214566
data/deletes/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2cce50f282474700de6e77c8ecd053dfcaa4d6b4161022ae1178e74934ed60a
3
+ size 17966
data/forks/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d98b13b3e830849f631bf057c8b74a5b69ae94d1bbc83be9fb9eb12c53d3a5
3
+ size 60975
data/issues/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea7e354321013772a8dfc4d36dfbdbf6cdd980b6c706b1fa711bfc603f68a2f
3
+ size 65663
data/members/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a769df7cf355437b699397cd7191336792e11663c49d6645a1c4fd45516899a5
3
+ size 10114
data/public_events/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a873ca93188cb515986219db9f9edd23c7089efafbcc37d3aa951ac2993956
3
+ size 3731
data/pull_requests/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5f398e7a30716e545fc4bafae706cd7d5ccaf1867a756d329629cc6919e3257
3
+ size 63961
data/pushes/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4de1db2e5818592895f4bcf650fd5754e3d36ba06c33f8552e37189cc80e084f
3
+ size 3167085
data/stars/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b245bca31970e1875260fef1341420279cbb79202a399e0d99b07bab77de6da
3
+ size 128782
data/wiki_pages/2011/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a704d1be9a9f3c40e17d5c379c93b7c607816b8090b8cb744967c37476039ecb
3
+ size 68275
stats.csv CHANGED
@@ -99,4 +99,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
99
  2011-07-06,59903,0,30191,3876,5271,1777,0,0,6192,1757,7529,584,0,828,1524,335,39,0,11088651,9.2,6103010,16.1,9.2,29.6
100
  2011-07-07,59146,0,29736,4563,5930,1724,0,0,5661,1718,6759,711,0,781,1195,316,52,0,10569418,8.5,5832893,21.0,8.5,30.5
101
  2011-07-08,55125,0,27858,4357,5228,1497,0,0,5247,1493,6659,530,0,649,1240,320,47,0,9480776,7.5,5182630,17.6,7.5,29.9
102
- 2011-07-09,37227,0,19703,2248,2938,992,0,0,3929,976,4674,335,0,506,685,206,35,0,6792863,4.5,3892436,25.7,4.5,0.0
 
 
99
  2011-07-06,59903,0,30191,3876,5271,1777,0,0,6192,1757,7529,584,0,828,1524,335,39,0,11088651,9.2,6103010,16.1,9.2,29.6
100
  2011-07-07,59146,0,29736,4563,5930,1724,0,0,5661,1718,6759,711,0,781,1195,316,52,0,10569418,8.5,5832893,21.0,8.5,30.5
101
  2011-07-08,55125,0,27858,4357,5228,1497,0,0,5247,1493,6659,530,0,649,1240,320,47,0,9480776,7.5,5182630,17.6,7.5,29.9
102
+ 2011-07-09,37227,0,19703,2248,2938,992,0,0,3929,976,4674,335,0,506,685,206,35,0,6792863,4.5,3892436,25.7,4.5,29.4
103
+ 2011-07-10,37235,0,19487,1861,2291,951,0,0,4436,1124,5099,405,0,490,895,166,30,0,6669866,4.4,3828793,17.8,4.4,0.0