tamnd commited on
Commit
043a4cf
·
1 Parent(s): 7b595c9

Add 2011-03-18 — 40.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-03-17** (11 days), totaling **437,188 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 83.2 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 45.0 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,27 +71,27 @@ 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** — 80,069 events in 461 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
91
- 14:00 █░░░░░░░░░░░░░░���░░░░░░░░░░░░░░ 42
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 72
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 74
94
- 17:00 ██████████████████████████████ 79.7K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 437.2K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 11 | 437,188 | 39,744 | 83.2 MB | 45.0 MB | 1m42s | 2m49s | 4m43s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 244.3K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 19.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 11.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 49.2K
167
  ```
168
 
169
 
@@ -547,17 +547,17 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 244,348 | 55.9% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 19,139 | 4.4% | Issue lifecycle events |
552
- | `pull_requests` | PullRequestEvent | 10,966 | 2.5% | PR lifecycle events |
553
- | `stars` | WatchEvent | 49,224 | 11.3% | Repository stars |
554
- | `forks` | ForkEvent | 12,834 | 2.9% | Repository forks |
555
- | `creates` | CreateEvent | 70,781 | 16.2% | Branch/tag/repo creation |
556
- | `deletes` | DeleteEvent | 6,957 | 1.6% | Branch/tag deletion |
557
- | `commit_comments` | CommitCommentEvent | 6,200 | 1.4% | Comments on commits |
558
- | `wiki_pages` | GollumEvent | 12,888 | 2.9% | Wiki page edits |
559
- | `members` | MemberEvent | 3,400 | 0.8% | Collaborator additions |
560
- | `public_events` | PublicEvent | 451 | 0.1% | Repo made public |
561
 
562
  ## How it's built
563
 
 
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-03-18** (12 days), totaling **477,231 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 91.1 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 49.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** — 83,268 events in 482 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 32
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 43
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 75
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 75
94
+ 17:00 ██████████████████████████████ 82.9K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 477.2K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 12 | 477,231 | 39,769 | 91.1 MB | 49.3 MB | 1m58s | 3m08s | 5m06s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 267.0K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 20.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 12.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 54.0K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 267,027 | 56.0% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 20,843 | 4.4% | Issue lifecycle events |
552
+ | `pull_requests` | PullRequestEvent | 12,067 | 2.5% | PR lifecycle events |
553
+ | `stars` | WatchEvent | 54,034 | 11.3% | Repository stars |
554
+ | `forks` | ForkEvent | 14,340 | 3.0% | Repository forks |
555
+ | `creates` | CreateEvent | 76,620 | 16.1% | Branch/tag/repo creation |
556
+ | `deletes` | DeleteEvent | 7,367 | 1.5% | Branch/tag deletion |
557
+ | `commit_comments` | CommitCommentEvent | 6,807 | 1.4% | Comments on commits |
558
+ | `wiki_pages` | GollumEvent | 13,942 | 2.9% | Wiki page edits |
559
+ | `members` | MemberEvent | 3,701 | 0.8% | Collaborator additions |
560
+ | `public_events` | PublicEvent | 483 | 0.1% | Repo made public |
561
 
562
  ## How it's built
563
 
data/commit_comments/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:002ecba648b7d1a63b1534bb31baad9a4aebd2fbd49011170bc399b0f5716376
3
+ size 30692
data/creates/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a110a2192324191d8dc8cef5d01d688036d9c6a5a99ec39115f637a5ad0880
3
+ size 146367
data/deletes/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b4e8c73196b3996ab042951dff26ca73ebacd77515ca9bf74a6f1594058c1f
3
+ size 16994
data/forks/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:970a3455f97bf03cd7d38c291fc9682d8f05a187f24fa463cb5cca4498d7b3c0
3
+ size 58978
data/issues/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18b4e6a374080c9ec027b4b55e423488b7d3d5547ded8a3b7e87dbddfe277a7
3
+ size 64005
data/members/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d774e10f6400dcc823b94b7e82638112ab101d056a95453c1156e5712a3eee
3
+ size 14802
data/public_events/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53605cf6e6c1c5579ebd590d4730b6f239dd8461bd8265a61314c71e9d53dd41
3
+ size 3768
data/pull_requests/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2da6079b3ddec48d72627e04599d87d203faed36eba98896d0df588d8380e09
3
+ size 68567
data/pushes/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:520fde51b2a84b7f7c8c2bd21366c61ae5498c52039537027760d1ef45832e86
3
+ size 3918524
data/stars/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2f2625ea3a010d0cc03f212249ee7b918784052e9c28f8f797862aad5aff51f
3
+ size 142711
data/wiki_pages/2011/03/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcf36d36957dc86f1f6a4cc2f5c79326736341769d88641e322a97bed10a615f
3
+ size 83121
stats.csv CHANGED
@@ -9,4 +9,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
9
  2011-03-02,42448,0,23318,1919,0,1012,0,0,4939,1442,6819,695,0,588,1293,369,54,0,8555832,17.2,4683584,10.8,17.2,19.0
10
  2011-03-15,43846,0,25083,2129,0,1210,0,0,5138,1338,6071,631,0,635,1209,361,41,0,9179384,20.4,5008987,7.0,20.4,33.9
11
  2011-03-16,46238,0,27180,1912,0,1222,0,0,4929,1326,6205,1100,0,701,1256,354,53,0,9255120,19.4,4954947,6.6,19.4,28.7
12
- 2011-03-17,42576,0,24301,1820,0,1135,0,0,4887,1451,6153,549,0,709,1195,323,53,0,8730534,19.9,4600791,6.1,19.9,0.0
 
 
9
  2011-03-02,42448,0,23318,1919,0,1012,0,0,4939,1442,6819,695,0,588,1293,369,54,0,8555832,17.2,4683584,10.8,17.2,19.0
10
  2011-03-15,43846,0,25083,2129,0,1210,0,0,5138,1338,6071,631,0,635,1209,361,41,0,9179384,20.4,5008987,7.0,20.4,33.9
11
  2011-03-16,46238,0,27180,1912,0,1222,0,0,4929,1326,6205,1100,0,701,1256,354,53,0,9255120,19.4,4954947,6.6,19.4,28.7
12
+ 2011-03-17,42576,0,24301,1820,0,1135,0,0,4887,1451,6153,549,0,709,1195,323,53,0,8730534,19.9,4600791,6.1,19.9,23.2
13
+ 2011-03-18,40043,0,22679,1704,0,1101,0,0,4810,1506,5839,410,0,607,1054,301,32,0,8312245,18.4,4548529,16.2,18.4,0.0