tamnd commited on
Commit
5873737
·
verified ·
1 Parent(s): 53e3300

Add 2013-09-15 — 184.9K 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 **2013-09-14** (776 days), totaling **97,114,828 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 26.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.2 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,14 +71,14 @@ 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** — 1,323,990 events in 3464 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
78
  01:00 █████████████████████████████░ 272.8K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 ██████████████████████████████ 273.6K
81
- 04:00 █████████████████████████████░ 270.6K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07: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 | 1,323,990 | 3464 |
107
 
108
 
109
  ### Live event schema
@@ -137,15 +137,15 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
- 2012 ████████████████████░░░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 48.8M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
- | 2013 | 242 | 48,761,843 | 201,495 | 14.9 GB | 4.6 GB | 2h26m | 6h40m | 3h10m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████░░░░░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 24.9M
157
  ```
158
 
159
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 48,046,317 | 49.5% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,500,012 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 8,255,381 | 8.5% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,736,835 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 700,591 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 9,250,256 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,473,985 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 13,201,848 | 13.6% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 805,538 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 28,136 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 990,573 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,858,298 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 88,642 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
 
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 **2013-09-15** (777 days), totaling **97,299,698 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 26.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.2 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** — 1,326,101 events in 3474 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
78
  01:00 █████████████████████████████░ 272.8K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 ██████████████████████████████ 273.6K
81
+ 04:00 █████████████████████████████░ 272.7K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,326,101 | 3474 |
107
 
108
 
109
  ### Live event schema
 
137
 
138
  ```
139
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
+ 2012 ████████████████████░░░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 48.9M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
+ | 2013 | 243 | 48,946,713 | 201,426 | 14.9 GB | 4.6 GB | 2h27m | 6h42m | 3h10m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████░░░░░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 25.0M
157
  ```
158
 
159
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 48,145,657 | 49.5% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,510,475 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 8,269,902 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,742,536 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 702,080 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 9,267,888 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,480,839 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 13,223,235 | 13.6% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 806,913 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 28,488 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 992,093 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,861,747 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 88,811 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f5416fb3e6aaa2a108fd2d5351ab61990ca54e4117096480cc67b16385a0183
3
+ size 56349
data/creates/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2c33e4bf347cef16c414d1504cad10f379fca7b55817166b2b923a8f4f330db
3
+ size 786329
data/deletes/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01866d15eacec25d7a192c3ec21a14d6c9a97961a6a9510203b0a6cad2349f9d
3
+ size 51294
data/forks/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a358052c7b8ef717bebe975372cfed556eadad2ec440f29dd337566519d66a78
3
+ size 192808
data/issue_comments/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fceede8db78e235e3b2b362eab8077bc23cc204bbe4acce62e75fb76fda806a
3
+ size 336794
data/issues/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dee2b8676d4f4f7b3d59e44e00ec54595e027bd67d7176c02c5af7c0964b2e60
3
+ size 245256
data/public_events/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a09164fbe0780369baa9ad59f4346ba41405781480ef8d5d0da13870e11419bd
3
+ size 7599
data/pull_requests/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:041228289488b72181914b70069a7a23b7e4c5f0ab6a031d6c6c498224022d35
3
+ size 1095363
data/pushes/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4760ae234a83bdad75bf3cb7b5c012c037e49aa647017027531b858b381feb7a
3
+ size 14419970
data/stars/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7795fcd3e32262680e23035c4b3f6f6e0725abafde2e1ab4f0ae667b60b3649d
3
+ size 399334
data/wiki_pages/2013/09/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf4a59a9fea8a6b912384f2e92e5e5d4b8316438d26e68731b3ddb0b4a3fbe1e
3
+ size 246107
stats.csv CHANGED
@@ -774,4 +774,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
774
  2013-09-11,262841,1292,130771,15381,26491,10812,0,3049,21665,9827,33386,3097,417,2387,3991,0,275,0,86646620,146.1,26557524,31.2,146.1,42.9
775
  2013-09-12,268535,1442,134493,16234,23439,11030,0,3281,23479,9899,34666,2951,480,2493,4387,0,261,0,88959473,156.0,26821193,55.0,156.0,52.9
776
  2013-09-13,228401,1123,118533,12095,20740,9488,0,2740,20876,8272,25685,2288,509,2212,3644,0,196,0,76614855,130.6,23199870,33.6,130.6,102.4
777
- 2013-09-14,168490,731,85869,12649,18797,5119,0,976,14490,5847,18531,1163,312,1293,2593,0,120,0,49669642,89.8,15590326,36.5,89.8,0.0
 
 
774
  2013-09-11,262841,1292,130771,15381,26491,10812,0,3049,21665,9827,33386,3097,417,2387,3991,0,275,0,86646620,146.1,26557524,31.2,146.1,42.9
775
  2013-09-12,268535,1442,134493,16234,23439,11030,0,3281,23479,9899,34666,2951,480,2493,4387,0,261,0,88959473,156.0,26821193,55.0,156.0,52.9
776
  2013-09-13,228401,1123,118533,12095,20740,9488,0,2740,20876,8272,25685,2288,509,2212,3644,0,196,0,76614855,130.6,23199870,33.6,130.6,102.4
777
+ 2013-09-14,168490,731,85869,12649,18797,5119,0,976,14490,5847,18531,1163,312,1293,2593,0,120,0,49669642,89.8,15590326,36.5,89.8,28.6
778
+ 2013-09-15,184870,618,99340,10463,14521,5701,0,1489,17632,6854,21387,1375,352,1520,3449,0,169,0,57502426,105.5,17837203,42.9,105.5,0.0