tamnd commited on
Commit
6ea75cc
·
verified ·
1 Parent(s): 37617dc

Add 2011-11-30 — 78.8K 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-11-29** (211 days), totaling **11,808,065 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.1 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,31 +71,31 @@ 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,102,154 events in 6767 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 448
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 611
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
- 19:00 █████████████████████████████░ 316.2K
97
  20:00 ████████████████████████████░░ 304.1K
98
- 21:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33.3K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 11.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 211 | 11,808,065 | 55,962 | 2.2 GB | 1.1 GB | 54m38s | 44m44s | 1h37m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 623.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 308.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 | 5,653,425 | 47.9% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 623,827 | 5.3% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 770,939 | 6.5% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 308,477 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,199,050 | 10.2% | Repository stars |
555
- | `forks` | ForkEvent | 335,082 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,669,366 | 14.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 137,500 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 147,968 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 244,061 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 68,021 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 10,743 | 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-11-30** (212 days), totaling **11,886,896 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.1 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,104,675 events in 6792 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 450
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 612
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
+ 19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.1K
98
+ 21:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 35.8K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 11.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 212 | 11,886,896 | 56,070 | 2.2 GB | 1.1 GB | 54m56s | 44m55s | 1h38m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 628.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 310.9K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,691,451 | 47.9% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 628,903 | 5.3% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 777,003 | 6.5% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 310,877 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,206,561 | 10.2% | Repository stars |
555
+ | `forks` | ForkEvent | 337,443 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,682,967 | 14.2% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 138,230 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 148,875 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 245,660 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 68,504 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 10,816 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e726e9a7f58bf1747df7bc5678d00c69e6c302172aadc5df86df501da7fc1a
3
+ size 163850
data/creates/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ed00ec77369b5dbd804abceaded7e4c5ed9a4f5fdbbb37a145fccb372906e5f
3
+ size 393378
data/deletes/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:865c5363eb1f93bbd00504a1f143b8d33b13f74d6142153d5fcf85d177a23e09
3
+ size 27856
data/forks/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c68ef479ededa8a8b0530cec66345de79a9768284848ac3244e06938750c2c1
3
+ size 214183
data/issues/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02adc5c48aeb00d24ae06e3b2064d930ceb58a9ecdbd302bed4bb3ebfe327eef
3
+ size 1033004
data/members/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681c8ba07feddf32f7c5d82a80261ed556ded521058b965dbcd79aab4a1b9d62
3
+ size 23086
data/public_events/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45c514c5e1b9b81b2342d33816b4ff51f6a2c81b70fdf37967e96265267265d7
3
+ size 5543
data/pull_requests/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c654cc1c45a66e0c890dd76a892f93afebe589894385c0a927e64718b7d51f5
3
+ size 439081
data/pushes/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009b09e263e9b339e616f78f32fa943207cf36910d7da8bb87b5491cfb7c7396
3
+ size 8094742
data/stars/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49f44302b5fc0e7e03b1f2a8ce69e7002cd1b4ad2a8deb1b48f5550c07108b73
3
+ size 225684
data/wiki_pages/2011/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72fecb72757e360da68fd62eb784a590916295c4164ebcca66012822713dd248
3
+ size 130587
stats.csv CHANGED
@@ -209,4 +209,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
209
  2011-11-26,56769,0,24570,2816,3383,1223,0,0,5487,1466,15289,516,0,526,1223,239,31,0,12996919,8.0,7106351,20.9,8.0,28.3
210
  2011-11-27,61975,0,27671,3694,3927,1292,0,0,5463,1459,15513,665,0,631,1357,256,47,0,14591183,9.4,7700231,27.2,9.4,27.5
211
  2011-11-28,80484,0,36600,5794,9701,2264,0,0,7333,1942,13227,654,0,961,1562,377,69,0,22026925,13.2,10712646,32.1,13.2,27.0
212
- 2011-11-29,101701,0,34260,12898,23319,2088,0,0,6979,2066,16529,609,0,1019,1414,463,57,0,26204872,17.9,11151899,20.2,17.9,0.0
 
 
209
  2011-11-26,56769,0,24570,2816,3383,1223,0,0,5487,1466,15289,516,0,526,1223,239,31,0,12996919,8.0,7106351,20.9,8.0,28.3
210
  2011-11-27,61975,0,27671,3694,3927,1292,0,0,5463,1459,15513,665,0,631,1357,256,47,0,14591183,9.4,7700231,27.2,9.4,27.5
211
  2011-11-28,80484,0,36600,5794,9701,2264,0,0,7333,1942,13227,654,0,961,1562,377,69,0,22026925,13.2,10712646,32.1,13.2,27.0
212
+ 2011-11-29,101701,0,34260,12898,23319,2088,0,0,6979,2066,16529,609,0,1019,1414,463,57,0,26204872,17.9,11151899,20.2,17.9,27.9
213
+ 2011-11-30,78831,0,38026,5076,6064,2400,0,0,7511,2361,13601,730,0,907,1599,483,73,0,21758401,11.2,10750994,18.2,11.2,0.0