tamnd commited on
Commit
579c247
·
verified ·
1 Parent(s): 2bbd620

Add 2012-08-04 — 79.5K 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 **2012-08-03** (413 days), totaling **32,526,408 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 7.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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,25 +71,25 @@ 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,821,283 events in 12008 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 359
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 287
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
  11:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 414
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 586
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 638
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 898
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████░░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 18.4M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
- | 2012 | 170 | 18,430,264 | 108,413 | 4.7 GB | 1.7 GB | 1h15m | 1h47m | 1h36m |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ███████████████████████░░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 950.8K
157
  ```
158
 
159
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 15,043,871 | 46.3% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,687,836 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,397,024 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,373,561 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 106,851 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,242,306 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 983,994 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,571,243 | 17.1% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 290,101 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 371,782 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 620,821 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 29,025 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
 
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 **2012-08-04** (414 days), totaling **32,605,956 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 7.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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
 
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,821,313 events in 12029 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 380
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 361
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 303
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 253
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 290
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
88
  11:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 414
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 493
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 586
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 639
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 898
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
 
132
 
133
  ```
134
  2011 ██████████████████████░░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 18.5M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
+ | 2012 | 171 | 18,509,812 | 108,244 | 4.7 GB | 1.7 GB | 1h15m | 1h47m | 1h37m |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ███████████████████████░░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 954.7K
157
  ```
158
 
159
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 15,089,019 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,691,806 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,402,497 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,375,762 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 107,150 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,250,364 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 986,595 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,579,941 | 17.1% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 290,442 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 372,485 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 622,388 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 29,097 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d035db9e91d9889a18e08848d05fdd4a7cc2c4f9b3081c0dab9b5c7179d3b93b
3
+ size 32042
data/creates/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b4c2849821e0ac0c5d480ff4b70281829dc20f84c6cd6633d823742d062411
3
+ size 291604
data/deletes/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e11c84c08ad2e64ca9a8c4dfc816ba6945c2d02eeba4e07480bffdbe260b8c1
3
+ size 13366
data/forks/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:371e32850448d1b035e62029cdca544fc3ac9e2a2a3bc0588a33cc004ac276d5
3
+ size 68529
data/issue_comments/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ded32c2758ab9e7e6579c89c88265c5f745e2984ceb0ec0c6c473306be0faf5
3
+ size 117067
data/issues/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc84b5fe790ca9ee67ef5498983f7325ef247427f231bed4459d6b2e4c3b580b
3
+ size 91794
data/public_events/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e8d7775e7fd1645f2c8f577dcae3a489ec912fcd7c113fd330d15b61a9c259
3
+ size 4595
data/pull_requests/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b4f3c254c45d960c8c772abffecfa6e79e8bfcd1cc6177be42fdc0e673d9a3
3
+ size 428050
data/pushes/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d2c9cff892a7bd14d5067781d7cbc1474603dcb0bdc605bcd205d2cf449d4e0
3
+ size 6318645
data/stars/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d298681649c29b41ee2d61a8988f0102677519408e7069ac345c3e967cc99b6
3
+ size 161995
data/wiki_pages/2012/08/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0952667659ce393b6f81a6faba86e1f8196aa194cee21e1b551fe371d55d5e9
3
+ size 83104
stats.csv CHANGED
@@ -411,4 +411,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
411
  2012-07-31,121852,699,60106,6544,10352,4451,0,1332,14298,4636,14812,776,0,1399,2353,0,94,0,36440246,33.5,12244525,33.1,33.5,33.6
412
  2012-08-01,123867,956,61863,7067,10376,4641,0,1122,14095,4631,14394,789,0,1286,2536,0,111,0,37256393,32.6,12161468,30.8,32.6,28.6
413
  2012-08-02,127408,843,67355,6009,9929,4368,0,1144,13613,4423,15012,745,0,1350,2468,0,149,0,37480292,18.8,12787701,34.3,18.8,28.0
414
- 2012-08-03,113698,656,59934,5656,9518,3928,0,955,12251,4012,12420,673,0,1311,2306,0,78,0,33209197,20.3,11244538,22.0,20.3,0.0
 
 
411
  2012-07-31,121852,699,60106,6544,10352,4451,0,1332,14298,4636,14812,776,0,1399,2353,0,94,0,36440246,33.5,12244525,33.1,33.5,33.6
412
  2012-08-01,123867,956,61863,7067,10376,4641,0,1122,14095,4631,14394,789,0,1286,2536,0,111,0,37256393,32.6,12161468,30.8,32.6,28.6
413
  2012-08-02,127408,843,67355,6009,9929,4368,0,1144,13613,4423,15012,745,0,1350,2468,0,149,0,37480292,18.8,12787701,34.3,18.8,28.0
414
+ 2012-08-03,113698,656,59934,5656,9518,3928,0,955,12251,4012,12420,673,0,1311,2306,0,78,0,33209197,20.3,11244538,22.0,20.3,33.5
415
+ 2012-08-04,79548,417,45148,3970,5473,2201,0,299,8058,2601,8698,341,0,703,1567,0,72,0,22212992,13.8,7610791,20.9,13.8,0.0