tamnd commited on
Commit
15a0f72
·
verified ·
1 Parent(s): e4d3598

Add 2012-11-01 — 145.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 **2012-10-31** (490 days), totaling **42,265,345 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 10.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.0 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,10 +71,10 @@ 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-28** — 193,365 events in 299 blocks
75
 
76
  ```
77
- 00:00 ██████████████████████████████ 193.4K
78
  01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
- | 2026-03-28 | 193,365 | 299 |
107
 
108
 
109
  ### Live event schema
@@ -136,14 +136,14 @@ duckdb.sql("""
136
  ## Events per year
137
 
138
  ```
139
- 2011 ██████████████░░░░░░░░░░░░░░░ 14.1M
140
- 2012 ██████████████████████████████ 28.2M
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
146
- | 2012 | 247 | 28,169,201 | 114,045 | 7.4 GB | 2.6 GB | 1h52m | 2h34m | 2h23m |
147
 
148
 
149
  ### Pushes per year
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
- | `pushes` | PushEvent | 20,027,694 | 47.4% | Git pushes with commits |
562
- | `issues` | IssuesEvent | 2,265,420 | 5.4% | Issue lifecycle events |
563
- | `issue_comments` | IssueCommentEvent | 3,281,483 | 7.8% | Comments on issues/PRs |
564
- | `pull_requests` | PullRequestEvent | 1,704,020 | 4.0% | PR lifecycle events |
565
- | `pr_review_comments` | PullRequestReviewCommentEvent | 187,760 | 0.4% | Line-level PR comments |
566
- | `stars` | WatchEvent | 4,124,990 | 9.8% | Repository stars |
567
- | `forks` | ForkEvent | 1,343,396 | 3.2% | Repository forks |
568
- | `creates` | CreateEvent | 6,777,391 | 16.0% | Branch/tag/repo creation |
569
- | `deletes` | DeleteEvent | 350,369 | 0.8% | Branch/tag deletion |
570
- | `commit_comments` | CommitCommentEvent | 472,256 | 1.1% | Comments on commits |
571
- | `wiki_pages` | GollumEvent | 820,071 | 1.9% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
573
- | `public_events` | PublicEvent | 38,111 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
 
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-11-01** (491 days), totaling **42,410,639 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 10.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.0 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-28** — 195,443 events in 303 blocks
75
 
76
  ```
77
+ 00:00 ██████████████████████████████ 195.4K
78
  01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 195,443 | 303 |
107
 
108
 
109
  ### Live event schema
 
136
  ## Events per year
137
 
138
  ```
139
+ 2011 ██████████████░░░░░░░░░░░░░░░ 14.1M
140
+ 2012 ██████████████████████████████ 28.3M
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
146
+ | 2012 | 248 | 28,314,495 | 114,171 | 7.5 GB | 2.6 GB | 1h53m | 2h34m | 2h23m |
147
 
148
 
149
  ### Pushes per year
 
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
+ | `pushes` | PushEvent | 20,103,557 | 47.4% | Git pushes with commits |
562
+ | `issues` | IssuesEvent | 2,272,855 | 5.4% | Issue lifecycle events |
563
+ | `issue_comments` | IssueCommentEvent | 3,293,167 | 7.8% | Comments on issues/PRs |
564
+ | `pull_requests` | PullRequestEvent | 1,709,105 | 4.0% | PR lifecycle events |
565
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 188,912 | 0.4% | Line-level PR comments |
566
+ | `stars` | WatchEvent | 4,137,347 | 9.8% | Repository stars |
567
+ | `forks` | ForkEvent | 1,349,110 | 3.2% | Repository forks |
568
+ | `creates` | CreateEvent | 6,796,420 | 16.0% | Branch/tag/repo creation |
569
+ | `deletes` | DeleteEvent | 351,235 | 0.8% | Branch/tag deletion |
570
+ | `commit_comments` | CommitCommentEvent | 473,830 | 1.1% | Comments on commits |
571
+ | `wiki_pages` | GollumEvent | 823,335 | 1.9% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
573
+ | `public_events` | PublicEvent | 38,245 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
data/commit_comments/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0708a9261d82560b722c66b754e4ab97fa708bef1ff0eb9b0e55f9a9fdaf498d
3
+ size 63366
data/creates/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc44e1a27e53000c5bd1eac987d161706d42c76f7b22a0b2d56392731d0389fd
3
+ size 655460
data/deletes/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab785c46097d1a66d0cb363930d0bef305c5fd4782959b4db820b8f33efe9ba2
3
+ size 30541
data/forks/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b08fbf88ebe579c828ec2eb0800b3efe4e84bbef69fbd5eedfd1c9f4eaea0eb9
3
+ size 155036
data/issue_comments/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20768da68206dccfba276b0311e40de0441704506ff617828c3ec48a2044fbe1
3
+ size 281788
data/issues/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04701df173c9fda662a406e9dbea76458eb93122246e6c4fbee8833009a59334
3
+ size 194018
data/public_events/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ad2425b8afbaada68898d6bd4dd1ff50d05ba70fee52e9b3c14e6b54ce18bf
3
+ size 6794
data/pull_requests/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4df04043bca2aa526ae72c79ae670a049684a649ec176374d953a0b620b8100e
3
+ size 971075
data/pushes/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5475c4a9db6a86fbaf0222c7710e3689fe68358ac0339513a301a924d7945c0b
3
+ size 11985574
data/stars/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee1b752ffa7c2288b96f2125706dd7556002e669b47ddeca7fc59d9bd102701
3
+ size 280634
data/wiki_pages/2012/11/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56e979a5f7443db9157a180e9d56b8c80a13e2105b360b959ff97a20047a192d
3
+ size 232011
stats.csv CHANGED
@@ -488,4 +488,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
488
  2012-10-28,108199,689,60101,5055,7971,3063,0,581,10175,4054,12612,516,0,878,2407,0,97,0,32189119,16.7,11146857,26.8,16.7,29.3
489
  2012-10-29,158648,1169,79071,9069,14333,5369,0,1433,13666,5720,23002,1031,0,1512,3098,0,175,0,46411238,22.8,15855539,25.1,22.8,166.5
490
  2012-10-30,157770,1202,81549,8527,14147,5839,0,1426,13912,5994,19045,1002,0,1736,3247,0,144,0,48076215,30.2,16162239,48.3,30.2,30.0
491
- 2012-10-31,150118,1213,77143,9705,12962,5490,0,1434,13409,5328,17633,1087,0,1646,2942,0,126,0,46053749,27.6,15130235,25.8,27.6,0.0
 
 
488
  2012-10-28,108199,689,60101,5055,7971,3063,0,581,10175,4054,12612,516,0,878,2407,0,97,0,32189119,16.7,11146857,26.8,16.7,29.3
489
  2012-10-29,158648,1169,79071,9069,14333,5369,0,1433,13666,5720,23002,1031,0,1512,3098,0,175,0,46411238,22.8,15855539,25.1,22.8,166.5
490
  2012-10-30,157770,1202,81549,8527,14147,5839,0,1426,13912,5994,19045,1002,0,1736,3247,0,144,0,48076215,30.2,16162239,48.3,30.2,30.0
491
+ 2012-10-31,150118,1213,77143,9705,12962,5490,0,1434,13409,5328,17633,1087,0,1646,2942,0,126,0,46053749,27.6,15130235,25.8,27.6,36.3
492
+ 2012-11-01,145294,1137,75863,7435,11684,5085,0,1152,12357,5714,19029,866,0,1574,3264,0,134,0,44261406,26.5,14856297,44.8,26.5,0.0