tamnd commited on
Commit
6de0e35
·
verified ·
1 Parent(s): 6d1a2f6

Add 2011-08-03 — 56.0K 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-08-02** (113 days), totaling **5,750,525 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 498.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** — 712,495 events in 4263 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 145
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 109
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 89
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 89
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
86
  09:00 █░░░░░░���░░░░░░░░░░░░░░░░░░░░░░ 146
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 351
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.5K
95
  18:00 ██████████████████████████████ 323.2K
96
- 19:00 ████████████████████████░░░░░ 265.8K
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 | 113 | 5,750,525 | 50,889 | 1.0 GB | 498.2 MB | 21m35s | 22m26s | 49m38s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 275.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 134.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 577.0K
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 | 2,688,163 | 46.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 275,661 | 4.8% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 292,332 | 5.1% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 134,208 | 2.3% | PR lifecycle events |
554
- | `stars` | WatchEvent | 576,959 | 10.0% | Repository stars |
555
- | `forks` | ForkEvent | 154,088 | 2.7% | Repository forks |
556
- | `creates` | CreateEvent | 690,931 | 12.0% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 65,322 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 74,512 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 121,309 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 32,597 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 4,837 | 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-08-03** (114 days), totaling **5,806,575 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 503.6 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** — 724,245 events in 4307 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 92
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 90
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
86
  09:00 █░░░░░░���░░░░░░░░░░░░░░░░░░░░░░ 146
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 144
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 351
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 459
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.5K
95
  18:00 ██████████████████████████████ 323.2K
96
+ 19:00 ████████████████████████░░░░░ 277.5K
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 | 114 | 5,806,575 | 50,934 | 1.0 GB | 503.6 MB | 21m53s | 22m44s | 50m11s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 278.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 135.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 583.0K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,716,938 | 46.8% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 278,697 | 4.8% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 296,639 | 5.1% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 135,907 | 2.3% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 582,952 | 10.0% | Repository stars |
555
+ | `forks` | ForkEvent | 155,851 | 2.7% | Repository forks |
556
+ | `creates` | CreateEvent | 698,214 | 12.0% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 65,879 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 75,414 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 122,672 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 32,913 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 4,893 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1703345112253e9b9136204f007ae45542bf262168343f3836e5c18eac0312d8
3
+ size 41773
data/creates/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab266321dddc994897f827d403fc834a3a6249fac3cf22471c958ec92316f58
3
+ size 300605
data/deletes/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:461183d3efa93a6ee90e795a8758b26ee8762fca8d50a3b3047596a07fe7086a
3
+ size 23219
data/forks/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6edf3afb6f44b04ff4ed8ec615abd7ec19576118480728f6b2c0a96fa6e29c94
3
+ size 90276
data/issues/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c4ddd42af67bc5ae495652c51761de375926c4af335d540c4fb51da936098cf
3
+ size 104720
data/members/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:239f4086f1e03aa4981f9c737ebdd1735c4072e263ad444d904a4688daf29b06
3
+ size 16856
data/public_events/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc01e0491cdf65e9bd41ae7c0fcff87d058ffab3e86f4f61213d59ec85935b4
3
+ size 4964
data/pull_requests/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f18372a0ede999a66f8234a1d92521334f5ce31610c3f612d7284902c78fb4c
3
+ size 101691
data/pushes/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8781dbceaa71959435fd9d13358ee4f8f6b004f11829dafbbd8215c03db0cb30
3
+ size 4733491
data/stars/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c27a6a2eeac77791646831aa907c7a3987fafcec60c1ef94bfbc67495542b42
3
+ size 180180
data/wiki_pages/2011/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:376e9853193ef466d2d91cccdde79a84c9b98c331ab4244e38886ff76f431e98
3
+ size 103002
stats.csv CHANGED
@@ -111,4 +111,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
111
  2011-07-30,32233,0,17422,1519,2118,841,0,0,3509,926,4293,272,0,442,639,225,27,0,5963077,11.1,3373933,14.9,11.1,29.4
112
  2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,12.1,3776481,15.8,12.1,24.4
113
  2011-08-01,52236,0,26692,3026,4051,1629,0,0,5715,1672,6442,578,0,867,1196,320,48,0,9826434,14.8,5271471,15.7,14.8,150.3
114
- 2011-08-02,58268,0,29964,3293,4346,1800,0,0,6461,1855,7056,621,0,888,1603,325,56,0,10887764,17.8,5703249,17.0,17.8,0.0
 
 
111
  2011-07-30,32233,0,17422,1519,2118,841,0,0,3509,926,4293,272,0,442,639,225,27,0,5963077,11.1,3373933,14.9,11.1,29.4
112
  2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,12.1,3776481,15.8,12.1,24.4
113
  2011-08-01,52236,0,26692,3026,4051,1629,0,0,5715,1672,6442,578,0,867,1196,320,48,0,9826434,14.8,5271471,15.7,14.8,150.3
114
+ 2011-08-02,58268,0,29964,3293,4346,1800,0,0,6461,1855,7056,621,0,888,1603,325,56,0,10887764,17.8,5703249,17.0,17.8,32.8
115
+ 2011-08-03,56050,0,28775,3036,4307,1699,0,0,5993,1763,7283,557,0,902,1363,316,56,0,10600964,17.6,5700777,17.9,17.6,0.0