tamnd commited on
Commit
e924537
·
verified ·
1 Parent(s): a7fab48

Add 2013-09-29 — 191.6K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ 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-28** (790 days), totaling **100,267,705 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 27.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.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
 
@@ -71,7 +71,7 @@ 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,371,839 events in 3604 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
@@ -79,7 +79,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █████████████████████████████░ 271.7K
80
  03:00 █████████████████████████████░ 273.6K
81
  04:00 ██████████████████████████████ 279.6K
82
- 05:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 38.8K
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08: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,371,839 | 3604 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████░░░░░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 51.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 | 256 | 51,914,720 | 202,791 | 15.8 GB | 4.9 GB | 2h36m | 7h12m | 3h20m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████░░░░░░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 26.5M
157
  ```
158
 
159
 
@@ -179,7 +179,7 @@ duckdb.sql("""
179
 
180
  ```
181
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.4M
182
- 2012 ███████████████████░░░░░░░░░░ 3.3M
183
  2013 ██████████████████████████████ 4.9M
184
  ```
185
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 49,659,687 | 49.5% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,679,320 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 8,538,487 | 8.5% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,862,902 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 734,701 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 9,548,925 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,603,955 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 13,559,962 | 13.5% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 832,686 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 33,909 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 1,018,545 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,908,670 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 91,636 | 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-29** (791 days), totaling **100,459,332 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 27.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.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
 
 
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,375,628 events in 3617 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
79
  02:00 █████████████████████████████░ 271.7K
80
  03:00 █████████████████████████████░ 273.6K
81
  04:00 ██████████████████████████████ 279.6K
82
+ 05:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 42.5K
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,375,628 | 3617 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████░░░░░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 52.1M
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 | 257 | 52,106,347 | 202,748 | 15.9 GB | 4.9 GB | 2h36m | 7h13m | 3h21m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████░░░░░░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 26.6M
157
  ```
158
 
159
 
 
179
 
180
  ```
181
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.4M
182
+ 2012 ███████████████████░░░░░░░░░░ 3.3M
183
  2013 ██████████████████████████████ 4.9M
184
  ```
185
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 49,764,598 | 49.5% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,689,060 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 8,551,048 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,869,416 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 736,031 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 9,567,365 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,611,893 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 13,581,443 | 13.5% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 835,032 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 34,252 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 1,019,928 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,912,089 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 91,815 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:635e4ed9d521c97bbc7fc4e01640b4546432a05cdffecd7fd15c9abda9eeeebc
3
+ size 51958
data/creates/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89518ecf32d47f0bef7766556ee62f064d216826fd6300253b826ca2b4c803f
3
+ size 764497
data/deletes/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9104235dd7f0f787fee48917087342e86111ddbb283762241156ff55767d5a08
3
+ size 66607
data/forks/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c741267252a67adfe181572d66038257e6ea6fecab5774502abac3e7e1f86ad5
3
+ size 211646
data/issue_comments/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f29f2f8eae5b2cef53d5fc604a10e6570a9d73824d28fc8c8a9e26db57e91ee
3
+ size 307157
data/issues/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12f538233788fa41a81bf803b6e9503aa9d2080da6717bb6e3c98bf66a1811e0
3
+ size 239908
data/public_events/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16f98c8a487322f56e78f0f4ac473e6990faccd2449e841d8d82f7bdad6c73b
3
+ size 8347
data/pull_requests/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd08dccd53d1702e3ff8a77cfc35ea330cc7ee572fb823a15b2774eacb066419
3
+ size 1135706
data/pushes/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc3fcaab74ae9a2d1f72f70582b9dac054300756f41c83666af35e50f1bcfb0
3
+ size 15382905
data/stars/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2a6ca831deb5311186f0c4d01f68a460d9b5e4f8d3014b623df1baf0aae8a09
3
+ size 481300
data/wiki_pages/2013/09/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f1689acf034d8db60ac3aa61cf12876bcb1210285017b2615b66626e668dc0b
3
+ size 246711
stats.csv CHANGED
@@ -788,4 +788,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
788
  2013-09-25,263582,1321,132414,13966,25179,11437,0,3049,25229,11146,30217,2249,533,2344,4213,0,285,0,87668217,155.1,26029593,37.4,155.1,39.2
789
  2013-09-26,261772,1480,130552,14636,24331,11395,0,3464,24897,11115,30187,2229,568,2455,4224,0,239,0,87509407,153.2,26024012,31.0,153.2,51.9
790
  2013-09-27,241456,1345,120902,15345,22982,10467,0,2723,21856,9685,27681,2097,421,2162,3564,0,226,0,79627349,137.5,24141322,32.0,137.5,47.0
791
- 2013-09-28,167030,1080,88802,8038,12613,5501,0,1106,17460,7615,18886,1850,342,1201,2391,0,145,0,50674656,91.5,15813370,38.6,91.5,0.0
 
 
788
  2013-09-25,263582,1321,132414,13966,25179,11437,0,3049,25229,11146,30217,2249,533,2344,4213,0,285,0,87668217,155.1,26029593,37.4,155.1,39.2
789
  2013-09-26,261772,1480,130552,14636,24331,11395,0,3464,24897,11115,30187,2229,568,2455,4224,0,239,0,87509407,153.2,26024012,31.0,153.2,51.9
790
  2013-09-27,241456,1345,120902,15345,22982,10467,0,2723,21856,9685,27681,2097,421,2162,3564,0,226,0,79627349,137.5,24141322,32.0,137.5,47.0
791
+ 2013-09-28,167030,1080,88802,8038,12613,5501,0,1106,17460,7615,18886,1850,342,1201,2391,0,145,0,50674656,91.5,15813370,38.6,91.5,48.4
792
+ 2013-09-29,191627,1042,104911,9740,12561,6514,0,1330,18440,7938,21481,2346,343,1383,3419,0,179,0,59386620,99.3,18896742,36.9,99.3,0.0