tamnd commited on
Commit
c91f066
·
verified ·
1 Parent(s): fbadb3b

Add 2012-08-07 — 119.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 **2012-08-06** (416 days), totaling **32,810,205 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 7.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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,33 +71,33 @@ 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,829,689 events in 12056 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 381
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 362
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 253
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 414
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 493
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 587
92
  15:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 641
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 898
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.1K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
- 23:00 ████████████████████░░░░░░░░░░ 219.3K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████░░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 18.7M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
- | 2012 | 173 | 18,714,061 | 108,173 | 4.8 GB | 1.8 GB | 1h16m | 1h47m | 1h38m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ███████████████████████░░░░░░░ 6.7M
148
- 2012 ██████████████████████████████ 8.5M
149
  ```
150
 
151
 
@@ -153,14 +153,14 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████░░░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 965.1K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
- 2011 ██████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
  2012 ██████████████████████████████ 1.0M
165
  ```
166
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 15,197,899 | 46.3% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,702,173 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,417,159 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,381,830 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 108,741 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,273,006 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 994,251 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,603,479 | 17.1% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 291,569 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 374,796 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 626,427 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 29,280 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
 
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 **2012-08-07** (417 days), totaling **32,929,684 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 7.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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,831,651 events in 12069 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 381
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 362
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 297
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 414
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 494
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 587
92
  15:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 641
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 899
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.1K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 ████████████████████░░░░░░░░░░ 221.2K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████░░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 18.8M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
+ | 2012 | 174 | 18,833,540 | 108,238 | 4.8 GB | 1.8 GB | 1h17m | 1h48m | 1h38m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ███████████████████████░░░░░░░ 6.7M
148
+ 2012 ██████████████████████████████ 8.6M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████░░░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 972.2K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
+ 2011 ██████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
  2012 ██████████████████████████████ 1.0M
165
  ```
166
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 15,259,806 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,709,325 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,427,610 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,386,059 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 109,895 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,284,315 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 998,792 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,616,863 | 17.1% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 292,327 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 376,083 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 628,911 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 29,406 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2411c22cd42e6121d897b375584b9cd5b5ee75edf1dae1e8722a1d06f4b0df79
3
+ size 46339
data/creates/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f7acdfc1de3ca076d430d02e4d75f2c351fd3e4f0fe954cdfbe0f5e415208dc
3
+ size 459990
data/deletes/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8194a1c390c72f526140afad251288ebcf5491904830f95f3b8e200408dfb0d1
3
+ size 24654
data/forks/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f98f0bc3917b2f9d918217cff189abbbba8d9095e3353dc52e7e02866b68f9df
3
+ size 110724
data/issue_comments/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b25527e8a9a6eb6e4004f727c95ae6bb4d74ddc2c7adb854d936acb11813fb91
3
+ size 227388
data/issues/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b8910bdc92c1626c0bd9495b47a4e6aeaa03d7fc70fd1534c488014898293f6
3
+ size 157093
data/public_events/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48d38d9e9da4187416f991f2a87fce1ca0d461bde97caf0e90f0ad42bacc8440
3
+ size 6236
data/pull_requests/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d12f10c06d7e5043cfe51339430bf6e4f55df8d03ccf5535775e46a675dab418
3
+ size 784882
data/pushes/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd9770f47c5601c8000d4393e15610c76b56106b7596295fea13963d70a96f31
3
+ size 9419045
data/stars/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:605de4bf8dc4584c17afaed08d26a3e5647770d94e479a64d9804e3391857cc7
3
+ size 218335
data/wiki_pages/2012/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6880d9f6379d7492ca34e63d554676f001d50418ebb021c61494433ab38e04a3
3
+ size 175757
stats.csv CHANGED
@@ -414,4 +414,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
414
  2012-08-03,113698,656,59934,5656,9518,3928,0,955,12251,4012,12420,673,0,1311,2306,0,78,0,33209197,20.3,11244538,22.0,20.3,33.5
415
  2012-08-04,79548,417,45148,3970,5473,2201,0,299,8058,2601,8698,341,0,703,1567,0,72,0,22212992,13.8,7610791,20.9,13.8,26.9
416
  2012-08-05,89031,477,49691,4527,5379,2312,0,528,9434,3485,9903,441,0,895,1882,0,77,0,24764306,14.2,8376774,27.1,14.2,26.4
417
- 2012-08-06,115218,708,59189,5840,9283,3756,0,1063,13208,4171,13635,686,0,1416,2157,0,106,0,33847410,16.9,11481943,20.3,16.9,0.0
 
 
414
  2012-08-03,113698,656,59934,5656,9518,3928,0,955,12251,4012,12420,673,0,1311,2306,0,78,0,33209197,20.3,11244538,22.0,20.3,33.5
415
  2012-08-04,79548,417,45148,3970,5473,2201,0,299,8058,2601,8698,341,0,703,1567,0,72,0,22212992,13.8,7610791,20.9,13.8,26.9
416
  2012-08-05,89031,477,49691,4527,5379,2312,0,528,9434,3485,9903,441,0,895,1882,0,77,0,24764306,14.2,8376774,27.1,14.2,26.4
417
+ 2012-08-06,115218,708,59189,5840,9283,3756,0,1063,13208,4171,13635,686,0,1416,2157,0,106,0,33847410,16.9,11481943,20.3,16.9,38.9
418
+ 2012-08-07,119479,697,61907,7152,10451,4229,0,1154,11309,4541,13384,758,0,1287,2484,0,126,0,35681463,13.1,11630443,21.1,13.1,0.0