tamnd commited on
Commit
033890f
·
verified ·
1 Parent(s): f52d016

Add 2011-12-15 — 87.1K 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-14** (226 days), totaling **12,964,684 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.2 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,26 +71,26 @@ 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,132,424 events in 7080 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 134
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 290
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 625
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 13.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 226 | 12,964,684 | 57,365 | 2.5 GB | 1.2 GB | 59m56s | 47m28s | 1h45m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 681.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 340.9K
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,183,984 | 47.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 681,197 | 5.3% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 853,592 | 6.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 340,880 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,308,632 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 366,333 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,926,361 | 14.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 152,024 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 160,773 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 265,720 | 2.0% | Wiki page edits |
560
- | `members` | MemberEvent | 73,865 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 11,717 | 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-15** (227 days), totaling **13,051,830 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.2 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,132,458 events in 7099 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 291
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 459
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 627
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 13.1M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 227 | 13,051,830 | 57,497 | 2.5 GB | 1.2 GB | 1h00m | 47m42s | 1h46m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 685.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 343.4K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 6,222,628 | 47.7% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 685,236 | 5.3% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 859,649 | 6.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 343,363 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,316,385 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 368,484 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,948,421 | 14.9% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 152,804 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 161,842 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 267,311 | 2.0% | Wiki page edits |
560
+ | `members` | MemberEvent | 74,316 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 11,785 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7515c5bd6d1198f7b1fcb0405aae35ea25340d4a63644649590dfa2a761d3402
3
+ size 146795
data/creates/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dca15ec81ae8690fcb2050609123e66faf9cd31d6546bd7fb2e8e98c655d3e67
3
+ size 488301
data/deletes/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b2366e8d434bad18b1d507fc66db21f8eadd05e2b7da7b17c1bbbbbe1b3cf35
3
+ size 28303
data/forks/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3786e67099e1fae9c7f4173666ee17581705bf1ded2e65d555efedb0a2c05bba
3
+ size 202077
data/issues/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e037c125311972b3600e38e0a128ec16b96904b2695a11fb1409bc8e213f67c
3
+ size 919662
data/members/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c55b9bdcd83371e9270f7ef90b69fe228ed0c4ea1dc5fb2aeff4eef08582fe5
3
+ size 20321
data/public_events/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ba0bd9578c7a56482bfd20911b2cfd3eda87008eab2d352f3f2b4b6068504f9
3
+ size 5564
data/pull_requests/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1753454ef53e366851a11769442faffb953c4b08a1b86ca66596bf2ce310c68
3
+ size 446416
data/pushes/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e67c36fd6fa078e87ebf98d9427aff75648237c8592d011c242120aa1dd2eeaf
3
+ size 8432777
data/stars/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2742bda08c8b059a13c1889e6c90e32aaf164e5b7661ba64c9e2550530466b3
3
+ size 230684
data/wiki_pages/2011/12/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10253922aae10a30a0264ec9b5d1a5e1c0a93a454fbaa0665cce2940498e82c5
3
+ size 89847
stats.csv CHANGED
@@ -224,4 +224,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
224
  2011-12-11,58190,0,26871,2350,3316,1147,0,0,5455,1453,15055,644,0,661,1014,191,33,0,13702958,9.9,7422219,16.8,9.9,35.3
225
  2011-12-12,86786,0,38739,4019,5991,2333,0,0,8102,2196,21445,849,0,1076,1495,454,87,0,21823651,11.8,11037967,24.2,11.8,28.6
226
  2011-12-13,82669,0,35649,3531,5617,2439,0,0,7551,2153,19479,3431,0,800,1573,389,57,0,20503814,13.2,10079974,19.8,13.2,26.8
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,0.0
 
 
224
  2011-12-11,58190,0,26871,2350,3316,1147,0,0,5455,1453,15055,644,0,661,1014,191,33,0,13702958,9.9,7422219,16.8,9.9,35.3
225
  2011-12-12,86786,0,38739,4019,5991,2333,0,0,8102,2196,21445,849,0,1076,1495,454,87,0,21823651,11.8,11037967,24.2,11.8,28.6
226
  2011-12-13,82669,0,35649,3531,5617,2439,0,0,7551,2153,19479,3431,0,800,1573,389,57,0,20503814,13.2,10079974,19.8,13.2,26.8
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,0.0