tamnd commited on
Commit
078acce
·
verified ·
1 Parent(s): 2c6dff5

Add 2013-08-05 — 245.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 **2013-08-04** (741 days), totaling **89,313,548 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 24.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.5 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,157,870 events in 2881 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 █████████████████████████████░ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
- 03:00 ██████████████████████████████ 272.8K
81
- 04:00 ███████████░░░░░░░░░░░░░░░░░░░ 105.5K
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,157,870 | 2881 |
107
 
108
 
109
  ### Live event schema
@@ -137,15 +137,15 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
- 2012 ████████████████████████░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 41.0M
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 | 207 | 40,960,563 | 197,877 | 12.5 GB | 3.9 GB | 2h07m | 5h26m | 2h43m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████████░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 21.0M
157
  ```
158
 
159
 
@@ -178,9 +178,9 @@ duckdb.sql("""
178
  ### Stars per year
179
 
180
  ```
181
- 2011 ██████████░░░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 █████████████████████████░░░░░ 3.3M
183
- 2013 ██████████████████████████████ 3.8M
184
  ```
185
 
186
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 44,130,655 | 49.4% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,050,348 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 7,536,853 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,432,276 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 617,408 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 8,516,177 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,159,527 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 12,248,474 | 13.7% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 721,981 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 14,804 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 921,786 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,734,650 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 81,826 | 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-08-05** (742 days), totaling **89,558,836 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 24.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.5 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,161,626 events in 2897 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 █████████████████████████████░ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
+ 03:00 ██████████████████████████████ 272.9K
81
+ 04:00 ███████████░░░░░░░░░░░░░░░░░░░ 109.1K
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,161,626 | 2897 |
107
 
108
 
109
  ### Live event schema
 
137
 
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
+ 2012 ████████████████████████░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 41.2M
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 | 208 | 41,205,851 | 198,105 | 12.6 GB | 3.9 GB | 2h08m | 5h27m | 2h43m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████████░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 21.1M
157
  ```
158
 
159
 
 
178
  ### Stars per year
179
 
180
  ```
181
+ 2011 ██████████░░░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 █████████████████████████░░░░░ 3.3M
183
+ 2013 ██████████████████████████████ 3.9M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 44,256,110 | 49.4% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,063,355 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 7,559,268 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,442,110 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 620,492 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 8,539,413 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,169,475 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 12,276,889 | 13.7% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 724,075 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 15,205 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 924,173 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,738,505 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 82,028 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50d03fa2f5cbcd721433852cb6cf81166a8e8e59f7d63c268f894723713c9c1
3
+ size 81964
data/creates/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7648463dc51c4d301e5b9782b05e64a3ecd2dc172f53ecde122e11db9d078613
3
+ size 1012463
data/deletes/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38a4b2102ff71e75f8a4d9d23fdcb1c4f4231ec175796a9f7082eae7434e6442
3
+ size 71163
data/forks/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdbd06780e1cbcc3f8aab177752b5905c26001f6db22bef82106a5f0b3b1a692
3
+ size 267557
data/issue_comments/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e91365ae8d712107cfc4821a9f554e03881fa7ce5b4090f721885b2c2c4ea2e7
3
+ size 551377
data/issues/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807d98a7a2db49e6f6738d3187a2e41d5e36d4b97255b3f7f59c321fff818f4d
3
+ size 335383
data/public_events/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d73779bb3e65970dc58f1b2f9025730ed93aa4f4e77701ce4931857a39f4491
3
+ size 9185
data/pull_requests/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d127aa2d4296635bab50f297c73d1b1ee39528a353609b56a910d20e797da41d
3
+ size 1802396
data/pushes/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3117dc9f7b723ea9aaf2d1863fae5887fab2e844d1da0e22d07fef8b121eba6d
3
+ size 20757796
data/stars/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc84b306eb6fd507ce5aa5aa86925d2ec337ff1f5a5ab79fd2c5313808791c67
3
+ size 511077
data/wiki_pages/2013/08/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64819051da2e5f9980f9a8fd5f2950ce6e7fcaf4f529e721c4dc8ed96b05f0a3
3
+ size 266714
stats.csv CHANGED
@@ -739,4 +739,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
739
  2013-08-01,244865,1049,123541,12915,21704,10136,0,2627,24252,11418,28440,2093,401,2240,3834,0,215,0,80967258,137.6,25389029,41.5,137.6,45.5
740
  2013-08-02,214748,908,109211,12029,19121,9010,0,2212,21667,9562,23612,1766,439,1634,3374,0,203,0,71211531,121.5,22121192,45.2,121.5,30.6
741
  2013-08-03,146403,496,76492,6534,9839,4556,0,915,14825,6677,18293,1220,250,1170,5019,0,117,0,45855056,53.7,14996444,38.3,53.7,35.5
742
- 2013-08-04,164186,504,89126,7919,12065,5019,0,1045,15980,6654,19902,1204,287,1248,3103,0,130,0,51501158,38.4,16439450,43.4,38.4,0.0
 
 
739
  2013-08-01,244865,1049,123541,12915,21704,10136,0,2627,24252,11418,28440,2093,401,2240,3834,0,215,0,80967258,137.6,25389029,41.5,137.6,45.5
740
  2013-08-02,214748,908,109211,12029,19121,9010,0,2212,21667,9562,23612,1766,439,1634,3374,0,203,0,71211531,121.5,22121192,45.2,121.5,30.6
741
  2013-08-03,146403,496,76492,6534,9839,4556,0,915,14825,6677,18293,1220,250,1170,5019,0,117,0,45855056,53.7,14996444,38.3,53.7,35.5
742
+ 2013-08-04,164186,504,89126,7919,12065,5019,0,1045,15980,6654,19902,1204,287,1248,3103,0,130,0,51501158,38.4,16439450,43.4,38.4,40.5
743
+ 2013-08-05,245288,955,125455,13007,22415,9834,0,3084,23236,9948,28415,2094,401,2387,3855,0,202,0,82498885,97.4,25667075,47.0,97.4,0.0