tamnd commited on
Commit
74a99ac
·
verified ·
1 Parent(s): 759970b

Add 2011-08-21 — 38.9K 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-08-20** (131 days), totaling **6,678,260 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 585.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,10 +71,10 @@ 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** — 760,949 events in 4609 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 105
@@ -82,18 +82,18 @@ Events from today are captured in near-real-time from the GitHub Events API and
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 109
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 285
92
  15:00 █░░░░░░��░░░░░░░░░░░░░░░░░░░░░░ 366
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 476
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
- 19:00 █████████████████████████████░ 314.0K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 131 | 6,678,260 | 50,979 | 1.2 GB | 585.8 MB | 27m10s | 26m18s | 57m54s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 330.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 162.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 679.1K
167
  ```
168
 
169
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 3,158,379 | 47.3% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 330,831 | 5.0% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 368,918 | 5.5% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 161,962 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 679,062 | 10.2% | Repository stars |
555
- | `forks` | ForkEvent | 183,206 | 2.7% | Repository forks |
556
- | `creates` | CreateEvent | 806,731 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 76,867 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 87,896 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 141,651 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 37,349 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 5,802 | 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-08-21** (132 days), totaling **6,717,206 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 589.6 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** — 762,709 events in 4618 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 105
 
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
92
  15:00 █░░░░░░��░░░░░░░░░░░░░░░░░░░░░░ 366
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 476
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
+ 19:00 █████████████████████████████░ 315.8K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 132 | 6,717,206 | 50,887 | 1.2 GB | 589.6 MB | 27m27s | 26m25s | 58m17s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 332.6K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 162.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 683.9K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,179,260 | 47.3% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 332,639 | 5.0% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 371,317 | 5.5% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 162,934 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 683,926 | 10.2% | Repository stars |
555
+ | `forks` | ForkEvent | 184,533 | 2.7% | Repository forks |
556
+ | `creates` | CreateEvent | 811,741 | 12.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 77,190 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 88,254 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 142,455 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 37,518 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 5,833 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cab8b29dcf64aaa1a6298b8f6a1b8a296a528db1795fd1c56a341710859721ea
3
+ size 24129
data/creates/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c2ffcd36e35d376a72bd2b509f916b75c2cfe530c5063f19d89e0c1e8fa7f2e
3
+ size 211284
data/deletes/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf18141d765adb81f6dcb4f981d25d79ee192c7b1c96dc353141185c60063ed
3
+ size 14536
data/forks/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7346438ff72dad100b2ecaa56d052ee47907e0de2e6e07d83a5e58b0e70cc689
3
+ size 70478
data/issues/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37b9d676692531dc17bb2c95ab81d50639b41ae40898d258b2696c755244285
3
+ size 73475
data/members/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c847ef5b535e0d167ba3d90f8e93da24875e9e5e6b205b6d515086a47bca122
3
+ size 10196
data/public_events/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c058262d30971e18ab5f9701d8c3436c39311bffbafabcb470ef342281eb529
3
+ size 3572
data/pull_requests/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83aeb89cc1f431c277a22df2dcba21dea16e9aaa5990134d4399925eef7e16a5
3
+ size 69019
data/pushes/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e47e1e8f4ab87fb9bda6b9dddd650e7f8f0c7432fb94fb060f314702a01748
3
+ size 3301432
data/stars/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f14f8cc26daed41d32b9e05330b466e8f52d44f3605f1beed8a3e1f9b86c2c
3
+ size 140414
data/wiki_pages/2011/08/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e808df81731720f5a04afd2a0aa55a8f6b2bc9c9c2d28d3448535560cbb3029
3
+ size 49717
stats.csv CHANGED
@@ -129,4 +129,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
129
  2011-08-17,61312,0,30955,3443,5132,1978,0,0,7188,1974,7240,646,0,891,1501,305,59,0,11428132,10.6,6059216,25.8,10.6,31.7
130
  2011-08-18,61841,0,30023,4783,6222,1900,0,0,6966,1828,7038,767,0,742,1205,303,64,0,10894539,9.9,5760927,18.4,9.9,25.3
131
  2011-08-19,60442,0,27818,4744,6901,1779,0,0,7202,1877,7142,530,0,720,1375,296,58,0,10436247,10.4,5550963,21.0,10.4,21.7
132
- 2011-08-20,35099,0,17616,1793,2203,775,0,0,5551,1301,4288,260,0,431,675,170,36,0,6109284,4.7,3457636,16.2,4.7,0.0
 
 
129
  2011-08-17,61312,0,30955,3443,5132,1978,0,0,7188,1974,7240,646,0,891,1501,305,59,0,11428132,10.6,6059216,25.8,10.6,31.7
130
  2011-08-18,61841,0,30023,4783,6222,1900,0,0,6966,1828,7038,767,0,742,1205,303,64,0,10894539,9.9,5760927,18.4,9.9,25.3
131
  2011-08-19,60442,0,27818,4744,6901,1779,0,0,7202,1877,7142,530,0,720,1375,296,58,0,10436247,10.4,5550963,21.0,10.4,21.7
132
+ 2011-08-20,35099,0,17616,1793,2203,775,0,0,5551,1301,4288,260,0,431,675,170,36,0,6109284,4.7,3457636,16.2,4.7,23.8
133
+ 2011-08-21,38946,0,20881,1808,2399,972,0,0,4864,1327,5010,323,0,358,804,169,31,0,7101157,7.5,3968252,16.4,7.5,0.0