Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mantrixflow.com/llms.txt

Use this file to discover all available pages before exploring further.

This documentation is intentionally scoped to the features that are live in the current product. It covers only the connectors, builder behavior, and workspace flows that users can create, test, save, and run today. If a tile appears in the catalog before its full create, test, save, and pipeline path is production-ready, it stays out of this doc set until that end-to-end flow is actually live.

Current supported connectors

Sources
  • PostgreSQL
  • MySQL
  • MariaDB
  • SQLite
  • CockroachDB
  • Stripe
  • Shopify
  • HubSpot
  • GitHub
  • Notion
Destinations
  • PostgreSQL
  • MySQL
  • MariaDB
  • SQLite
  • CockroachDB
Future connectors and unpublished developer surfaces are intentionally not documented here until they are available in the product.

What you will find here

  • Getting started guides that follow the real connection-first, builder-second app flow
  • Source and destination setup pages that mirror the actual connection forms
  • Pipeline and sync references for full sync and incremental sync (beta)
  • Transformation guides: SQL Transform node, Normalisation, and dbt Layer for reshaping data
  • Platform guidance for organizations, team access, security, and data privacy

A representative production flow

A common first rollout looks like this:
  1. Create a PostgreSQL or Shopify source connection in Connections.
  2. Create a PostgreSQL destination connection.
  3. Create the pipeline shell from Data Pipelines.
  4. In the builder, pick one table or resource, optionally add a SQL transform or configure Normalisation + dbt Layer, and set the destination.
  5. Run manually, validate the destination rows, and only then turn on a schedule.