tamnd commited on
Commit
d61289d
·
verified ·
1 Parent(s): ff88d41

Add 2013-07-03 — 230.9K 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-02** (708 days), totaling **82,413,257 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.8 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** — 1,042,045 events in 2452 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.5K
80
- 03:00 ████████████████████████████░ 262.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 | 1,042,045 | 2452 |
107
 
108
 
109
  ### Live event schema
@@ -137,15 +137,15 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
- 2012 █████████████████████████████ 34.3M
141
- 2013 █████████████████████████████ 34.1M
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 | 174 | 34,060,272 | 195,748 | 10.4 GB | 3.2 GB | 1h46m | 4h23m | 2h17m |
149
 
150
 
151
  ### Pushes per year
@@ -153,14 +153,14 @@ duckdb.sql("""
153
  ```
154
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ████████████████████████████░░ 16.5M
156
- 2013 ██████████████████████████████ 17.4M
157
  ```
158
 
159
 
160
  ### Issues per year
161
 
162
  ```
163
- 2011 ██████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ████████████████████████████░░ 1.9M
165
  2013 ██████████████████████████████ 2.0M
166
  ```
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 40,559,061 | 49.2% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,680,847 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 6,944,542 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,172,879 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 544,057 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 7,865,654 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 2,857,839 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 11,452,626 | 13.9% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 666,030 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 1,165 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 858,281 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,615,810 | 2.0% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 75,222 | 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-04** (710 days), totaling **82,847,763 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.8 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,046,416 events in 2463 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.5K
80
+ 03:00 ████████████████████████████267.0K
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,046,416 | 2463 |
107
 
108
 
109
  ### Live event schema
 
137
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
+ 2012 █████████████████████████████ 34.3M
141
+ 2013 █████████████████████████████ 34.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 | 176 | 34,494,778 | 195,993 | 10.5 GB | 3.3 GB | 1h47m | 4h27m | 2h18m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ████████████████████████████░░ 16.5M
156
+ 2013 ██████████████████████████████ 17.6M
157
  ```
158
 
159
 
160
  ### Issues per year
161
 
162
  ```
163
+ 2011 ██████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ████████████████████████████░░ 1.9M
165
  2013 ██████████████████████████████ 2.0M
166
  ```
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 40,777,699 | 49.2% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,703,701 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 6,980,984 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,189,446 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 548,469 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 7,906,617 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 2,876,862 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 11,506,024 | 13.9% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 669,730 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 3,069 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 862,335 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,626,113 | 2.0% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 75,706 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:914e2f17ba13d273acde61a5545354a756552b7b0fc9e89cef995dd07b1f8aa2
3
+ size 75411
data/creates/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68adf5c42acfad2e1ee8801fff58f7e533a2c7b693765f53bf23929e629f8baa
3
+ size 985573
data/deletes/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4020b21ff9183e89b5f3b8fc1aac03ad4b1ed0b3dfc1c074e4fa161b604f19ca
3
+ size 67331
data/forks/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04f792f7283e584e4fec692f9958fd600bd04830e2266b89f40851ef1f14fb5c
3
+ size 260323
data/issue_comments/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429ebb1dd2dacb9bf62a64199082698fe2cc91bb77d892d328ba2c27c2f57959
3
+ size 508033
data/issues/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d0c596c8e19e0050046d2d751d8cd1314ab0657c7756a1897370c9e241cdb04
3
+ size 316969
data/public_events/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e1f3c6e233f78340347de29407a7fcd87dd41585754a95b8946bdc8d6c27849
3
+ size 10791
data/pull_requests/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:285aeab83c933a8b3d5db57026abe25aa27c120d180b171e9e60a66e5de5d74a
3
+ size 1735364
data/pushes/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71ab6817cdacb8d632c495c4bd7534e286e66ceff0c9d54834876af111739d49
3
+ size 19301489
data/stars/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe79c5acbc803a914908da345b160f2a63320ae3595f347b058177f060554a7
3
+ size 492974
data/wiki_pages/2013/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3416c9566faf007d0c3655556853d9be0339011ef12fd4df57bdc3f61d5afa5f
3
+ size 201917
stats.csv CHANGED
@@ -706,4 +706,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
706
  2013-06-29,142508,584,73195,6891,10584,4368,0,948,14104,5974,19288,1049,0,899,4484,0,140,0,43887939,65.2,14002459,33.6,65.2,36.5
707
  2013-06-30,157205,496,80154,7918,11919,4732,0,836,15618,6447,22338,1146,0,1144,4288,0,169,0,47458415,75.3,15621883,27.0,75.3,32.7
708
  2013-07-01,234416,1197,116348,11778,20493,8926,0,2438,21535,9617,32286,1869,0,2266,5435,0,228,0,76009022,111.5,24198821,57.3,111.5,35.8
709
- 2013-07-02,229019,1042,114278,12600,20768,9513,0,2794,21541,10116,26784,1938,1165,2369,3901,0,210,0,77602594,114.6,23310057,54.3,114.6,0.0
 
 
 
706
  2013-06-29,142508,584,73195,6891,10584,4368,0,948,14104,5974,19288,1049,0,899,4484,0,140,0,43887939,65.2,14002459,33.6,65.2,36.5
707
  2013-06-30,157205,496,80154,7918,11919,4732,0,836,15618,6447,22338,1146,0,1144,4288,0,169,0,47458415,75.3,15621883,27.0,75.3,32.7
708
  2013-07-01,234416,1197,116348,11778,20493,8926,0,2438,21535,9617,32286,1869,0,2266,5435,0,228,0,76009022,111.5,24198821,57.3,111.5,35.8
709
+ 2013-07-02,229019,1042,114278,12600,20768,9513,0,2794,21541,10116,26784,1938,1165,2369,3901,0,210,0,77602594,114.6,23310057,54.3,114.6,43.9
710
+ 2013-07-03,230913,990,116559,12295,20465,9388,0,2668,22285,9924,27114,2000,1241,2221,3495,0,268,0,76924484,131.7,23956175,38.3,131.7,0.0
711
+ 2013-07-04,203593,774,102079,10559,15977,7179,0,1744,18678,9099,26284,1700,663,1833,6808,0,216,0,63994104,111.8,20260282,28.7,111.8,0.0