Docs/Getting Started

Introduction

DBConvert Streams combines data exploration, SQL workflows, and stream execution in one product.

It has two layers:

  • Explorer / SQL — browse schemas, preview data, run queries, generate diagrams.
  • Streams — run one-time Convert migrations or ongoing CDC replication.

Exploring data is always available. Running a stream is where trial limits and license entitlements apply.

Capability matrix

ConnectorSourceTargetConvertCDCExplorerSQL
MySQL
PostgreSQL
Snowflake (coming soon)
Local files
S3 storage
Federated queries

Data exploration and SQL

Browse and query any connected source without running a stream.

ScenarioExampleSetup
Schema inspectionView tables, columns, keys, indexesData Explorer
Data previewBrowse rows in a read-only viewTables and Views
SQL queriesRun queries against databases or filesSQL Console
Cross-source queriesJoin data from multiple connectionsFederated Queries
Structure diagramsGenerate visual schema diagramsTable Structure

One-time conversion

Migrate or copy data between databases or file formats in a single run.

ScenarioExampleSetup
Database migrationMySQL to PostgreSQLMySQL Convert, PostgreSQL Convert
Schema conversionMap MySQL types to PostgreSQLSchema Conversion
File to databaseLoad CSV/Parquet into MySQL or PostgreSQLLocal Files, Stream Config
Database to fileExport tables to CSV, JSONL, or ParquetLocal Files, S3 Storage
Custom query transferMigrate specific rows with a queryCustom Query

See Convert Mode for how Convert works.

CDC replication

Keep targets in sync continuously by capturing changes from MySQL or PostgreSQL as they happen.

ScenarioExampleSetup
Database to databaseMySQL to PostgreSQLMySQL CDC, PostgreSQL Target
Database to filesPostgreSQL changes to JSONL or ParquetPostgreSQL CDC, Local Files
Database to S3Stream changes to S3-compatible storageMySQL CDC, S3 Storage

CDC sources are MySQL (binlog) and PostgreSQL (logical replication). Any supported target works as a destination. See What is CDC for background.

Cloud and managed databases

All the workflows above work with hosted databases. Use these guides for provider-specific connection setup.

ProviderGuide
Amazon RDSRDS Setup
AWS Aurora MySQLAurora MySQL
AWS Aurora PostgreSQLAurora PostgreSQL
Google Cloud SQLCloud SQL
Azure DatabaseAzure Setup
DigitalOceanDO Database
NeonNeon Setup

Where to start

GoalPage
Install and run your first streamQuick Start
Connect to a database or file sourceConnection Management
Browse schemas and query dataData Explorer
Configure and run streamsStream Configuration Guide
Automate via REST APIAPI Reference
Navigate the dashboardDashboard and UI Guide