tamnd commited on
Commit
6b6c00e
·
verified ·
1 Parent(s): a341a21

Add 2011-08-26 — 56.7K 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-25** (136 days), totaling **6,967,306 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 612.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
 
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 136 | 6,967,306 | 51,230 | 1.2 GB | 612.6 MB | 28m50s | 27m03s | 1h00m |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 347.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 170.7K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 713.9K
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 | 3,304,467 | 47.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 347,069 | 5.0% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 391,953 | 5.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 170,735 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 713,921 | 10.2% | Repository stars |
555
- | `forks` | ForkEvent | 192,478 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 842,656 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 79,938 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 91,601 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 147,822 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 38,946 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 6,114 | 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-26** (137 days), totaling **7,024,002 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 618.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
 
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 137 | 7,024,002 | 51,270 | 1.2 GB | 618.0 MB | 29m07s | 27m11s | 1h00m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 350.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 172.6K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 720.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,333,206 | 47.5% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 350,148 | 5.0% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 396,233 | 5.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 172,560 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 720,655 | 10.3% | Repository stars |
555
+ | `forks` | ForkEvent | 194,329 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 849,709 | 12.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 80,663 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 92,326 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 149,125 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 39,266 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 6,176 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c3baecf06dff30b6250aded781d460e97fbc421bb763a88cdfd4412afa47a82
3
+ size 37622
data/creates/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e0acc235ac3b15f7392fa18682e09a16e9f46e04e9df8a22a6022e1b8a5a95d
3
+ size 292349
data/deletes/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3317a132cec189d4667050c5a63900e416b03556c808c611aa1e0927030bda7
3
+ size 25557
data/forks/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e70dbeddb13f866ca11e811bcb5c2c70c6d1ec1610c2748f918ebd75774c5082
3
+ size 93381
data/issues/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9c3cab27983f4c1c1f741ebf2883e60873ad8adce3a843a33edaf71d4c1918c
3
+ size 105021
data/members/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8be4c2f9292f92dc5cc43c56bfe73ac9cb886da49067d413bff20fcd2921e6
3
+ size 16578
data/public_events/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe3a5716ce58e04dcb937049fcddf395b7afb26cd25e9593b56c342971ec33e
3
+ size 5021
data/pull_requests/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:999dcb7bd8552574e2d426b3e23c68ce349bb5e1a116a74492d4340d1082d1a8
3
+ size 107325
data/pushes/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2323d38972e87455c947995cfd3349c499900f3843b31fe91f30494c9d8993a
3
+ size 4681980
data/stars/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e4a4c1ed44e91b3a14d0e290d2ece3c8ae05cda076a5a58030793c794f0b1f4
3
+ size 196658
data/wiki_pages/2011/08/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f5dfbae65fa996c6434aa473ce2b6a86f73db32cd2cb1c4a165073c95f1349
3
+ size 72272
stats.csv CHANGED
@@ -134,4 +134,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
134
  2011-08-22,61464,0,29470,3733,5344,1870,0,0,7472,1964,8262,717,0,911,1340,316,65,0,10887133,9.7,5915255,17.2,9.7,25.8
135
  2011-08-23,63176,0,31479,3730,5052,1910,0,0,8049,2009,7403,812,0,844,1374,437,77,0,11556642,10.0,6327359,26.0,10.0,27.9
136
  2011-08-24,64573,0,33261,3616,5343,1997,0,0,7409,2012,7650,642,0,863,1369,342,69,0,11975448,9.3,6159393,21.9,9.3,29.4
137
- 2011-08-25,60887,0,30997,3351,4897,2024,0,0,7065,1960,7600,577,0,729,1284,333,70,0,11228802,8.9,5808356,18.1,8.9,0.0
 
 
134
  2011-08-22,61464,0,29470,3733,5344,1870,0,0,7472,1964,8262,717,0,911,1340,316,65,0,10887133,9.7,5915255,17.2,9.7,25.8
135
  2011-08-23,63176,0,31479,3730,5052,1910,0,0,8049,2009,7403,812,0,844,1374,437,77,0,11556642,10.0,6327359,26.0,10.0,27.9
136
  2011-08-24,64573,0,33261,3616,5343,1997,0,0,7409,2012,7650,642,0,863,1369,342,69,0,11975448,9.3,6159393,21.9,9.3,29.4
137
+ 2011-08-25,60887,0,30997,3351,4897,2024,0,0,7065,1960,7600,577,0,729,1284,333,70,0,11228802,8.9,5808356,18.1,8.9,27.2
138
+ 2011-08-26,56696,0,28739,3079,4280,1825,0,0,6734,1851,7053,725,0,725,1303,320,62,0,10570210,7.6,5633764,17.3,7.6,0.0