tamnd commited on
Commit
e64c89b
·
verified ·
1 Parent(s): e517bfd

Add 2011-09-10 — 43.2K 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-09-09** (151 days), totaling **7,821,386 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 692.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,7 +71,7 @@ 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** — 808,669 events in 4852 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
@@ -84,17 +84,17 @@ Events from today are captured in near-real-time from the GitHub Events API and
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 111
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 153
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 294
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 496
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
- 18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.9K
97
- 20:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 45.6K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 7.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 151 | 7,821,386 | 51,797 | 1.4 GB | 692.5 MB | 34m22s | 28m53s | 1h06m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 3.7M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 398.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 197.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 815.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,731,567 | 47.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 398,529 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 461,087 | 5.9% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 197,374 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 815,535 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 219,646 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 949,036 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 89,709 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 103,006 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 165,543 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 43,678 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 7,070 | 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-09-11** (153 days), totaling **7,911,369 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 701.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
 
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** — 811,192 events in 4872 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
 
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 111
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 150
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 383
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 498
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
+ 18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 315.9K
97
+ 20:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 48.1K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 7.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 153 | 7,911,369 | 51,708 | 1.4 GB | 701.0 MB | 35m03s | 29m05s | 1h07m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 3.8M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 403.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 199.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 824.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,777,268 | 47.7% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 403,052 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 466,978 | 5.9% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 199,823 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 824,709 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 222,479 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 963,995 | 12.2% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 90,703 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 103,985 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 167,375 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 44,248 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 7,148 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a45509093a7334ccd7044a19d409288240b7e929208b7022daf99373f7b9f1
3
+ size 27771
data/creates/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78fc0ed135d6a7e09bb90e3d2b0a38f2b8114e086c6b382549d4640b3fa994e5
3
+ size 255780
data/deletes/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0d0525921d4795715b674f843b5886ef24d38c609c906994fd9fef129dfaf6
3
+ size 17200
data/forks/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab542e7527f1c05a585e415e4f2650687c6c1abdb7164a0c26fa2d7cbb5493bb
3
+ size 69636
data/issues/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ae5e9b78137a88abd0a76c8fc6e220869d278fb76cf0fbe8075c984ef36e1c
3
+ size 78510
data/members/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:704ecbd11642e6e4676e7abd9f88d97eea1a99f263820315c0fde0ba98e28734
3
+ size 13960
data/public_events/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d8120144dfb05775dcb529f13815f2124f02da9c6227089610c9f92aa2ec141
3
+ size 4079
data/pull_requests/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccbd303fafee2057bbeb73345b7c38d6007e6f970e0cc9ec31df92e045f9a9bb
3
+ size 76383
data/pushes/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84ab4a5ebaae1a38c9e04228865695d8fba9cb6f1bd16bc918adfc5375e840e2
3
+ size 3449615
data/stars/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc0e31c9d468d4e0a23cfc13a4efe01b5bad0d4929817fc82fb712127db5d3c
3
+ size 132333
data/wiki_pages/2011/09/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb343a13f29e86fb30b27f5be23df6394580ac655bd2bc12b758c228c8219464
3
+ size 46851
stats.csv CHANGED
@@ -149,4 +149,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
149
  2011-09-06,64897,0,31770,3931,5558,2105,0,0,8114,2005,7866,706,0,897,1491,375,79,0,11942825,7.8,6347701,25.4,7.8,31.2
150
  2011-09-07,68141,0,33910,3958,5455,2193,0,0,8286,2205,8560,759,0,983,1369,380,83,0,12682680,9.0,6983329,20.4,9.0,29.3
151
  2011-09-08,65591,0,32263,4015,5231,2145,0,0,7980,2056,8299,876,0,907,1330,418,71,0,12136006,9.2,6491770,17.8,9.2,20.3
152
- 2011-09-09,60775,0,30012,3507,4853,2131,0,0,7297,1972,7650,768,0,840,1348,340,57,0,11112590,6.4,5867979,26.3,6.4,0.0
 
 
 
149
  2011-09-06,64897,0,31770,3931,5558,2105,0,0,8114,2005,7866,706,0,897,1491,375,79,0,11942825,7.8,6347701,25.4,7.8,31.2
150
  2011-09-07,68141,0,33910,3958,5455,2193,0,0,8286,2205,8560,759,0,983,1369,380,83,0,12682680,9.0,6983329,20.4,9.0,29.3
151
  2011-09-08,65591,0,32263,4015,5231,2145,0,0,7980,2056,8299,876,0,907,1330,418,71,0,12136006,9.2,6491770,17.8,9.2,20.3
152
+ 2011-09-09,60775,0,30012,3507,4853,2131,0,0,7297,1972,7650,768,0,840,1348,340,57,0,11112590,6.4,5867979,26.3,6.4,28.1
153
+ 2011-09-10,43197,0,21583,2239,2964,1194,0,0,4397,1272,7557,470,0,455,761,263,42,0,7527191,5.7,4172118,23.3,5.7,0.0
154
+ 2011-09-11,46786,0,24118,2284,2927,1255,0,0,4777,1561,7402,524,0,524,1071,307,36,0,8277171,6.5,4708751,17.9,6.5,0.0