-
-
Notifications
You must be signed in to change notification settings - Fork 13
Golden Suite
Ben Severn edited this page May 1, 2026
·
2 revisions
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.
| 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 |
- Containers — 7 multi-arch ghcr.io images, tag policy, anonymous pull
- Airflow DAGs — 12 drop-in DAGs grouped by lifecycle stage
-
Master MCP Aggregator —
goldensuite-mcpdesign + first-wins behaviour
See the monorepo README. Each package's deep docs live in its own README:
⚡ 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