tamnd commited on
Commit
000e0ab
·
verified ·
1 Parent(s): e993cea

Add 2011-12-18 — 62.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 **2011-12-17** (229 days), totaling **13,199,199 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 2.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.3 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,23 +71,23 @@ 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-27** — 1,139,551 events in 7112 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 291
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 331
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 459
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 627
@@ -95,7 +95,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.2K
98
- 21:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 70.3K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 13.2M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 229 | 13,199,199 | 57,638 | 2.5 GB | 1.3 GB | 1h01m | 48m03s | 1h47m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 691.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 347.5K
160
  ```
161
 
162
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 6,286,551 | 47.6% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 691,758 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 869,391 | 6.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 347,483 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,328,884 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 372,685 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,987,869 | 15.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 154,233 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 163,522 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 270,382 | 2.0% | Wiki page edits |
560
- | `members` | MemberEvent | 74,922 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 11,913 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
 
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 **2011-12-18** (230 days), totaling **13,261,154 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 2.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.3 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-27** — 1,141,383 events in 7129 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 178
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 459
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 627
 
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.2K
98
+ 21:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 72.1K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 13.3M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 230 | 13,261,154 | 57,657 | 2.5 GB | 1.3 GB | 1h01m | 48m13s | 1h47m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 694.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 349.0K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 6,314,700 | 47.6% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 694,862 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 873,024 | 6.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 348,969 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,334,153 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 374,401 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 2,003,674 | 15.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 154,978 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 164,105 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 271,621 | 2.0% | Wiki page edits |
560
+ | `members` | MemberEvent | 75,097 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 11,964 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a9450404d0a685a825e0f07769867a2ffa0baffda8c8351ad9e0cf1c513ab4
3
+ size 99652
data/creates/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08014c3c3c55bdf0f5f1c4de663463db6f1decb3685a648dd53298956e57a2da
3
+ size 335564
data/deletes/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4fa967cc2db74c10056be7cf9873c5aac0b66cc8c4d429291121b625cadb116
3
+ size 22971
data/forks/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08d95356516504d4ac47b9839c93d760581dcc6b63f704f215d2a2c8d6bf0608
3
+ size 160870
data/issues/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49a99b9650ab919b69fdc7641ede74389ad504486c8b23f68fd93770ec838962
3
+ size 555514
data/members/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3138bb56ba77fac29816d90c69c4e656a1cfa743fabb41fa81ac897dda61d21
3
+ size 11064
data/public_events/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ebd2c9cd93e2ecb97321e277502c075c44fea5ac593ba865a6100f9372c81d7
3
+ size 4522
data/pull_requests/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1efd1e833da40b1bfef69f289099a3622ee6543a0d53ca4556d8c1f3815e0b56
3
+ size 291998
data/pushes/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c46a5cc82f1149d00eac7fbf06b959f7e6b75deee3cc8712e9d45102006d821
3
+ size 5969703
data/stars/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffbf1f411978c0002cd3110589710f4b2641659264a3e75540b4961dad236348
3
+ size 158325
data/wiki_pages/2011/12/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f3d8866f46c5db1a1b4d115e1d292d0a2dff4de1aa6382c624a3722fd5a2e7
3
+ size 93908
stats.csv CHANGED
@@ -227,4 +227,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
227
  2011-12-14,82177,0,36694,4543,7093,2455,0,0,7882,2087,17630,733,0,968,1660,352,80,0,21610285,12.6,10771978,24.3,12.6,31.4
228
  2011-12-15,87146,0,38644,4039,6057,2483,0,0,7753,2151,22060,780,0,1069,1591,451,68,0,22389131,13.9,11010747,30.3,13.9,23.2
229
  2011-12-16,89523,0,38686,4011,6301,2730,0,0,7749,2464,23300,986,0,1009,1824,372,91,0,22741485,13.1,11165675,21.6,13.1,32.1
230
- 2011-12-17,57846,0,25237,2511,3441,1390,0,0,4750,1737,16148,443,0,671,1247,234,37,0,13868251,7.9,7374948,20.3,7.9,0.0
 
 
227
  2011-12-14,82177,0,36694,4543,7093,2455,0,0,7882,2087,17630,733,0,968,1660,352,80,0,21610285,12.6,10771978,24.3,12.6,31.4
228
  2011-12-15,87146,0,38644,4039,6057,2483,0,0,7753,2151,22060,780,0,1069,1591,451,68,0,22389131,13.9,11010747,30.3,13.9,23.2
229
  2011-12-16,89523,0,38686,4011,6301,2730,0,0,7749,2464,23300,986,0,1009,1824,372,91,0,22741485,13.1,11165675,21.6,13.1,32.1
230
+ 2011-12-17,57846,0,25237,2511,3441,1390,0,0,4750,1737,16148,443,0,671,1247,234,37,0,13868251,7.9,7374948,20.3,7.9,30.3
231
+ 2011-12-18,61955,0,28149,3104,3633,1486,0,0,5269,1716,15805,745,0,583,1239,175,51,0,14773645,10.3,7704091,32.5,10.3,0.0