tamnd commited on
Commit
5227f3f
·
verified ·
1 Parent(s): 04e8d00

sync 1 repos (no change) — 2026-04-05 06:30 UTC

Browse files
Files changed (2) hide show
  1. README.md +6 -6
  2. stats.csv +9 -9
README.md CHANGED
@@ -41,7 +41,7 @@ configs:
41
 
42
  The full development metadata of 8 public GitHub repositories, fetched from the [GitHub REST API](https://docs.github.com/en/rest) and [GraphQL API](https://docs.github.com/en/graphql), converted to Parquet and hosted here for easy access.
43
 
44
- Right now the archive has **188.8K rows** across 8 tables in **17.1 MB** of Zstd-compressed Parquet. Every issue, pull request, comment, code review, timeline event, file change, and CI status check is stored as a separate table you can load individually or query together.
45
 
46
  This is the companion to [OpenGitHub](https://huggingface.co/datasets/open-index/open-github), which mirrors the real-time GitHub event stream via [GH Archive](https://www.gharchive.org/). That dataset tells you what happened across all of GitHub. This one gives you the full picture for specific repos: complete issue threads, full PR review conversations, the state machine from open to close.
47
 
@@ -52,14 +52,14 @@ People use it for:
52
  - **Issue triage and classification** with full text, labels, and timeline
53
  - **Software engineering process mining** from timeline event sequences
54
 
55
- Last updated: **2026-04-05 06:22 UTC**.
56
 
57
  ## Repositories
58
 
59
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
60
  |---|---:|---:|---:|---:|---:|---:|---|
61
  | **ClickHouse/ClickHouse** | 1.3K | 0 | 0 | 0 | 0 | 1.3K | 2026-04-05 06:16 UTC |
62
- | **duckdb/duckdb** | 18.1K | 11.4K | 0 | 4.8K | 10.0K | 112.3K | 2026-04-05 05:37 UTC |
63
  | **etcd-io/etcd** | 1.3K | 0 | 0 | 0 | 0 | 1.3K | 2026-04-05 06:00 UTC |
64
  | **facebook/react** | 30.7K | 0 | 22.5K | 0 | 15.4K | 68.6K | 2026-03-29 02:39 UTC |
65
  | **kubernetes/kubernetes** | 1.4K | 0 | 0 | 0 | 0 | 1.4K | 2026-04-05 04:40 UTC |
@@ -360,10 +360,10 @@ CI/CD status checks and GitHub Actions results for each commit.
360
  | `issues` | 56.7K | Issues and pull requests (shared metadata) |
361
  | `pull_requests` | 11.4K | PR-specific fields (merge status, diffs, refs) |
362
  | `comments` | 22.5K | Conversation comments on issues and PRs |
363
- | `reviews` | 4.8K | PR review decisions |
364
  | `timeline_events` | 25.4K | Activity timeline (labels, closes, merges, assignments) |
365
- | `pr_files` | 68.0K | Files changed in each pull request |
366
- | **Total** | **188.8K** | |
367
 
368
  ## How it's built
369
 
 
41
 
42
  The full development metadata of 8 public GitHub repositories, fetched from the [GitHub REST API](https://docs.github.com/en/rest) and [GraphQL API](https://docs.github.com/en/graphql), converted to Parquet and hosted here for easy access.
43
 
44
+ Right now the archive has **217.2K rows** across 8 tables in **17.2 MB** of Zstd-compressed Parquet. Every issue, pull request, comment, code review, timeline event, file change, and CI status check is stored as a separate table you can load individually or query together.
45
 
46
  This is the companion to [OpenGitHub](https://huggingface.co/datasets/open-index/open-github), which mirrors the real-time GitHub event stream via [GH Archive](https://www.gharchive.org/). That dataset tells you what happened across all of GitHub. This one gives you the full picture for specific repos: complete issue threads, full PR review conversations, the state machine from open to close.
47
 
 
52
  - **Issue triage and classification** with full text, labels, and timeline
53
  - **Software engineering process mining** from timeline event sequences
54
 
55
+ Last updated: **2026-04-05 06:30 UTC**.
56
 
57
  ## Repositories
58
 
59
  | Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
60
  |---|---:|---:|---:|---:|---:|---:|---|
61
  | **ClickHouse/ClickHouse** | 1.3K | 0 | 0 | 0 | 0 | 1.3K | 2026-04-05 06:16 UTC |
62
+ | **duckdb/duckdb** | 18.1K | 11.4K | 0 | 7.2K | 10.0K | 140.7K | 2026-04-05 05:37 UTC |
63
  | **etcd-io/etcd** | 1.3K | 0 | 0 | 0 | 0 | 1.3K | 2026-04-05 06:00 UTC |
64
  | **facebook/react** | 30.7K | 0 | 22.5K | 0 | 15.4K | 68.6K | 2026-03-29 02:39 UTC |
65
  | **kubernetes/kubernetes** | 1.4K | 0 | 0 | 0 | 0 | 1.4K | 2026-04-05 04:40 UTC |
 
360
  | `issues` | 56.7K | Issues and pull requests (shared metadata) |
361
  | `pull_requests` | 11.4K | PR-specific fields (merge status, diffs, refs) |
362
  | `comments` | 22.5K | Conversation comments on issues and PRs |
363
+ | `reviews` | 7.2K | PR review decisions |
364
  | `timeline_events` | 25.4K | Activity timeline (labels, closes, merges, assignments) |
365
+ | `pr_files` | 94.0K | Files changed in each pull request |
366
+ | **Total** | **217.2K** | |
367
 
368
  ## How it's built
369
 
stats.csv CHANGED
@@ -1,10 +1,10 @@
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
- 2026-04-05T06:22:41Z,ClickHouse/ClickHouse,1300,0,0,0,0,0,0,0,1300
3
- 2026-04-05T06:22:41Z,duckdb/duckdb,18092,11359,0,0,4829,10000,68045,0,112325
4
- 2026-04-05T06:22:41Z,etcd-io/etcd,1300,0,0,0,0,0,0,0,1300
5
- 2026-04-05T06:22:41Z,facebook/react,30702,0,22464,0,0,15400,0,0,68566
6
- 2026-04-05T06:22:41Z,kubernetes/kubernetes,1400,0,0,0,0,0,0,0,1400
7
- 2026-04-05T06:22:41Z,moby/moby,1300,0,0,0,0,0,0,0,1300
8
- 2026-04-05T06:22:41Z,pingcap/tidb,1300,0,0,0,0,0,0,0,1300
9
- 2026-04-05T06:22:41Z,redis/redis,1300,0,0,0,0,0,0,0,1300
10
- 2026-04-05T06:22:41Z,_total,56694,11359,22464,0,4829,25400,68045,0,188791
 
1
  updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
2
+ 2026-04-05T06:30:39Z,ClickHouse/ClickHouse,1300,0,0,0,0,0,0,0,1300
3
+ 2026-04-05T06:30:39Z,duckdb/duckdb,18092,11359,0,0,7202,10000,94045,0,140698
4
+ 2026-04-05T06:30:39Z,etcd-io/etcd,1300,0,0,0,0,0,0,0,1300
5
+ 2026-04-05T06:30:39Z,facebook/react,30702,0,22464,0,0,15400,0,0,68566
6
+ 2026-04-05T06:30:39Z,kubernetes/kubernetes,1400,0,0,0,0,0,0,0,1400
7
+ 2026-04-05T06:30:39Z,moby/moby,1300,0,0,0,0,0,0,0,1300
8
+ 2026-04-05T06:30:39Z,pingcap/tidb,1300,0,0,0,0,0,0,0,1300
9
+ 2026-04-05T06:30:39Z,redis/redis,1300,0,0,0,0,0,0,0,1300
10
+ 2026-04-05T06:30:39Z,_total,56694,11359,22464,0,7202,25400,94045,0,217164