Supported Connectors
Which sources and destinations does MantrixFlow support? MantrixFlow supports many sources (PostgreSQL, MySQL, MongoDB, Snowflake, BigQuery, Shopify, Stripe, HubSpot, Salesforce, GitHub, and more) and destinations (PostgreSQL, BigQuery, Snowflake, DuckDB, MongoDB, S3, and others). See the Connections Overview for the full list.Data Security
How are my credentials stored? All connection credentials are encrypted at rest using AES-256. The encryption key is stored as an environment variable on the ETL server and is never exposed through any API. Credentials are decrypted only during a sync run and are discarded from memory immediately after. Does MantrixFlow store my data? MantrixFlow does not store your source data. Data flows from your source through the ETL service to your destination. Only metadata (connection IDs, pipeline configs, sync state) is stored in the platform database.Sync Frequency
How often can I run a pipeline? You can run pipelines manually at any time. For scheduled runs, you configure the interval (e.g. every hour, every day). The minimum interval depends on your plan. Does incremental sync miss data? Incremental sync uses a cursor column to track the last synced value. If you choose a stable cursor (e.g.updated_at), you will not miss records. Avoid cursor columns that can have gaps or be updated out of order.