tamnd commited on
Commit
11bd9a1
·
verified ·
1 Parent(s): d0b6873

Add 2013-06-17 — 231.2K 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-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
 
@@ -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** — 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,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 | 998,998 | 2320 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
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,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ████████████████████████████░░ 15.7M
157
  ```
158
 
159
 
@@ -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,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
 
 
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-17** (693 days), totaling **79,218,077 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
 
 
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,000,676 events in 2329 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.5K
80
+ 03:00 ████████████████████████░░░░░░ 221.3K
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 | 1,000,676 | 2329 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ██████████████████████████░░░ 30.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 | 159 | 30,865,092 | 194,120 | 9.4 GB | 2.9 GB | 1h37m | 3h54m | 2h07m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ████████████████████████████░░ 15.8M
157
  ```
158
 
159
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 39,002,252 | 49.2% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,496,621 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 6,665,741 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,053,607 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 511,668 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 7,574,213 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,733,946 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 11,043,081 | 13.9% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 640,784 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 829,227 | 1.0% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,489,170 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 72,184 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a285bddbddb5a667a6da399168ec9f92b5c753f72ba3295842e2ec38716e52ae
3
+ size 74939
data/creates/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b330d1e9e2206d11c4ac89b8ace27ff111a7a0810db2c8b0d517453e25a6acbf
3
+ size 951125
data/deletes/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:998f9bbf2e77b031c133f152c1200dd0c654b630efe5fab880b2fff70d210447
3
+ size 67057
data/forks/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac5590bd651badb5fc8762b02727946dbd88f87dec98389ea1e0cf080bd2c3a
3
+ size 244794
data/issue_comments/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be1fda51355310e44d23bb909f107694e6616f749bf4a69eda66407d2f5f3712
3
+ size 524086
data/issues/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb06139d76484b7f41cdd301b46b406003781222b7a19d0b04cb859a3c5deb61
3
+ size 334100
data/public_events/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52707856abac85cab981df57114c069a5b6eeeb87e6b01cad54cdfeedc3f0016
3
+ size 10621
data/pull_requests/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e329c12f509026e2df9dc8ec9ee664d242010c89018c024f0fd1ef7517e744a
3
+ size 1780105
data/pushes/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fd50c9c9719fdedb304be56712762692cf891d053ed36daf894db2dc094a4d2
3
+ size 18894648
data/stars/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f32054236f84062385a1a9be4b3ba5e200cccbbf3311c172dbad04a0d5e011b
3
+ size 478997
data/wiki_pages/2013/06/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75f81cd7efacbe1dc5206d8acb0e8ad354a9b87e90c14ad249419e8f25bde88
3
+ size 313997
stats.csv CHANGED
@@ -690,4 +690,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,55.8
694
+ 2013-06-17,231177,1034,116751,13545,21127,9706,0,2611,21579,9028,26574,2075,0,2153,4737,0,257,0,76380070,59.6,23674469,31.3,59.6,0.0