tamnd commited on
Commit
ecdae46
·
verified ·
1 Parent(s): 000e0ab

Add 2011-12-19 — 76.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-12-18** (230 days), totaling **13,261,154 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.3 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,141,383 events in 7129 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 178
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
92
- 15:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 459
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 627
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.2K
98
- 21:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 72.1K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -136,27 +136,27 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 230 | 13,261,154 | 57,657 | 2.5 GB | 1.3 GB | 1h01m | 48m13s | 1h47m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 6.3M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 694.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 349.0K
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 | 6,314,700 | 47.6% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 694,862 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 873,024 | 6.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 348,969 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,334,153 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 374,401 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 2,003,674 | 15.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 154,978 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 164,105 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 271,621 | 2.0% | Wiki page edits |
560
- | `members` | MemberEvent | 75,097 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 11,964 | 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-19** (231 days), totaling **13,338,073 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.3 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,143,810 events in 7154 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 394
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 461
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 629
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.2K
98
+ 21:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 74.5K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 231 | 13,338,073 | 57,740 | 2.6 GB | 1.3 GB | 1h02m | 48m26s | 1h48m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 6.4M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 698.6K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 351.5K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 6,352,406 | 47.6% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 698,644 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 878,880 | 6.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 351,547 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,341,739 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 376,809 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 2,016,867 | 15.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 155,867 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 165,089 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 273,127 | 2.0% | Wiki page edits |
560
+ | `members` | MemberEvent | 75,425 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 12,067 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3badba5a5ed1285a8387fe0851b152ba18cd4c9d22e4e0cdebcf84b958b5fc5
3
+ size 148693
data/creates/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91fb3171330826a797c64757af235458894a641c85fc7fd79753becaf114e48d
3
+ size 394331
data/deletes/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f18d2375aed461567cd35918eb476b91bb9982d843ebb03b69e78cc26727eb
3
+ size 28782
data/forks/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91940aa9ad728f735c8dc12287919011b8bb7aa1b10b7ff7a419611eed6adb33
3
+ size 224078
data/issues/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4c98b99d91bafc39081961401dede7c1071946417e8112a3fd09f71938289cc
3
+ size 807656
data/members/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8588092c5f889f56322c1bdef58fe88f2aa300af87bc1d9ec490763cdee1b25f
3
+ size 17559
data/public_events/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6c7f3d3822b02eda5b918bcb8e523283671392582783fd3a0fa9176c19d9f4
3
+ size 6642
data/pull_requests/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1efcef5ba5301619cb447c9900a427ec270bde057a85bd2ce218a30159d41944
3
+ size 455814
data/pushes/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9891f32a140fff0f7106a04ef79d9861014bf65006f1c528e52049c788320f9f
3
+ size 8255778
data/stars/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:411e0d5960e50ac5f35460b76d9ef71f929a3fa604d545ec0b401927efe53110
3
+ size 226093
data/wiki_pages/2011/12/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:711092ba3139560a9c72edb4528b221e6f6bca1c143dbdfb58e20938a7596edc
3
+ size 87367
stats.csv CHANGED
@@ -228,4 +228,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
228
  2011-12-15,87146,0,38644,4039,6057,2483,0,0,7753,2151,22060,780,0,1069,1591,451,68,0,22389131,13.9,11010747,30.3,13.9,23.2
229
  2011-12-16,89523,0,38686,4011,6301,2730,0,0,7749,2464,23300,986,0,1009,1824,372,91,0,22741485,13.1,11165675,21.6,13.1,32.1
230
  2011-12-17,57846,0,25237,2511,3441,1390,0,0,4750,1737,16148,443,0,671,1247,234,37,0,13868251,7.9,7374948,20.3,7.9,30.3
231
- 2011-12-18,61955,0,28149,3104,3633,1486,0,0,5269,1716,15805,745,0,583,1239,175,51,0,14773645,10.3,7704091,32.5,10.3,0.0
 
 
228
  2011-12-15,87146,0,38644,4039,6057,2483,0,0,7753,2151,22060,780,0,1069,1591,451,68,0,22389131,13.9,11010747,30.3,13.9,23.2
229
  2011-12-16,89523,0,38686,4011,6301,2730,0,0,7749,2464,23300,986,0,1009,1824,372,91,0,22741485,13.1,11165675,21.6,13.1,32.1
230
  2011-12-17,57846,0,25237,2511,3441,1390,0,0,4750,1737,16148,443,0,671,1247,234,37,0,13868251,7.9,7374948,20.3,7.9,30.3
231
+ 2011-12-18,61955,0,28149,3104,3633,1486,0,0,5269,1716,15805,745,0,583,1239,175,51,0,14773645,10.3,7704091,32.5,10.3,26.7
232
+ 2011-12-19,76919,0,37706,3782,5856,2578,0,0,7586,2408,13193,889,0,984,1506,328,103,0,21639337,12.7,10652793,21.5,12.7,0.0