tamnd commited on
Commit
9941ae3
·
verified ·
1 Parent(s): 6ea75cc

Add 2011-12-01 — 90.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-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,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,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,12 +131,12 @@ duckdb.sql("""
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,14 +149,14 @@ duckdb.sql("""
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,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
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
 
 
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-01** (213 days), totaling **11,976,947 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,106,910 events in 6804 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 180
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 130
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 451
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 613
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.1K
98
+ 21:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 38.0K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 12.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 213 | 11,976,947 | 56,229 | 2.2 GB | 1.1 GB | 55m17s | 45m06s | 1h38m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 633.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 313.8K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,733,814 | 47.9% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 633,104 | 5.3% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 783,258 | 6.5% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 313,818 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,215,488 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 339,881 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,701,526 | 14.2% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 139,052 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 149,895 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 247,556 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 69,056 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 10,893 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6874fcdde86b2ff55a56568463f1adb6b148c13f2405769afcb9bee6d12f47d
3
+ size 167847
data/creates/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1082a5efe6f6286149e98db6f618d76180ca94f1b3d724a36f6885cf5160398
3
+ size 462085
data/deletes/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e2f6eac8ca852c1f515d00a7c8384ebe87c5d3995c2657a8fb8128f6946233a
3
+ size 30687
data/forks/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf913d0a23d0faf0551962ed3c12bba1837b4108d42421e34c99f682f0617b9
3
+ size 223478
data/issues/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:462a2bd76686eba739dd04f43737e99901b04ccdf497c11f20bedab9f209e12c
3
+ size 962788
data/members/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39b94c4c43e50aeae729eaa87183f14e3fec1c5f06545da39db39fe03775440
3
+ size 25935
data/public_events/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e903dc36dc89ea9df0f55dacd44a4a7ba29636e3404759ee61bedf3fc799d4cc
3
+ size 5525
data/pull_requests/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c55ba6e0e12ddd8e301751a82d38cd30783bef94cbe47daf431f3691d3fc63
3
+ size 497305
data/pushes/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20eeca8c1655224ed09f4c2d3774dd274aa7a78c85cbe1c5a6f5bbff2e170bc1
3
+ size 9355032
data/stars/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e287ac06549205d48e01260f7979db758b4db7b9c767ea6abb9546219c48adc
3
+ size 258036
data/wiki_pages/2011/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:885d2bfcc0443aa814b6278f6b446d3e87925173c1f62933f04817be5efc4e60
3
+ size 144149
stats.csv CHANGED
@@ -210,4 +210,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,29.5
214
+ 2011-12-01,90051,0,42363,4201,6255,2941,0,0,8927,2438,18559,822,0,1020,1896,552,77,0,24307839,10.9,12132867,20.7,10.9,0.0