Skip to main content
MantrixFlow currently documents the live self-serve workflow in the app: a PostgreSQL source connection feeding a PostgreSQL destination connection through a staged ELT run. The documentation intentionally avoids partially implemented connector paths and future roadmap features. If a connector appears in product code or an internal test guide but is not available end to end in the live workspace, it is not presented here as available.

What is live

  • PostgreSQL source connections
  • PostgreSQL destination connections
  • Pipeline shell creation from Data Pipelines
  • Canvas builder with a Source node and a Destination node
  • Source table selection as schema.table
  • Destination-scoped Normalisation rules: rename and cast
  • Destination-scoped SQL models that read from raw staging tables
  • Manual destination runs
  • Run history and run status tracking
  • Scheduling for Incremental sync destinations only

What is not documented as live

  • Non-PostgreSQL connectors
  • SaaS connectors
  • Transform or Filter canvas nodes
  • Log-based change capture
  • Destination table creation by the runner
  • Non-Upsert write modes
  • Broad chat or notification workflows
  1. Quick Start
  2. Core Concepts
  3. Connections Overview
  4. Pipelines Overview
  5. Postgres-to-Postgres Example