tamnd commited on
Commit
d6e82cb
·
verified ·
1 Parent(s): 1ac4c2f

Add 2013-10-04 — 264.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-10-03** (795 days), totaling **101,559,834 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 28.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.6 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,390,165 events in 3655 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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 57.0K
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,390,165 | 3655 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████░░░░░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 53.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 | 261 | 53,206,849 | 203,857 | 16.2 GB | 5.0 GB | 2h39m | 7h24m | 3h24m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████░░░░░░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 27.2M
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 | 50,327,725 | 49.6% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,753,977 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 8,658,568 | 8.5% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,917,718 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 748,958 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 9,656,767 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,651,258 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 13,702,164 | 13.5% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 853,818 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 36,178 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 1,028,847 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,928,256 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 92,788 | 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-10-04** (796 days), totaling **101,824,483 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 28.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.6 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,394,230 events in 3665 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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 61.1K
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,394,230 | 3665 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████░░░░░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 53.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 | 262 | 53,471,498 | 204,089 | 16.3 GB | 5.1 GB | 2h39m | 7h27m | 3h25m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████░░░░░░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 27.3M
157
  ```
158
 
159
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 50,479,062 | 49.6% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,766,852 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 8,678,920 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,927,973 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 751,718 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 9,677,615 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,659,457 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 13,728,864 | 13.5% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 857,510 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 36,653 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 1,030,721 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,931,930 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 92,970 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffa56d1a3ca8d33add404fcd4e361537cf31a173547377491fe4cee91db17c0c
3
+ size 69359
data/creates/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f66b624cfeef26fc2260b98888adca117e01f227d63951b8252bdee1dc24f27
3
+ size 973159
data/deletes/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffa7ceee65f31b37f8affe4650679a25c79ec02c0f2478c9bf2d37b61204c3b8
3
+ size 109286
data/forks/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b66ce3e143402050c8419b74d3b71e0dfd62421b298a7a9b2fe6cdbc46b4e41
3
+ size 233855
data/issue_comments/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4cbe89730e26aad13b7eb3663aad5ea03af9f93acfbe2bb2489ea736319bc8
3
+ size 479222
data/issues/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a4397dfedab2a9e802081a6009d07d62303c46aa7e5d0af6e149a91e886211
3
+ size 315390
data/public_events/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55513df7432e55ad756638685aec670c61ffde0975ce38e5512fb85fa671ed5f
3
+ size 8640
data/pull_requests/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fc775eed780b2567681a9d683b55135b3dd329271565f7042daeac76086bc8f
3
+ size 1839013
data/pushes/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc5ff585b65a4ae57aa96d59db310c60391cf89052126f883e1d3dfa98d9f27b
3
+ size 21022692
data/stars/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39841489efba30ef5ec69978841b70cde5b779d8333f8aea8b1458e7960118fa
3
+ size 456776
data/wiki_pages/2013/10/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63efa33dad41e2da75843dbc17c4f2bb8127511767e68f4f937f1d6bb374231c
3
+ size 267317
stats.csv CHANGED
@@ -793,4 +793,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
793
  2013-09-30,280815,1584,134150,20049,33111,11921,0,3454,23537,10541,30839,4351,584,2214,4234,0,246,0,89644021,160.3,26320703,25.8,160.3,32.2
794
  2013-10-01,267447,1679,132840,17246,27833,11945,0,3237,22330,9887,29065,4018,458,2431,4265,0,213,0,87467293,156.8,26095090,35.1,156.8,53.5
795
  2013-10-02,290435,1572,155420,14559,25572,13183,0,3278,22460,9540,31749,6069,442,2233,4079,0,279,0,92011121,174.4,28468797,40.3,174.4,60.7
796
- 2013-10-03,261805,2615,140717,13063,21004,11253,0,2958,21075,9397,29068,4348,442,2041,3589,0,235,0,84842377,157.1,26130932,36.9,157.1,0.0
 
 
793
  2013-09-30,280815,1584,134150,20049,33111,11921,0,3454,23537,10541,30839,4351,584,2214,4234,0,246,0,89644021,160.3,26320703,25.8,160.3,32.2
794
  2013-10-01,267447,1679,132840,17246,27833,11945,0,3237,22330,9887,29065,4018,458,2431,4265,0,213,0,87467293,156.8,26095090,35.1,156.8,53.5
795
  2013-10-02,290435,1572,155420,14559,25572,13183,0,3278,22460,9540,31749,6069,442,2233,4079,0,279,0,92011121,174.4,28468797,40.3,174.4,60.7
796
+ 2013-10-03,261805,2615,140717,13063,21004,11253,0,2958,21075,9397,29068,4348,442,2041,3589,0,235,0,84842377,157.1,26130932,36.9,157.1,55.3
797
+ 2013-10-04,264649,1426,151337,12875,20352,10255,0,2760,20848,8199,26700,3692,475,1874,3674,0,182,0,81202969,158.7,25774709,38.6,158.7,0.0