tamnd commited on
Commit
fb63bf6
·
verified ·
1 Parent(s): 7e9da53

Add 2011-08-02 — 58.3K 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-01** (112 days), totaling **5,692,257 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 492.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,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** — 705,485 events in 4164 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 83
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 104
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 88
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 86
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 455
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.5K
95
  18:00 ██████████████████████████████ 323.2K
96
- 19:00 ████████████████████████░░░░░░ 258.9K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 5.7M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 112 | 5,692,257 | 50,823 | 1.0 GB | 492.8 MB | 21m18s | 22m08s | 47m07s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 272.4K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 132.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 570.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 | 2,658,199 | 46.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 272,368 | 4.8% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 287,986 | 5.1% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 132,408 | 2.3% | PR lifecycle events |
554
- | `stars` | WatchEvent | 570,498 | 10.0% | Repository stars |
555
- | `forks` | ForkEvent | 152,233 | 2.7% | Repository forks |
556
- | `creates` | CreateEvent | 683,875 | 12.0% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 64,701 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 73,624 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 119,706 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 32,272 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 4,781 | 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-02** (113 days), totaling **5,750,525 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 498.2 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** — 712,495 events in 4263 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 145
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 109
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 89
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 89
85
+ 08:00 █░░░░░░���░░░░░░░░░░░░░░░░░░░░░░ 99
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 146
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 351
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.5K
95
  18:00 ██████████████████████████████ 323.2K
96
+ 19:00 ████████████████████████░░░░░░ 265.8K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 5.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 113 | 5,750,525 | 50,889 | 1.0 GB | 498.2 MB | 21m35s | 22m26s | 49m38s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 275.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 134.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 577.0K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,688,163 | 46.7% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 275,661 | 4.8% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 292,332 | 5.1% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 134,208 | 2.3% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 576,959 | 10.0% | Repository stars |
555
+ | `forks` | ForkEvent | 154,088 | 2.7% | Repository forks |
556
+ | `creates` | CreateEvent | 690,931 | 12.0% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 65,322 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 74,512 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 121,309 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 32,597 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 4,837 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/02.parquet ADDED
Binary file (41.6 kB). View file
 
data/creates/2011/08/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f214a5d59e8d8e0ae24f2d14bebf49dfd7211c9b719e9223e0992ea36b842f10
3
+ size 301423
data/deletes/2011/08/02.parquet ADDED
Binary file (26.7 kB). View file
 
data/forks/2011/08/02.parquet ADDED
Binary file (93.9 kB). View file
 
data/issues/2011/08/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22871c1e2805d7ff2c636f161ef08753a8f4dc47d7f78926db28c5aae0671411
3
+ size 109556
data/members/2011/08/02.parquet ADDED
Binary file (16.8 kB). View file
 
data/public_events/2011/08/02.parquet ADDED
Binary file (5.05 kB). View file
 
data/pull_requests/2011/08/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa1edc90f110e910c0a7126251399825b6b2dd084417143eeecd0886bbf9f454
3
+ size 104954
data/pushes/2011/08/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfe60c3b381d18ce8cd9e1abc9583d56e23973e82401101409786fa4b887a01b
3
+ size 4692189
data/stars/2011/08/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b7d0170bf61964bcbd13de16b3a1563be99210dd0980ccb87cf9010d07feb8
3
+ size 191111
data/wiki_pages/2011/08/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0518338a4b596041a9cef199135b3f18bf8650fb65655f07a643457dcd20bbeb
3
+ size 119974
stats.csv CHANGED
@@ -110,4 +110,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
110
  2011-07-29,54127,0,27086,2985,4143,1605,0,0,5667,1663,7901,694,0,753,1281,276,73,0,9881968,15.5,5375448,16.2,15.5,42.6
111
  2011-07-30,32233,0,17422,1519,2118,841,0,0,3509,926,4293,272,0,442,639,225,27,0,5963077,11.1,3373933,14.9,11.1,29.4
112
  2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,12.1,3776481,15.8,12.1,24.4
113
- 2011-08-01,52236,0,26692,3026,4051,1629,0,0,5715,1672,6442,578,0,867,1196,320,48,0,9826434,14.8,5271471,15.7,14.8,0.0
 
 
110
  2011-07-29,54127,0,27086,2985,4143,1605,0,0,5667,1663,7901,694,0,753,1281,276,73,0,9881968,15.5,5375448,16.2,15.5,42.6
111
  2011-07-30,32233,0,17422,1519,2118,841,0,0,3509,926,4293,272,0,442,639,225,27,0,5963077,11.1,3373933,14.9,11.1,29.4
112
  2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,12.1,3776481,15.8,12.1,24.4
113
+ 2011-08-01,52236,0,26692,3026,4051,1629,0,0,5715,1672,6442,578,0,867,1196,320,48,0,9826434,14.8,5271471,15.7,14.8,150.3
114
+ 2011-08-02,58268,0,29964,3293,4346,1800,0,0,6461,1855,7056,621,0,888,1603,325,56,0,10887764,17.8,5703249,17.0,17.8,0.0