tamnd commited on
Commit
d0b6873
·
verified ·
1 Parent(s): 309bba1

Add 2013-06-16 — 150.0K 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-06-15** (691 days), totaling **78,836,926 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 21.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.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,13 +71,13 @@ 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** — 987,897 events in 2306 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.5K
80
- 03:00 ██████████████████████░░░░░░░░ 208.6K
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06: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 | 987,897 | 2306 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ██████████████████████████░░░░ 30.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 | 157 | 30,483,941 | 194,165 | 9.3 GB | 2.9 GB | 1h36m | 3h52m | 2h06m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ████████████████████████████░░ 15.6M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ███████████████████████████░░ 1.8M
166
  ```
167
 
168
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 38,804,184 | 49.2% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,474,140 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 6,633,788 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,039,478 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 508,381 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 7,538,635 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,719,261 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 10,998,647 | 14.0% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 637,213 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 825,834 | 1.0% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,481,544 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
- | `public_events` | PublicEvent | 71,784 | 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-06-16** (692 days), totaling **78,986,900 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 21.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.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** — 998,998 events in 2320 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.5K
80
+ 03:00 ████████████████████████░░░░░░ 219.6K
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 998,998 | 2320 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ██████████████████████████░░░░ 30.6M
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 | 158 | 30,633,915 | 193,885 | 9.3 GB | 2.9 GB | 1h36m | 3h53m | 2h06m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ████████████████████████████░░ 15.7M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ███████████████████████████░░ 1.8M
166
  ```
167
 
168
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 38,885,501 | 49.2% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,483,076 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 6,644,614 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,043,901 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 509,057 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 7,552,634 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,724,918 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 11,016,507 | 13.9% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 638,709 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 827,074 | 1.0% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,484,433 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 71,927 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe0d2656af0b8f259a74bba33539ca48b1ea3f2d70c83f88c79ed3f910a8973b
3
+ size 47611
data/creates/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11630c31c406939783ba5397426ed2ee4860ffe57ef931953bd4d6b07e1eea08
3
+ size 600078
data/deletes/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1039d8ed33c9d2ae60968c73998332128fc012b640b9219ea3519b777e1d57d
3
+ size 39638
data/forks/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23701ed5eff02d3f4bb6f6211277cf5fbd449f6f95e93ead1bbd8f292d3a7336
3
+ size 157669
data/issue_comments/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:966657ce8a95c2a8159625877b071d381135eb0a72153e89ff71c404c1acab19
3
+ size 264566
data/issues/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1d1327b0f639eeb35c87788bc091cfb674897874d46d7946b8b1278edbe82ad
3
+ size 216035
data/public_events/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b57c00dcafdda3bbe8fb58008d45461076037354b69fd576d719012fa7263e
3
+ size 7098
data/pull_requests/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3de3498fddfdd238e61e847df0804ec7eab4e3dd714ed6048a9904647e0e3828
3
+ size 865868
data/pushes/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cdf9b6708e2dd624afe92f923789235b70c1265f148c7e0cf6975320f608d85
3
+ size 12144363
data/stars/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0443ace9b1d9ef662e3bc13bde30628e9d2d2bee470c9954c5622e6536561a3e
3
+ size 320939
data/wiki_pages/2013/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff062528f58c2f9474ccec9901a51c660c5e99af3ff9806286ddfed6a9b2729
3
+ size 218500
stats.csv CHANGED
@@ -689,4 +689,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
689
  2013-06-12,229849,1012,115374,13862,21043,9328,0,2610,18781,7913,31045,2165,0,2307,4127,0,282,0,74899966,119.2,22937449,36.6,119.2,45.3
690
  2013-06-13,235752,975,117091,17409,25534,9501,0,2605,20128,8748,25511,2297,0,2099,3525,0,329,0,76123885,127.5,23161143,48.2,127.5,52.0
691
  2013-06-14,197964,897,102276,12250,17654,8191,0,1985,17610,7738,22095,1915,0,1833,3203,0,317,0,65591446,114.9,20491491,35.8,114.9,36.9
692
- 2013-06-15,133596,610,71028,8409,10004,4159,0,676,12314,5241,16007,1203,0,1131,2709,0,105,0,41088315,71.5,13263563,27.6,71.5,0.0
 
 
689
  2013-06-12,229849,1012,115374,13862,21043,9328,0,2610,18781,7913,31045,2165,0,2307,4127,0,282,0,74899966,119.2,22937449,36.6,119.2,45.3
690
  2013-06-13,235752,975,117091,17409,25534,9501,0,2605,20128,8748,25511,2297,0,2099,3525,0,329,0,76123885,127.5,23161143,48.2,127.5,52.0
691
  2013-06-14,197964,897,102276,12250,17654,8191,0,1985,17610,7738,22095,1915,0,1833,3203,0,317,0,65591446,114.9,20491491,35.8,114.9,36.9
692
+ 2013-06-15,133596,610,71028,8409,10004,4159,0,676,12314,5241,16007,1203,0,1131,2709,0,105,0,41088315,71.5,13263563,27.6,71.5,41.6
693
+ 2013-06-16,149974,512,81317,8936,10826,4423,0,676,13999,5657,17860,1496,0,1240,2889,0,143,0,45317248,60.3,14882365,33.5,60.3,0.0