tamnd commited on
Commit
ec1334a
·
verified ·
1 Parent(s): 0800ade

Add 2013-07-25 — 243.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-07-24** (730 days), totaling **87,039,454 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 23.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.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,130,750 events in 2798 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 █████████████████████████████░ 272.6K
81
- 04:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 78.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,130,750 | 2798 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████░░░░ 34.3M
141
- 2013 ██████████████████████████████ 38.7M
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 | 196 | 38,686,469 | 197,379 | 11.8 GB | 3.7 GB | 1h59m | 5h07m | 2h36m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ████████████████████████░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 19.8M
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 | 42,964,127 | 49.4% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,927,228 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 7,340,671 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,344,786 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 593,102 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 8,294,456 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,061,756 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 11,985,775 | 13.8% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 703,446 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 10,864 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 901,365 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,694,283 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 79,860 | 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-07-25** (731 days), totaling **87,283,179 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 23.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.3 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,133,438 events in 2809 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 █████████████████████████████░ 272.6K
81
+ 04:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 81.2K
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,133,438 | 2809 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 38.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 | 197 | 38,930,194 | 197,615 | 11.9 GB | 3.7 GB | 2h00m | 5h10m | 2h36m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ████████████████████████░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 19.9M
157
  ```
158
 
159
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 43,088,154 | 49.4% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,940,533 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 7,363,162 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,354,762 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 596,061 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 8,316,703 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,072,249 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 12,014,207 | 13.8% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 705,488 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 11,248 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 903,764 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,698,061 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 80,064 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41b1725e04c3374d2eb5ac71be1ac56c35073fa2f973cac941285547d2892b65
3
+ size 80957
data/creates/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d05a4c0fee2174287034e02284dc03897ec9d30ffd988bdb3b49c460ae7b349
3
+ size 1034758
data/deletes/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cafaa062298a3b0ef1e837d7e32588345058616f2154e2bbc1d660acf7dad5c
3
+ size 67791
data/forks/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ec49d9092bd19d93b8fb109e2a21159d882018ec7b5377fb06f1336ecc49bd
3
+ size 277836
data/issue_comments/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:464d8ee7e130ca985ccd6a5cca3b5a593e4a6217f948eb2f5524cdfb45831b8f
3
+ size 526549
data/issues/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da6bfe08161ac5015c10dd4d21288391259106b4567320b8b0fc7125dd720032
3
+ size 335325
data/public_events/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:212373d411fca9663b22135ba7b984b4f998ad8703f900d97112b99f764848f5
3
+ size 9275
data/pull_requests/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52901286f572dc0f984ff697a5f35ea3fe90778e6b77d68a53f7e3000bf9d31
3
+ size 1828388
data/pushes/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a55b8e44cf866265b165747ea62aa187e5ace87a1e13dc549dec7a3a356a2dfc
3
+ size 21622318
data/stars/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51fce6baea42abf97b5ea2299df10a23f81880f2ee0c6bb598001f568c39fd12
3
+ size 495105
data/wiki_pages/2013/07/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:161e5e1a3bd37a88457428a86cc62d2d71432677e996c8d60ae9dfc67d686e31
3
+ size 262240
stats.csv CHANGED
@@ -728,4 +728,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
728
  2013-07-21,158614,475,85744,8429,11591,4867,0,1046,16463,6809,17773,1158,258,1203,2680,0,118,0,49582485,84.8,15670996,27.8,84.8,32.2
729
  2013-07-22,247934,1027,127654,12917,22295,9722,0,2990,23697,11359,27328,2023,325,2402,3975,0,220,0,83615087,138.6,26835653,44.1,138.6,49.5
730
  2013-07-23,251471,1041,128842,13744,22309,10301,0,2901,23730,11057,28261,2103,403,2453,4093,0,233,0,85364544,142.6,27125050,42.9,142.6,31.9
731
- 2013-07-24,243271,1152,122928,13628,21801,9735,0,3249,22193,10302,29523,2072,494,2431,3567,0,196,0,81431446,137.8,24768914,31.7,137.8,0.0
 
 
728
  2013-07-21,158614,475,85744,8429,11591,4867,0,1046,16463,6809,17773,1158,258,1203,2680,0,118,0,49582485,84.8,15670996,27.8,84.8,32.2
729
  2013-07-22,247934,1027,127654,12917,22295,9722,0,2990,23697,11359,27328,2023,325,2402,3975,0,220,0,83615087,138.6,26835653,44.1,138.6,49.5
730
  2013-07-23,251471,1041,128842,13744,22309,10301,0,2901,23730,11057,28261,2103,403,2453,4093,0,233,0,85364544,142.6,27125050,42.9,142.6,31.9
731
+ 2013-07-24,243271,1152,122928,13628,21801,9735,0,3249,22193,10302,29523,2072,494,2431,3567,0,196,0,81431446,137.8,24768914,31.7,137.8,35.2
732
+ 2013-07-25,243725,988,124027,13305,22491,9976,0,2959,22247,10493,28432,2042,384,2399,3778,0,204,0,82468069,151.3,26540542,36.7,151.3,0.0