Skip to content

Golden Suite

Ben Severn edited this page May 1, 2026 · 2 revisions

Golden Suite

This repository is now the monorepo for the entire Golden Suite — five Python packages, five TypeScript packages, a Rust extension, a dbt package, a GitHub Action, plus a master MCP aggregator. Folded in on 2026-05-01 via git filter-repo so every commit's history is preserved.

Headline package: GoldenMatch (entity resolution). Most existing wiki pages cover GoldenMatch — they still apply. The pages below cover the suite-wide additions.

Suite at a glance

Package What Wiki page Install
goldenmatch Zero-config entity resolution Home pip install goldenmatch · npm i goldenmatch
goldencheck Data-quality scanning GoldenCheck pip install goldencheck
goldenflow Transforms & standardizers GoldenFlow pip install goldenflow
goldenpipe Orchestrator (Check → Flow → Match) GoldenPipe pip install goldenpipe
infermap Schema mapping engine InferMap pip install infermap · npm i infermap
goldensuite-mcp Master MCP server (every Suite tool) Master MCP Aggregator pip install goldensuite-mcp
goldenmatch-extensions Postgres pgrx + DuckDB UDFs source build

New surfaces

Repo layout

See the monorepo README. Each package's deep docs live in its own README:

GoldenMatch

PyPI npm

🟡 Golden Suite (Monorepo)

Suite Packages

Getting Started

Core Concepts

AI Integration

Advanced

Reference


pip install goldenmatch
npm install goldenmatch

Clone this wiki locally