-
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
bsevern edited this page Apr 6, 2026
·
12 revisions
Find duplicate records in 30 seconds. No rules to write, no models to train.
pip install goldenmatch
goldenmatch dedupe customers.csv| Page | What you'll learn |
|---|---|
| Installation | pip install with optional extras |
| Quick Start | 6 usage scenarios from zero-config to evaluation |
| Configuration | Full YAML config reference |
| CLI Reference | All 21+ CLI commands |
| Page | What it covers |
|---|---|
| Pipeline Overview | Ingest, Block, Score, Cluster, Golden Records |
| Blocking Strategies | 8+ strategies: static, adaptive, multi-pass, ANN, canopy, learned |
| Scoring | 10+ scorers: exact, Jaro-Winkler, ensemble, embedding, probabilistic |
| Python API |
import goldenmatch as gm — 101 exports |
| Page | What it does |
|---|---|
| MCP Server | 30 tools for Claude Desktop, Claude Code, any MCP client |
| ER Agent (A2A) | 10 skills for autonomous agent-to-agent workflows |
| LLM Boost | LLM scoring for borderline pairs ($0.04/dataset) |
| Page | What it does |
|---|---|
| PPRL | Privacy-preserving record linkage (92.4% F1) |
| Domain Packs | 7 built-in rulebooks (healthcare, finance, electronics, ...) |
| Streaming | Incremental / CDC record matching |
| Database Integration | Incremental Postgres sync with golden record versioning |
| GPU Routing & Vertex AI | Managed embeddings via Google Cloud |
| REST API | HTTP API for real-time matching |
| Interactive TUI | Gold-themed terminal UI with keyboard shortcuts |
| Evaluation | Precision/recall/F1 against ground truth |
| Page | Details |
|---|---|
| Benchmarks | 97.2% DBLP-ACM, 72.2% Abt-Buy, 92.4% PPRL FEBRL4 |
| Comparison | vs Splink, dedupe, RecordLinkage, Zingg |
| Architecture | Internal module structure |
Part of the Golden Suite: GoldenCheck (validate) | GoldenFlow (transform) | GoldenMatch (deduplicate) | GoldenPipe (orchestrate)
⚡ GoldenMatch — Entity resolution toolkit | PyPI | GitHub | Open in Colab | MIT License
🟡 Golden Suite (Monorepo)
Suite Packages
- GoldenCheck · data quality
- GoldenFlow · transforms
- GoldenPipe · orchestrator
- InferMap · schema mapping
Getting Started
- Installation
- Quick Start
- Auto-Config Controller · enhanced through v1.12
- Configuration
- Verification · new in v1.5
- CLI Reference
Core Concepts
AI Integration
Advanced
- PPRL
- Domain Packs
- Streaming / CDC
- Database Integration
- GPU & Vertex AI
- REST API
- Interactive TUI
- Web UI · new in v1.7
- Evaluation
Reference
pip install goldenmatch
npm install goldenmatch