tamnd commited on
Commit
8274992
·
verified ·
1 Parent(s): 9941ae3

Add 2011-12-02 — 85.3K 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-12-01** (213 days), totaling **11,976,947 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 2.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.1 GB 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,31 +71,31 @@ 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** — 1,106,910 events in 6804 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 130
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 451
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 613
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.1K
98
- 21:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 38.0K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -131,32 +131,32 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 12.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 213 | 11,976,947 | 56,229 | 2.2 GB | 1.1 GB | 55m17s | 45m06s | 1h38m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 5.7M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 633.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 313.8K
160
  ```
161
 
162
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 5,733,814 | 47.9% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 633,104 | 5.3% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 783,258 | 6.5% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 313,818 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,215,488 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 339,881 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,701,526 | 14.2% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 139,052 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 149,895 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 247,556 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 69,056 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 10,893 | 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-12-02** (214 days), totaling **12,062,217 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 2.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.1 GB 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** — 1,109,005 events in 6829 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
88
+ 11:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 232
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 451
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 614
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.1K
98
+ 21:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 40.1K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 12.1M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 214 | 12,062,217 | 56,365 | 2.3 GB | 1.1 GB | 55m37s | 45m15s | 1h38m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 5.8M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 636.6K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 316.2K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,771,591 | 47.8% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 636,631 | 5.3% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 788,634 | 6.5% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 316,190 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,223,142 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 342,206 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,723,832 | 14.3% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 140,094 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 150,802 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 249,060 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 69,474 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 10,955 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59838d946af6d6b5503d303bcc7cb340bfb10367b76e41d0ceb16114773da286
3
+ size 138614
data/creates/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba4a499ad99293f0932cfc11663f8851c01f26e735f5cb114bff2af16974efd0
3
+ size 429139
data/deletes/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a1464b888126fda1ce9dbb59d991a65eb8b670887231f6fae74b4f73f6eb69a
3
+ size 31055
data/forks/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0307debc30dc641235b2086f2c1e067849c49f82837d7c58fee78f4119c8957f
3
+ size 212520
data/issues/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45d088928c5db029659979b32a1a70b55c4a1c065b13c9183de00ab8d07deb75
3
+ size 789706
data/members/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c2145e680d35e97013d7a8f70d8fe387e64c2321bae7ffb8b0a3de3c8b519b3
3
+ size 20900
data/public_events/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e955f5af54bcd262aae3555f5a836f00b47acea0a1e7138c8a35231eadc721
3
+ size 5259
data/pull_requests/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8aeb5d279783df30077f5c6b083591800c8bf4045cefe8eb4b170775974142b
3
+ size 426611
data/pushes/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b64d17d3d6b13a2173f832a47ef1940ae7b9e96928d08f67aa88fe8c03f43039
3
+ size 8155532
data/stars/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa3d7cf7e15256a8379a22267df2b93c48959c407f0edf29fd13214252249295
3
+ size 254528
data/wiki_pages/2011/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240e3691c52ea403220e5b2362939bdc231c0e1dba05a63d0c4a84bf87c53976
3
+ size 86449
stats.csv CHANGED
@@ -211,4 +211,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
211
  2011-11-28,80484,0,36600,5794,9701,2264,0,0,7333,1942,13227,654,0,961,1562,377,69,0,22026925,13.2,10712646,32.1,13.2,27.0
212
  2011-11-29,101701,0,34260,12898,23319,2088,0,0,6979,2066,16529,609,0,1019,1414,463,57,0,26204872,17.9,11151899,20.2,17.9,27.9
213
  2011-11-30,78831,0,38026,5076,6064,2400,0,0,7511,2361,13601,730,0,907,1599,483,73,0,21758401,11.2,10750994,18.2,11.2,29.5
214
- 2011-12-01,90051,0,42363,4201,6255,2941,0,0,8927,2438,18559,822,0,1020,1896,552,77,0,24307839,10.9,12132867,20.7,10.9,0.0
 
 
211
  2011-11-28,80484,0,36600,5794,9701,2264,0,0,7333,1942,13227,654,0,961,1562,377,69,0,22026925,13.2,10712646,32.1,13.2,27.0
212
  2011-11-29,101701,0,34260,12898,23319,2088,0,0,6979,2066,16529,609,0,1019,1414,463,57,0,26204872,17.9,11151899,20.2,17.9,27.9
213
  2011-11-30,78831,0,38026,5076,6064,2400,0,0,7511,2361,13601,730,0,907,1599,483,73,0,21758401,11.2,10750994,18.2,11.2,29.5
214
+ 2011-12-01,90051,0,42363,4201,6255,2941,0,0,8927,2438,18559,822,0,1020,1896,552,77,0,24307839,10.9,12132867,20.7,10.9,25.1
215
+ 2011-12-02,85270,0,37777,3527,5376,2372,0,0,7654,2325,22306,1042,0,907,1504,418,62,0,21154484,9.1,10550313,19.7,9.1,0.0