Skip to main content
This page gets you from install to a deduplicated file in a couple of minutes. For a deeper tour of the headline package, see the GoldenMatch quickstart.

Install

Deduplicate a file

The fastest path is zero-config. GoldenMatch detects column types, assigns scorers, picks a blocking strategy, and writes golden records.
CLI
The same in Python:
And in TypeScript:

Run the whole pipeline

To profile, standardize, and deduplicate in one call, use GoldenPipe. It runs GoldenCheck, conditionally routes through GoldenFlow, then deduplicates with GoldenMatch.

Optional extras

GoldenMatch ships a single core install plus opt-in extras:
Run the interactive setup wizard to configure GPU, API keys, and database connections:
Try it on bundled sample data first with goldenmatch demo.

Next steps

Auto-config

How zero-config converges on a defensible config.

Backends and scale

Polars, DuckDB, chunked, and Ray.