tamnd commited on
Commit
f8785e2
·
verified ·
1 Parent(s): ae4fd14

Add 2013-04-22 — 252.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-04-21** (636 days), totaling **67,654,699 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 17.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.4 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,12 +71,12 @@ 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** — 755,104 events in 1652 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.5K
79
- 02:00 ███████████████████████████░░░ 247.4K
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05: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 | 755,104 | 1652 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ████████████████░░░░░░░░░░░░░ 19.3M
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 | 102 | 19,301,714 | 189,232 | 5.8 GB | 1.8 GB | 58m33s | 2h50m | 1h13m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 █████████████████░░░░░░░░░░░░ 9.8M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 █████████████████░░░░░��░░░░░░░ 1.2M
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 █████████████░░░░░░░░░░░░░░░░░ 704.4K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 █████████████████░░░░░░░░░░░░░ 1.8M
184
  ```
185
 
186
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 32,974,196 | 48.7% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,826,001 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 5,600,255 | 8.3% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,613,489 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 403,664 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 6,516,790 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,313,827 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 9,736,148 | 14.4% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 546,016 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 721,767 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,297,142 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 60,829 | 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-04-22** (637 days), totaling **67,906,880 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 17.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.4 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** — 758,706 events in 1665 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.5K
79
+ 02:00 ███████████████████████████░░░ 251.0K
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 758,706 | 1665 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ████████████████░░░░░░░░░░░░░ 19.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 | 103 | 19,553,895 | 189,843 | 5.9 GB | 1.8 GB | 59m05s | 2h52m | 1h14m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 █████████████████░░░░░░░░░░░░ 9.9M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 █████████████████░░░░░░░░░░░░ 1.2M
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 █████████████░░░░░░░░░░░░░░░░░ 714.0K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 █████████████████░░░░░░░░░░░░░ 1.9M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 33,095,907 | 48.7% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,845,096 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 5,633,034 | 8.3% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,623,124 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 406,150 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,538,891 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,322,574 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 9,762,009 | 14.4% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 548,010 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 723,921 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,300,793 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 60,992 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa901d78db93b9a6b321f5f4bf75660e910c81cb601815374877cd4e54dcc5d6
3
+ size 84528
data/creates/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd45af7bb4135c14c445555e3c8e18bf0454b1d3da79aa2c04e65c203b8a1e49
3
+ size 943348
data/deletes/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8536801402f1f708a7f928d75dde54a90690beac868a54f597c8d1f259c9c164
3
+ size 66500
data/forks/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f16bbcec70b4c1474564ba9d17f9bcff7ea1a0748743bcb2f0bff13a65d415f
3
+ size 229614
data/issue_comments/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a3139983133fda70a48c7188cc9e0a5ed792fb73141e32e1a2271458203723
3
+ size 580948
data/issues/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe1314b495c06eda038dfb0972b44513efea60c76d87edfa895d6bd1b506d8c
3
+ size 367675
data/public_events/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18ca934c7a3f9d02b49e52d6557ef3b21c4563edd790b8637af120d5cf64a019
3
+ size 8092
data/pull_requests/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3cb1631bb00cfaeea1711943983932ca73529e9073f12f7b250cf3f5ea4d5a
3
+ size 1718371
data/pushes/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd0c581acdc99ba486a8d889b826612e49089f16ab836035e5be5cb32335c14c
3
+ size 19423142
data/stars/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06d9330b0e8fb54ca45e215b0fe1c6a4d88aa866f49d4922af55a12a2cd901f
3
+ size 482367
data/wiki_pages/2013/04/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:743830e3002d0838d4ecd6797e818b6a971d8836af65bed746210590a494914e
3
+ size 254887
stats.csv CHANGED
@@ -634,4 +634,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
634
  2013-04-18,255041,1554,124586,17199,35749,8964,0,2737,21125,8850,26204,2023,0,2093,3760,0,197,0,85950020,181.6,26250955,35.7,181.6,26.9
635
  2013-04-19,221319,1478,107535,15627,30635,7677,0,1802,19319,7506,22631,1783,0,1902,3231,0,193,0,75983370,155.3,23484290,27.8,155.3,92.3
636
  2013-04-20,156666,1145,88783,7403,10821,4678,0,775,14823,5511,17748,1076,0,1115,2680,0,108,0,57613908,107.1,18401427,27.4,107.1,81.4
637
- 2013-04-21,179841,1039,93048,9875,22566,5736,0,1251,15470,6018,19127,1251,0,1258,3081,0,121,0,54191410,103.7,16935367,30.4,103.7,0.0
 
 
634
  2013-04-18,255041,1554,124586,17199,35749,8964,0,2737,21125,8850,26204,2023,0,2093,3760,0,197,0,85950020,181.6,26250955,35.7,181.6,26.9
635
  2013-04-19,221319,1478,107535,15627,30635,7677,0,1802,19319,7506,22631,1783,0,1902,3231,0,193,0,75983370,155.3,23484290,27.8,155.3,92.3
636
  2013-04-20,156666,1145,88783,7403,10821,4678,0,775,14823,5511,17748,1076,0,1115,2680,0,108,0,57613908,107.1,18401427,27.4,107.1,81.4
637
+ 2013-04-21,179841,1039,93048,9875,22566,5736,0,1251,15470,6018,19127,1251,0,1258,3081,0,121,0,54191410,103.7,16935367,30.4,103.7,45.5
638
+ 2013-04-22,252181,1804,121711,19095,32779,9635,0,2486,22101,8747,25861,1994,0,2154,3651,0,163,0,79403531,149.6,24159472,31.7,149.6,0.0