tamnd commited on
Commit
45d8096
·
verified ·
1 Parent(s): e016685

Add 2013-03-21 — 229.0K 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-03-20** (604 days), totaling **61,084,636 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 15.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.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
 
@@ -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** — 629,208 events in 1344 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
78
  01:00 ██████████████████████████████ 272.5K
79
- 02:00 █████████████░░░░░░░░░░░░░░░░ 121.6K
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 | 629,208 | 1344 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ███████████░░░░░░░░░░░░░░░░░░░ 12.7M
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 | 70 | 12,731,651 | 181,880 | 3.8 GB | 1.2 GB | 40m05s | 1h38m | 47m05s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ███████████░░░░░░░░░░░░░░░░░░░ 6.4M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ███████████░░░░░░░░░░░��░░░░░░░ 760.4K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 █████████░░░░░░░░░░░░░░░░░░░░░ 463.7K
175
  ```
176
 
177
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 29,604,289 | 48.5% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,434,512 | 5.6% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 4,989,583 | 8.2% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,372,807 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 347,163 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 5,889,791 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,067,864 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 8,990,302 | 14.7% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 490,417 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 659,085 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,184,579 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 55,230 | 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-03-21** (605 days), totaling **61,313,627 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 15.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.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
 
 
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** — 635,117 events in 1355 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
78
  01:00 ██████████████████████████████ 272.5K
79
+ 02:00 █████████████░░░░░░░░░░░░░░░░ 127.5K
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 | 635,117 | 1355 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ███████████░░░░░░░░░░░░░░░░░░░ 13.0M
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 | 71 | 12,960,642 | 182,544 | 3.9 GB | 1.2 GB | 40m39s | 1h40m | 47m39s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ███████████░░░░░░░░░░░░░░░░░░░ 6.6M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ███████████░░░░░░░░░░░░░░░░░░ 772.8K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 █████████░░░░░░░░░░░░░░░░░░░░░ 472.5K
175
  ```
176
 
177
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 29,719,885 | 48.5% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,446,931 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 5,013,462 | 8.2% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,381,547 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 349,339 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 5,910,800 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,076,628 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 9,016,499 | 14.7% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 492,282 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 661,427 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,188,526 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 55,408 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a60a55647e2bafefa65edfd0eabca8bce113ea2e94599b1abe668fadf0e58d
3
+ size 80939
data/creates/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d02a275adc4db15e6006069f90ec127f039834b341a66f796117b92a5f745d57
3
+ size 931856
data/deletes/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fe266d9a319181d7788bda6de0c60031323630d03e166b94bf41f720c663c78
3
+ size 63259
data/forks/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:216cd64d6f5461b4d07eab724cf4fccea9d472ddc32fd61c92c1d5b8864b2e77
3
+ size 230949
data/issue_comments/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a531caca3e4a3a0d2c330cc38cbcbf4138006884718808f70da96c4fde3ea7cc
3
+ size 507282
data/issues/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15b08a6512807dab0ea62edd28bdc6dd51a29ed864470eaa9306e37c8cfe977f
3
+ size 306235
data/public_events/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5b4985b9e1c29e961b0231fbc509a889ece97913f0824772555f38c27480cf
3
+ size 9008
data/pull_requests/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f36ef4466db62d900f6dbabf4348a4ef9b6fee36e347e24fda9a4caf1d5078e3
3
+ size 1623964
data/pushes/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5d8bb9c4b1a8ac43eed9bee6b3fd0c610c11b72ff54363e0bdc96d839f0fa1
3
+ size 18354045
data/stars/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4db1b708954d68c3a74497d6cd5d1b58fb1b4b13e108c53bcc8217c13c85a5ba
3
+ size 487764
data/wiki_pages/2013/03/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:748082bf6e8a1d3efeb90b2819be033c8e8ceaafcbb7cdc0049bc617eb8cb3d0
3
+ size 208500
stats.csv CHANGED
@@ -602,4 +602,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
602
  2013-03-17,165674,974,87700,8620,12831,5302,0,1001,16550,6343,20381,1205,0,1103,3532,0,132,0,50962490,106.3,16087017,31.5,106.3,50.2
603
  2013-03-18,228617,1733,114097,12536,21230,8908,0,2717,24678,8801,25521,1804,0,2266,4112,0,214,0,75529417,154.3,23024021,26.3,154.3,52.0
604
  2013-03-19,234720,1902,117519,12784,22390,9329,0,2788,23196,9650,26578,1832,0,2252,4294,0,206,0,77673255,161.2,23174927,39.0,161.2,42.4
605
- 2013-03-20,234338,1646,117914,12857,22914,9201,0,2639,22727,9433,26466,1893,0,2454,3964,0,230,0,77014806,156.3,23580825,41.3,156.3,0.0
 
 
602
  2013-03-17,165674,974,87700,8620,12831,5302,0,1001,16550,6343,20381,1205,0,1103,3532,0,132,0,50962490,106.3,16087017,31.5,106.3,50.2
603
  2013-03-18,228617,1733,114097,12536,21230,8908,0,2717,24678,8801,25521,1804,0,2266,4112,0,214,0,75529417,154.3,23024021,26.3,154.3,52.0
604
  2013-03-19,234720,1902,117519,12784,22390,9329,0,2788,23196,9650,26578,1832,0,2252,4294,0,206,0,77673255,161.2,23174927,39.0,161.2,42.4
605
+ 2013-03-20,234338,1646,117914,12857,22914,9201,0,2639,22727,9433,26466,1893,0,2454,3964,0,230,0,77014806,156.3,23580825,41.3,156.3,34.3
606
+ 2013-03-21,228991,1879,115596,12419,23879,8740,0,2176,21009,8764,26197,1865,0,2342,3947,0,178,0,73730998,151.4,22803801,34.1,151.4,0.0