Lens vamo-data control plane
⌘K to jump
production epoch —

Data Sources

Every store feeding the engine — what it is, how it's populated, and whether it's current.

4 fresh 3 idle 3 live 10 sources

dev vectors

Turbopuffer · vamo_developers_v1
fresh

The serving index — one fused vector doc per scored developer, queried by /v1/search and /v1/developer.

rows 0
updated 2h ago

How it works —Written by the pipeline index step after signals compute; each doc carries output_power, gem_score, and the full signal vector.

repo vectors

Turbopuffer · vamo_repos_v1
idle

Per-repository vectors for repo-level search and matching.

rows 0
updated 2h ago

How it works —Written by the repo index step; empty until repository indexing runs.

GH Archive

GH Archive · gharchive.org · hourly
live

The upstream hourly GitHub event firehose — every push/PR/issue/star, for every developer, free.

rows
updated

How it works —Public hourly archives (gharchive.org). A cron ingests them into the events_ledger lake table — not yet running, so this is the intended feed, not a live consume.

ClickHouse

ClickHouse · play.clickhouse.com · github_events
live

Public GitHub-events dataset (3.2B events) — the free population breadth + benchmark source.

rows
updated

How it works —Queried anonymously (play user) to compute the benchmark grids over a 10% actor sample. ~10-day lag; no ingest, we read it live.

events_ledger

R2 Data Catalog · vamo-data-lake · events_ledger
idle

Our copy of the GH Archive firehose in the R2 Data Catalog — the population-scale activity ledger behind liveness signals.

rows 0
updated

How it works —Appended by the GH Archive cron into the R2 Data Catalog. Empty until firehose ingest runs — benchmarks read ClickHouse directly today.

swarm_profiles

PlanetScale · vamo-data · swarm_profile
fresh

LinkedIn-native enrichment — Swarm profiles joined to GitHub logins (name, company, work email, education).

rows 0
updated 1mo ago

How it works —Ingested from the Swarm R2 delta files, filtered to the github-handle slice (~12.7% of Swarm carries a handle).

commit_facts

PlanetScale · vamo-data · commit_facts
fresh

Per-developer commit provenance — author email + repo per commit, the native reachability + employer signal.

rows 0
updated

How it works —Extracted during the deep GitHub crawl; one row per (login, repo, commit date).

dev_signals

PlanetScale · vamo-data · dev_signals
fresh

The scored signal vectors — ~78 signals per developer, cohort-percentiled into gem_score.

rows 0
updated 2h ago

How it works —Computed by the signals engine per crawl; feeds gem_score and the serving index.

crawl_frontier

PlanetScale · vamo-data · crawl_frontier
idle

The crawl queue — logins pending deep extraction, tiered by priority.

rows 0
updated

How it works —Seeded from discovery + graph expansion, drained as the crawler works it. Empty = idle (nothing queued).

gh token pool

KV token pool · GITHUB_TOKENS_KV
live

The GitHub API token pool — rotated credentials powering the crawler.

rows
updated

How it works —Managed in KV; each token is probed for live / rate-limited status (see the token pool panel).