tamnd commited on
Commit
fcc8a01
·
1 Parent(s): 3812ce5

Add 2011-06-16 — 52.6K 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-06-15** (77 days), totaling **3,376,639 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 624.8 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 330.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,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** — 458,721 events in 2651 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 79
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 87
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 55
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 49
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 65
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 87
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 87
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
91
- 14:00 █░░░░░░░░���░░░░░░░░░░░░░░░░░░░░ 189
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 365
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.8K
96
- 19:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13.6K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 77 | 3,376,639 | 43,852 | 624.8 MB | 330.2 MB | 11m17s | 15m19s | 30m28s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 174.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 84.7K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 389.4K
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 | 1,795,168 | 53.2% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 174,522 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 160,954 | 4.8% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 84,662 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 389,406 | 11.5% | Repository stars |
555
- | `forks` | ForkEvent | 100,968 | 3.0% | Repository forks |
556
- | `creates` | CreateEvent | 468,387 | 13.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 45,429 | 1.3% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 49,035 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 82,542 | 2.4% | Wiki page edits |
560
- | `members` | MemberEvent | 22,393 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 3,173 | 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-06-16** (78 days), totaling **3,429,223 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 634.2 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 335.3 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** — 460,775 events in 2666 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 79
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 87
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 56
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 49
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 87
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 88
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 191
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 366
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.8K
96
+ 19:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.7K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 78 | 3,429,223 | 43,964 | 634.2 MB | 335.3 MB | 11m33s | 15m38s | 30m50s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 177.3K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 86.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 395.5K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 1,821,996 | 53.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 177,283 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 164,958 | 4.8% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 86,187 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 395,504 | 11.5% | Repository stars |
555
+ | `forks` | ForkEvent | 102,604 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 474,989 | 13.9% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 45,955 | 1.3% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 50,012 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 83,780 | 2.4% | Wiki page edits |
560
+ | `members` | MemberEvent | 22,718 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 3,237 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4075423d6d57c59a5eec340bc12eb1e440d97158f1d4790ac748491752312f82
3
+ size 43584
data/creates/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9752c9c59dd66a9ab6034facec6630a23690ec43bdc97d95572456ced1c9829
3
+ size 268289
data/deletes/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:789daf593f43b7e273189b8f7cd1de75345e170b1c04d66b8bb6faf59c70bf85
3
+ size 21218
data/forks/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c48595b2b89c927a3150f578177e032a99306937d057dd76ee36a5e3a46cd060
3
+ size 85249
data/issues/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7219646cce10a40e251eacb66069383dc84846313c03e5971679a75a1d0be14a
3
+ size 95166
data/members/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:481e198976770c098b5288d6322876e3595d4ef591a7b04988f3d278180cfa01
3
+ size 16736
data/public_events/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb1abbee788a3038b1156b2e50364ad6c93a7120c41aa7f1bd10440d60f53e80
3
+ size 4878
data/pull_requests/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0637819a68885df117d9140f0851746f778b7e313c658ed35e8841a4cd18f7e8
3
+ size 93101
data/pushes/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72cf33e0318fae2000d24848712a9f39e5d2900e2e74d44b31589c6f8374a045
3
+ size 4441150
data/stars/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7de27d896f3a574743fac6682d6b3dea82b8812b475438d41951e2681783a214
3
+ size 176870
data/wiki_pages/2011/06/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83d600e23809facf07ad53718011366f2f238e8d4702e130f0b740c699276ccd
3
+ size 94242
stats.csv CHANGED
@@ -75,4 +75,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
75
  2011-06-12,31880,0,16876,1542,1965,770,0,0,3758,935,4374,298,0,390,762,185,25,0,5827286,12.8,3366093,10.9,12.8,28.9
76
  2011-06-13,49590,0,25435,2348,3251,1292,0,0,6087,1623,6487,879,0,793,1043,289,63,0,9179640,15.0,5140764,10.7,15.0,27.0
77
  2011-06-14,51594,0,27153,2520,3683,1453,0,0,5764,1641,6709,441,0,804,1051,327,48,0,9720506,16.1,5520666,9.5,16.1,22.1
78
- 2011-06-15,51260,0,26470,2887,3814,1508,0,0,5953,1785,6042,436,0,691,1266,330,78,0,9642120,15.7,5379142,6.1,15.7,0.0
 
 
75
  2011-06-12,31880,0,16876,1542,1965,770,0,0,3758,935,4374,298,0,390,762,185,25,0,5827286,12.8,3366093,10.9,12.8,28.9
76
  2011-06-13,49590,0,25435,2348,3251,1292,0,0,6087,1623,6487,879,0,793,1043,289,63,0,9179640,15.0,5140764,10.7,15.0,27.0
77
  2011-06-14,51594,0,27153,2520,3683,1453,0,0,5764,1641,6709,441,0,804,1051,327,48,0,9720506,16.1,5520666,9.5,16.1,22.1
78
+ 2011-06-15,51260,0,26470,2887,3814,1508,0,0,5953,1785,6042,436,0,691,1266,330,78,0,9642120,15.7,5379142,6.1,15.7,22.0
79
+ 2011-06-16,52584,0,26828,2761,4004,1525,0,0,6098,1636,6602,526,0,977,1238,325,64,0,9883096,19.0,5340483,15.9,19.0,0.0