tamnd commited on
Commit
759970b
·
verified ·
1 Parent(s): 20127dc

Add 2011-08-20 — 35.1K 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-19** (130 days), totaling **6,643,161 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 582.5 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,29 +71,29 @@ 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** — 759,093 events in 4599 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 104
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 130
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 109
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 191
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 ████████████████████████████░ 312.2K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 6.6M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 130 | 6,643,161 | 51,101 | 1.2 GB | 582.5 MB | 26m54s | 26m13s | 57m32s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 3.1M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 329.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 161.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 673.5K
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,140,763 | 47.3% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 329,038 | 5.0% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 366,715 | 5.5% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 161,187 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 673,511 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 181,905 | 2.7% | Repository forks |
556
- | `creates` | CreateEvent | 802,443 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 76,607 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 87,465 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 140,976 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 37,179 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 5,766 | 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-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
 
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
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
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
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 6.7M
135
  ```
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
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 3.2M
146
  ```
147
 
148
 
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
 
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
 
data/commit_comments/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e232d9ae51b4c8aab11e4ea1833cc44512d14da882f885180dca28bf159463
3
+ size 25585
data/creates/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68433ae2b0cfed2b72095f619badc86195455808353755c91af00f2dda51dab8
3
+ size 183010
data/deletes/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f39e41244cddf2a435192260243364a3c601eb148b322de0e93c4832f110134
3
+ size 12827
data/forks/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71c9607ec84292e6a3d313d84d3ecb223e99cf5a91d96b2adc654258f8dbb58f
3
+ size 66757
data/issues/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcbe8f892293e764c44c816a82cbdb62b265840b6146c725722b42f5e7bc12d5
3
+ size 65416
data/members/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d463b8ae81b0c9e8bcd9bd7af4085f29ab3ac958ef5de117e07777d4c2db54
3
+ size 10579
data/public_events/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b808833fa0f269d1ffd60fa856f328532f0623454800d801f01ada76e0e705c
3
+ size 3767
data/pull_requests/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:639069cdc0da83e4fdc27235747ee98eca6e6d939196e794fcc6202db0e6e8dd
3
+ size 56589
data/pushes/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95f3cca7bd87866b987d4011d537be554a06c0aa074de5e123b4d7bb52fdbd26
3
+ size 2825219
data/stars/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9684e4bef7826597ae2757fcfc80917c4429c483a60b4d07e624811bb245c38f
3
+ size 153144
data/wiki_pages/2011/08/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea86bc764c390ddd2c7831e261a493cefd1a95a77477f6517fcd8ca7d58c4f85
3
+ size 54743
stats.csv CHANGED
@@ -128,4 +128,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
128
  2011-08-16,58164,0,29846,3205,4690,1814,0,0,6629,1903,6705,775,0,963,1208,369,57,0,10928027,9.4,6066929,21.4,9.4,20.8
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,0.0
 
 
128
  2011-08-16,58164,0,29846,3205,4690,1814,0,0,6629,1903,6705,775,0,963,1208,369,57,0,10928027,9.4,6066929,21.4,9.4,20.8
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