tamnd commited on
Commit
f9e6a0b
·
verified ·
1 Parent(s): bba6787

Add 2013-01-07 — 171.7K 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-01-06** (540 days), totaling **49,151,016 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 12.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.6 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,11 +71,11 @@ 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** — 394,593 events in 764 blocks
75
 
76
  ```
77
- 00:00 ██████████████████████████████ 234.9K
78
- 01:00 ████████████████████░░░░░░░░░░ 159.6K
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04: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 | 394,593 | 764 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 798.0K
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 | 6 | 798,031 | 133,005 | 242.3 MB | 74.2 MB | 2m56s | 4m24s | 3m12s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 401.7K
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45.6K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25.7K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 82.1K
184
  ```
185
 
186
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 23,570,165 | 48.0% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 2,719,767 | 5.5% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 3,855,235 | 7.8% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 1,934,833 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 244,749 | 0.5% | Line-level PR comments |
572
- | `stars` | WatchEvent | 4,753,930 | 9.7% | Repository stars |
573
- | `forks` | ForkEvent | 1,609,342 | 3.3% | Repository forks |
574
- | `creates` | CreateEvent | 7,595,239 | 15.5% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 397,191 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 542,493 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 966,542 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 44,364 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
 
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-01-07** (541 days), totaling **49,322,728 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 12.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.7 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** — 394,627 events in 780 blocks
75
 
76
  ```
77
+ 00:00 ██████████████████████████████ 235.0K
78
+ 01:00 ████████████████████░░░░░░░░░░ 159.7K
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 394,627 | 780 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 969.7K
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 | 7 | 969,743 | 138,534 | 297.2 MB | 90.7 MB | 3m31s | 4m56s | 3m51s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 487.3K
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 55.1K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 32.1K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98.9K
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 23,655,720 | 48.0% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 2,729,176 | 5.5% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 3,871,791 | 7.8% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 1,941,221 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 246,552 | 0.5% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 4,770,736 | 9.7% | Repository stars |
573
+ | `forks` | ForkEvent | 1,616,325 | 3.3% | Repository forks |
574
+ | `creates` | CreateEvent | 7,615,435 | 15.4% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 398,490 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 544,353 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 970,129 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 44,555 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1237164c126d85ae33c89b51514c1738f6ba926b4f7b6d1f2f2b3572c6415a77
3
+ size 66384
data/creates/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f473952ec855231a35a950ec61fb05e2510d6f19d0f69098f447f50bc4a2761f
3
+ size 782455
data/deletes/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b676cc2a4f1b5f046c5f2bbe7098104193221e20a37d87cb807883aac970d8ef
3
+ size 44367
data/forks/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d02334149c15e4d2fd31b7d9d1b803c681427a1be00d2d48939f17eaea86db5
3
+ size 186091
data/issue_comments/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3424030381fb11ff10a93ee8a43bc3fc51f08bf414c28f6916dd7c2efde22b
3
+ size 395280
data/issues/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92153404f8de80fd0ebdf7f7fc9d12dd5314c98556594a8f3422171376a243dc
3
+ size 238639
data/public_events/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42872239a591fbaa0a07f8b21d1af4a93531c87ac402cf9b893d6512f2fcbb77
3
+ size 8621
data/pull_requests/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9325ac20f750c215a2c7b8f6dee4a0c412e0ed6f691f3f74e69baae5eec3722
3
+ size 1263944
data/pushes/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15c3b762b7c85c17696a898f011425b9ccfde4895530b76c3c5b9beb831be6b
3
+ size 13805517
data/stars/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51a654164d2d12b05170da1ac57461fa21255fcfd6af3c4c2d8e9030e311ee48
3
+ size 381303
data/wiki_pages/2013/01/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca6168d49804e9a1b143366099ddc040eba739e70aad5907dee7a36471282a69
3
+ size 183463
stats.csv CHANGED
@@ -538,4 +538,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
538
  2013-01-03,166024,895,78656,8033,13720,5674,0,1410,15835,6490,29179,1112,0,1744,3117,0,159,0,52461276,64.0,16032230,29.6,64.0,32.1
539
  2013-01-04,152773,798,75899,9859,13955,5727,0,1260,15683,6063,17347,1168,0,1606,3268,0,140,0,50407881,36.2,15234287,30.8,36.2,37.1
540
  2013-01-05,114543,614,59961,5928,8804,3303,0,720,12232,4829,13919,808,0,983,2345,0,97,0,36014176,20.8,10899890,33.3,20.8,40.5
541
- 2013-01-06,123807,647,65854,6587,9610,3480,0,812,12703,4992,14513,832,0,1269,2410,0,98,0,38992081,23.9,12135590,25.0,23.9,0.0
 
 
538
  2013-01-03,166024,895,78656,8033,13720,5674,0,1410,15835,6490,29179,1112,0,1744,3117,0,159,0,52461276,64.0,16032230,29.6,64.0,32.1
539
  2013-01-04,152773,798,75899,9859,13955,5727,0,1260,15683,6063,17347,1168,0,1606,3268,0,140,0,50407881,36.2,15234287,30.8,36.2,37.1
540
  2013-01-05,114543,614,59961,5928,8804,3303,0,720,12232,4829,13919,808,0,983,2345,0,97,0,36014176,20.8,10899890,33.3,20.8,40.5
541
+ 2013-01-06,123807,647,65854,6587,9610,3480,0,812,12703,4992,14513,832,0,1269,2410,0,98,0,38992081,23.9,12135590,25.0,23.9,39.6
542
+ 2013-01-07,171712,1079,85555,9409,16556,6388,0,1803,16806,6983,20196,1299,0,1860,3587,0,191,0,57517723,32.6,17356064,34.7,32.6,0.0