Skip to main content

Pluggable pipeline framework for data quality workflows

Project description

GoldenPipe

Golden Suite orchestrator -- Check quality, fix issues, deduplicate records. One command.

PyPI CI codecov Downloads Python 3.11+ License: MIT Docs DQBench Pipeline Open In Colab

What It Does

Raw Data
  | GoldenCheck   -- profile & discover quality issues
  | GoldenFlow    -- fix issues, standardize, reshape
  | GoldenMatch   -- deduplicate, match, create golden records
  v
Golden Records

GoldenPipe orchestrates the full pipeline with adaptive logic:

  • Skips transformation if no quality issues found
  • Routes to privacy-preserving matching if sensitive fields detected
  • Reports reasoning for every decision

Install

pip install goldenpipe

Quick Start

import goldenpipe as gp

result = gp.run("customers.csv")

print(result.status)        # "success"
print(result.check)         # Quality findings
print(result.transform)     # What was fixed
print(result.match)         # Deduplicated clusters
print(result.reasoning)     # Why each decision was made

CLI

goldenpipe run customers.csv                # Full pipeline
goldenpipe run customers.csv --verbose      # Show reasoning
goldenpipe run customers.csv --skip-flow    # Check + Match only
goldenpipe run customers.csv --strategy pprl  # Force privacy mode
goldenpipe run customers.csv -o golden.csv  # Save golden records

Remote MCP Server

GoldenPipe is available as a hosted MCP server on Smithery — connect from any MCP client without installing anything.

Claude Desktop / Claude Code:

{
  "mcpServers": {
    "goldenpipe": {
      "url": "https://goldenpipe-mcp-production.up.railway.app/mcp/"
    }
  }
}

Local server:

pip install goldenpipe[mcp]
goldenpipe mcp-serve

4 tools available: list pipeline stages, validate wiring, run full check-transform-match pipeline, explain configs.

Part of the Golden Suite

Tool Purpose Install
GoldenCheck Validate & profile data quality pip install goldencheck
GoldenFlow Transform & standardize data pip install goldenflow
GoldenMatch Deduplicate & match records pip install goldenmatch
GoldenPipe Orchestrate the full pipeline pip install goldenpipe

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

goldenpipe-1.0.5.tar.gz (47.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

goldenpipe-1.0.5-py3-none-any.whl (32.5 kB view details)

Uploaded Python 3

File details

Details for the file goldenpipe-1.0.5.tar.gz.

File metadata

  • Download URL: goldenpipe-1.0.5.tar.gz
  • Upload date:
  • Size: 47.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for goldenpipe-1.0.5.tar.gz
Algorithm Hash digest
SHA256 aa68f2e51e025cce17e883ecff8aea7cfcc157473e566d0bad2157f1db1c0870
MD5 819eeb098d9249342958e0ba42c12abb
BLAKE2b-256 b9172272207ea84314b61a550aa8958ca619cd83174908577363d3de11e751bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for goldenpipe-1.0.5.tar.gz:

Publisher: publish.yml on benzsevern/goldenpipe

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file goldenpipe-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: goldenpipe-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 32.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for goldenpipe-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6570e9af9dda18664b9a4317d59d5174e6d25a31670790f9c959a1cb50133986
MD5 535e674819356b255f395bf177d9a480
BLAKE2b-256 8e9e516f3e40865cf3cd8fdb4fe5cd60892538e3f17629ceeaa2b4293a343a6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for goldenpipe-1.0.5-py3-none-any.whl:

Publisher: publish.yml on benzsevern/goldenpipe

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page