tamnd commited on
Commit
144b145
·
verified ·
1 Parent(s): b37dca6

Add 2011-12-05 — 78.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-12-04** (216 days), totaling **12,191,136 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 2.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.1 GB 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,31 +71,31 @@ 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,112,945 events in 6874 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
91
- 14:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 382
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 452
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 616
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
- 20:00 ████████████████████████████░░ 304.1K
98
- 21:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 43.9K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -131,32 +131,32 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 12.2M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 216 | 12,191,136 | 56,440 | 2.3 GB | 1.1 GB | 56m14s | 45m33s | 1h39m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 5.8M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 642.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 319.1K
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 | 5,832,240 | 47.8% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 642,505 | 5.3% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 795,947 | 6.5% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 319,091 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,234,112 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 345,687 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,755,385 | 14.4% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 141,344 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 152,160 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 251,767 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 70,237 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 11,055 | 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-12-05** (217 days), totaling **12,269,203 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 2.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.2 GB 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,112,981 events in 6892 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 184
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 323
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 383
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 452
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 617
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
+ 20:00 ████████████████████████████░░ 304.2K
98
+ 21:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 44.0K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 12.3M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 217 | 12,269,203 | 56,540 | 2.3 GB | 1.2 GB | 56m35s | 45m44s | 1h40m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 5.9M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 646.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 321.3K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,869,479 | 47.8% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 646,538 | 5.3% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 803,172 | 6.5% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 321,270 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,242,625 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 347,845 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,768,237 | 14.4% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 142,233 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 153,078 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 253,355 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 70,646 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 11,119 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61de32835352e7312930d7557a5c7426bbef988b4f88da3f2f1e84f9498bf590
3
+ size 134992
data/creates/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20cc72086f799bec004c85b5f460a89ae040160d2044ba47564701e37cf7123d
3
+ size 384435
data/deletes/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8667eb20da85756116fdd4323774e78cf95822d06083787c885c59d91a43b9
3
+ size 29342
data/forks/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08646d8ad91567309b23a35abedcc265ff484f7c4e3d33e866a4a53dba606c6
3
+ size 199548
data/issues/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b93b0ea80ca07b6c2fc621dd61afc4b326335ed49b243e5f9ad9dbb687b303a
3
+ size 790040
data/members/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0971ca3d5d7154da93916b4c31fcff9a8ca85a63ede27035b6490c25e7c314ec
3
+ size 20893
data/public_events/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00094f8dda7c700061138f1fa245320b2d0fb9689abb4a6baf85cd8ab8ed6bdc
3
+ size 5243
data/pull_requests/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae363001d05d572a5440ffea89645c39f85e94044f6bdb6dee5e88c120278695
3
+ size 397182
data/pushes/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8491155584118e6e716a5310e265716d84677b6a2426b2787b088370ea71efa1
3
+ size 8101972
data/stars/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2814b3a9e716dddb1232b67537b2b52ecda14e8e8b216d1585346e242ba88a07
3
+ size 244286
data/wiki_pages/2011/12/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0cd200e7a7b7cda3c5f1b69f9b87b568aa1f9f80a43c9e5eafdecc975fe7c5
3
+ size 121455
stats.csv CHANGED
@@ -214,4 +214,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
214
  2011-12-01,90051,0,42363,4201,6255,2941,0,0,8927,2438,18559,822,0,1020,1896,552,77,0,24307839,10.9,12132867,20.7,10.9,25.1
215
  2011-12-02,85270,0,37777,3527,5376,2372,0,0,7654,2325,22306,1042,0,907,1504,418,62,0,21154484,9.1,10550313,19.7,9.1,29.4
216
  2011-12-03,62894,0,28797,3054,3701,1437,0,0,5535,1784,15588,593,0,545,1345,464,51,0,14982780,8.8,7597772,18.6,8.8,28.6
217
- 2011-12-04,66025,0,31852,2820,3612,1464,0,0,5435,1697,15965,657,0,813,1362,299,49,0,15690212,9.1,8259169,19.1,9.1,0.0
 
 
214
  2011-12-01,90051,0,42363,4201,6255,2941,0,0,8927,2438,18559,822,0,1020,1896,552,77,0,24307839,10.9,12132867,20.7,10.9,25.1
215
  2011-12-02,85270,0,37777,3527,5376,2372,0,0,7654,2325,22306,1042,0,907,1504,418,62,0,21154484,9.1,10550313,19.7,9.1,29.4
216
  2011-12-03,62894,0,28797,3054,3701,1437,0,0,5535,1784,15588,593,0,545,1345,464,51,0,14982780,8.8,7597772,18.6,8.8,28.6
217
+ 2011-12-04,66025,0,31852,2820,3612,1464,0,0,5435,1697,15965,657,0,813,1362,299,49,0,15690212,9.1,8259169,19.1,9.1,25.7
218
+ 2011-12-05,78067,0,37239,4033,7225,2179,0,0,8513,2158,12852,889,0,918,1588,409,64,0,20882321,11.2,10429388,20.4,11.2,0.0