tamnd commited on
Commit
4a3e9da
·
verified ·
1 Parent(s): 51928a2

Add 2013-07-09 — 257.1K 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-08** (714 days), totaling **83,598,484 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 22.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.9 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,069,959 events in 2590 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.5K
80
  03:00 █████████████████████████████░ 272.5K
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0K
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,069,959 | 2590 |
107
 
108
 
109
  ### Live event schema
@@ -137,15 +137,15 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 14.1M
140
- 2012 ████████████████████████████░ 34.3M
141
- 2013 ██████████████████████████████ 35.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 | 180 | 35,245,499 | 195,808 | 10.7 GB | 3.3 GB | 1h49m | 4h34m | 2h23m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████████████░░░ 16.5M
156
- 2013 ██████████████████████████████ 18.0M
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 737.1K
164
- 2012 ███████████████████████████░░ 1.9M
165
  2013 ██████████████████████████████ 2.1M
166
  ```
167
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 41,168,421 | 49.2% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,747,608 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 7,043,335 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,215,467 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 555,037 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 7,976,647 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 2,910,433 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 11,592,960 | 13.9% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 675,555 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 4,859 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 869,113 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,638,565 | 2.0% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 76,565 | 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-09** (715 days), totaling **83,855,544 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 22.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.9 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,071,676 events in 2600 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.5K
80
  03:00 █████████████████████████████░ 272.5K
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.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,071,676 | 2600 |
107
 
108
 
109
  ### Live event schema
 
137
 
138
  ```
139
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 14.1M
140
+ 2012 ████████████████████████████░ 34.3M
141
+ 2013 ██████████████████████████████ 35.5M
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 | 181 | 35,502,559 | 196,146 | 10.8 GB | 3.4 GB | 1h50m | 4h36m | 2h24m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████████████░░░ 16.5M
156
+ 2013 ██████████████████████████████ 18.1M
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 737.1K
164
+ 2012 ███████████████████████████░░ 1.9M
165
  2013 ██████████████████████████████ 2.1M
166
  ```
167
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 41,300,263 | 49.3% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,760,708 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 7,065,028 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,225,346 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 557,863 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 8,000,323 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 2,922,453 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 11,624,310 | 13.9% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 677,647 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 5,393 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 871,508 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,642,963 | 2.0% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 76,842 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c20853bfda0ce099bfeb2183c605e6af48ba62cd475f6407b55c874f6d6826d
3
+ size 80975
data/creates/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9737fa938ef541a9bd0c70ea3c832f7348f62c223f5e3525acb7ab49fefd2b33
3
+ size 1071494
data/deletes/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c6708bcc5f7ef2bb6529e89c5c0e7f2230b5972b0b61630a9920da5a93e156
3
+ size 69983
data/forks/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6eb703e8a02b096f14de97e4c6599df7bb484eff5fdf97e307318923bb12658
3
+ size 298350
data/issue_comments/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf153bbaa60a0b3e6e9b9668fbbb1070b429b00aed1961f84e4b3b7af12ce534
3
+ size 509605
data/issues/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:966366f6dd0abeb5d06dbcb0087fbfc1b3c55242b70195eafdcc54630a9c9517
3
+ size 344169
data/public_events/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2596448d891d2b6ee50cc0b951adc3395ceaf3aad9653a4a30d7ca3131e4b44a
3
+ size 11273
data/pull_requests/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1f39e63b93b169cc6dff4befe740c894ef656f55f0968745d4c3a2a910e1ddb
3
+ size 1811904
data/pushes/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d04880aabed775b8bf4317562d69443bd1b87bf67785a868a15e1bcf3c0453
3
+ size 20516410
data/stars/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb92195ee3cbf0c8e4da0f71fa6afcfc96c4d897049657693f8e1d86371f7460
3
+ size 519069
data/wiki_pages/2013/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f466754acf445ddd71cea6c047b68b7d0ecbf44c001612d21f8b2d6f9f4be12
3
+ size 235268
stats.csv CHANGED
@@ -712,4 +712,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
712
  2013-07-05,206900,856,105580,15491,19627,7592,0,1942,17023,8627,23097,1593,423,1800,3019,0,230,0,70488202,121.1,21912046,30.9,121.1,33.5
713
  2013-07-06,137065,483,74613,7083,9772,4001,0,691,12417,6108,16836,970,510,1015,2421,0,145,0,41619586,68.9,13137637,32.5,68.9,41.1
714
  2013-07-07,159355,541,86210,7945,11332,4764,0,972,15339,7321,19040,1195,303,1396,2824,0,173,0,49002639,87.7,15679684,25.7,87.7,171.7
715
- 2013-07-08,247401,1031,124319,13388,21620,9664,0,2963,25251,11515,27963,2067,554,2567,4188,0,311,0,81078211,150.6,24840883,40.3,150.6,0.0
 
 
712
  2013-07-05,206900,856,105580,15491,19627,7592,0,1942,17023,8627,23097,1593,423,1800,3019,0,230,0,70488202,121.1,21912046,30.9,121.1,33.5
713
  2013-07-06,137065,483,74613,7083,9772,4001,0,691,12417,6108,16836,970,510,1015,2421,0,145,0,41619586,68.9,13137637,32.5,68.9,41.1
714
  2013-07-07,159355,541,86210,7945,11332,4764,0,972,15339,7321,19040,1195,303,1396,2824,0,173,0,49002639,87.7,15679684,25.7,87.7,171.7
715
+ 2013-07-08,247401,1031,124319,13388,21620,9664,0,2963,25251,11515,27963,2067,554,2567,4188,0,311,0,81078211,150.6,24840883,40.3,150.6,42.0
716
+ 2013-07-09,257060,978,131842,13100,21693,9879,0,2826,23676,12020,31350,2092,534,2395,4398,0,277,0,83351315,158.3,25468500,39.4,158.3,0.0