tamnd commited on
Commit
0a62286
·
verified ·
1 Parent(s): 4df8528

Add 2011-10-24 — 69.5K events, 11 files

Browse files
README.md CHANGED
@@ -61,9 +61,9 @@ 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-10-12** (184 days), totaling **9,898,396 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 1.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 890.8 MB 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
@@ -71,30 +71,30 @@ 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** — 996,927 events in 6027 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 184
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 111
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 153
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 196
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 285
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 352
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 422
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 563
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
- 20:00 █████████████████████░░░░░░░░░ 232.7K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 9.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 184 | 9,898,396 | 53,795 | 1.7 GB | 890.8 MB | 44m57s | 33m05s | 1h22m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 518.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 257.1K
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 | 4,790,940 | 48.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 517,991 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 620,568 | 6.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 257,125 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,026,658 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 282,009 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,242,787 | 12.6% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 117,224 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 127,995 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 209,525 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 56,825 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 9,143 | 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-10-24** (185 days), totaling **9,967,849 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 1.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 900.7 MB 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
 
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** — 997,005 events in 6072 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 196
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 424
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 572
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
+ 20:00 █████████████████████░░░░░░░░░ 232.8K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 10.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 185 | 9,967,849 | 53,880 | 1.8 GB | 900.7 MB | 45m05s | 33m36s | 1h22m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 521.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 259.4K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,827,690 | 48.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 521,933 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 625,970 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 259,444 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,033,783 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 284,114 | 2.9% | Repository forks |
556
+ | `creates` | CreateEvent | 1,251,166 | 12.6% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 118,033 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 128,767 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 210,795 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 57,327 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 9,221 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d8c5e2750545cafd38bb07d6c183019b498a9a59744cf5797cfbd71bb99e89
3
+ size 123786
data/creates/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8b8969d14672c2e57bf00ab5c9b709c22dc964d6cd38c1c0762676f85233ae
3
+ size 349167
data/deletes/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15326243a8fc0f316ee1fff7d707d620a6a827f470c2712ced0852796032c4e3
3
+ size 29241
data/forks/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87f67fd075920ed9740f9e6950782a3d735701eb84cfd9be10ab3ac6b91d180
3
+ size 196625
data/issues/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef8163e08b46dcf54ea5fd45c754cc587ea52a8c0c12ed3f1a0c2a08efa369c
3
+ size 850369
data/members/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb5e1257e4938bbb6443bd75071daddf73237cb7f2bb4aa5d8cee79976fe2046
3
+ size 23870
data/public_events/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e96706f5ddb714e77943d4d6a9714ddf738e020ec023cc13524a2a1bdb4c50
3
+ size 5720
data/pull_requests/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5cc72f6d281cb33d3a9c9fe46a2a4959d19e7aadde7d3969329789edcd7bba
3
+ size 416619
data/pushes/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f48c5ceeb07fb866d939254c71b5b40ffc11a5d63c192100510ac0d3f58475a4
3
+ size 8076753
data/stars/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da56a2e7e7c7ef62d45c76e463c414683b21fb7cc83259e7a1c50451b7bdc13
3
+ size 212275
data/wiki_pages/2011/10/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bde3c80de3a9fa2d3e3ee279c56898d0a1a23ef2655a54cb8f15a1d2a338b1d
3
+ size 100256
stats.csv CHANGED
@@ -183,3 +183,4 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
183
  2011-10-10,66510,0,34366,3624,5148,2064,0,0,6808,2040,8674,842,0,857,1590,444,53,0,17318760,8.4,7812089,17.8,8.4,30.0
184
  2011-10-11,81326,0,36466,8127,12267,2311,0,0,6888,2198,9050,1007,0,998,1473,469,72,0,21448753,13.3,8697975,18.9,13.3,27.2
185
  2011-10-12,71502,0,36279,4043,5635,2297,0,0,6778,2230,10394,868,0,933,1462,497,86,0,18520737,10.7,8146841,23.7,10.7,22.4
 
 
183
  2011-10-10,66510,0,34366,3624,5148,2064,0,0,6808,2040,8674,842,0,857,1590,444,53,0,17318760,8.4,7812089,17.8,8.4,30.0
184
  2011-10-11,81326,0,36466,8127,12267,2311,0,0,6888,2198,9050,1007,0,998,1473,469,72,0,21448753,13.3,8697975,18.9,13.3,27.2
185
  2011-10-12,71502,0,36279,4043,5635,2297,0,0,6778,2230,10394,868,0,933,1462,497,86,0,18520737,10.7,8146841,23.7,10.7,22.4
186
+ 2011-10-24,69453,0,36750,3942,5402,2319,0,0,7125,2105,8379,809,0,772,1270,502,78,0,21333055,31.2,10384681,8.3,31.2,0.0