tamnd commited on
Commit
1918b3f
·
verified ·
1 Parent(s): ee3eebf

Add 2011-10-28 — 70.4K 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-27** (188 days), totaling **10,168,568 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 929.0 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** — 1,013,149 events in 6126 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 132
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 114
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 123
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 160
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 424
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 574
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
- 20:00 ███████████████████████░░░░░░░ 248.9K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,27 +136,27 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 188 | 10,168,568 | 54,088 | 1.8 GB | 929.0 MB | 46m31s | 35m13s | 1h24m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 4.9M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 533.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 265.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 | 4,930,026 | 48.5% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 533,003 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 641,361 | 6.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 265,935 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,055,880 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 290,931 | 2.9% | Repository forks |
556
- | `creates` | CreateEvent | 1,276,512 | 12.6% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 120,858 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 131,276 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 214,639 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 59,102 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 9,439 | 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-28** (189 days), totaling **10,238,949 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 936.9 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** — 1,021,290 events in 6197 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 134
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 161
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 356
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 427
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 577
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
+ 20:00 ███████████████████████░░░░░░░ 257.0K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 189 | 10,238,949 | 54,174 | 1.8 GB | 936.9 MB | 46m49s | 35m43s | 1h25m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 5.0M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 535.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 267.8K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,957,454 | 48.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 535,840 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 645,434 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 267,823 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,061,322 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 292,789 | 2.9% | Repository forks |
556
+ | `creates` | CreateEvent | 1,300,725 | 12.7% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 121,499 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 131,815 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 215,715 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 59,427 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 9,500 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824c452bc7352d7a62c74c7b608524cff9eb2945ee47edead3c04158db2830ae
3
+ size 84101
data/creates/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18fd46e1337d85b239878a6cb676618d45a46d53be4199b2ae8529f5fc1634f0
3
+ size 407864
data/deletes/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0c7118984bedc43cc15df82f8993860c7521527021a74c7e0fd349895842ad
3
+ size 26109
data/forks/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f718b5a576405cdfecd66dfcf6d09cd3091b4a90df52d7ba85e6ac301c1379
3
+ size 174010
data/issues/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:507ef1f35e8fed460664e9c04be02ccce84ae7d8d3db048998c387c83a3beac7
3
+ size 631208
data/members/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4baec5d0a6df3a0d5bd8a1f30086b3d5b4f77d32dab09023e2284616df8a0ef
3
+ size 17553
data/public_events/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfe144f1b1cde69a699ec3a34fef6ef14e3c1cdd0798369ac92ab2739eb2eeea
3
+ size 5114
data/pull_requests/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d10b762db39b1fb18143f846f407193c61e8e536a82692c42ea8e8efa3f10b11
3
+ size 336818
data/pushes/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33b3e01488bf5d9f989011c4c83dd35877c154120a3a96619ebb063fe970b17b
3
+ size 6361340
data/stars/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b51279ea9daffc658208360687440aa7da1acf39f4ddfa7acc63315bc87d624f
3
+ size 166786
data/wiki_pages/2011/10/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94fe9b390a590105ea14484b4e2e1fe9c8ee4d79ec87089b02c16251f6d8f9f6
3
+ size 85176
stats.csv CHANGED
@@ -186,4 +186,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,39.5
187
  2011-10-25,74899,0,37462,4140,5634,2406,0,0,8668,2558,10184,881,0,896,1402,586,82,0,22294342,36.5,10746874,38.8,36.5,40.5
188
  2011-10-26,73436,0,37400,4083,5780,2276,0,0,8030,2369,8759,1460,0,930,1441,819,89,0,22413620,35.1,10821255,22.2,35.1,40.1
189
- 2011-10-27,52384,0,27474,2847,3977,1809,0,0,5399,1890,6403,484,0,683,1001,370,47,0,15746487,25.0,8141315,24.8,25.0,0.0
 
 
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,39.5
187
  2011-10-25,74899,0,37462,4140,5634,2406,0,0,8668,2558,10184,881,0,896,1402,586,82,0,22294342,36.5,10746874,38.8,36.5,40.5
188
  2011-10-26,73436,0,37400,4083,5780,2276,0,0,8030,2369,8759,1460,0,930,1441,819,89,0,22413620,35.1,10821255,22.2,35.1,40.1
189
+ 2011-10-27,52384,0,27474,2847,3977,1809,0,0,5399,1890,6403,484,0,683,1001,370,47,0,15746487,25.0,8141315,24.8,25.0,40.2
190
+ 2011-10-28,70381,0,27428,2837,4073,1888,0,0,5442,1858,24213,641,0,539,1076,325,61,0,16058295,29.9,8296079,18.1,29.9,0.0