Explore, Query, and Replicate Data

Run SQL, migrate data, and keep systems in sync — all in one tool.

Data Explorer in light theme
WindowsmacOSLinux

One query. Multiple sources.

SQL Editor
SELECT *
FROM read_parquet('orders.parquet') o
JOIN postgres.public.customers c
  ON o.customer_id = c.id
LIMIT 10;

Join a Parquet file with a live PostgreSQL table — then use the same query as a stream source. No export. No rebuild. No second tool.

What you can do in one workflow

Explore schemas and data, run snapshot migration, then keep changes flowing with CDC.

Stream flow showing source reader to target writer progress
Explore

Explore and validate

  • Browse databases, local files, and S3 in one tree
  • Filter and edit rows with server-side pagination
  • ER diagrams and schema comparison
Explore Data Explorer
Data Explorer
Move

Run migration with schema conversion

  • Migrate between database types with automatic mapping
  • Pull from databases, files, or S3; write to databases or files
  • Track progress table-by-table
Explore Migration
Data Migration
Keep in sync

Keep systems in sync with CDC

  • Capture INSERT, UPDATE, and DELETE from binlog/WAL
  • Pause/resume with lifecycle status tracking
  • Validate runs with logs and history
Explore CDC Replication
Real-time Replication

Connect databases, files, and object storage

Use databases as sources and targets. Treat files and S3 as queryable datasets.

MySQL
MySQL
PostgreSQL
PostgreSQL
Amazon RDS
Amazon RDS
Google Cloud SQL
Google Cloud SQL
Azure Database
Azure Database
S3
S3AWS, MinIO, etc.
CSV
CSV
JSONL
JSONL
Parquet
Parquet
Snowflake
Snowflake Coming soon

More connectors added regularly.

Run anywhere

Your laptop, a VPS, or your own server. No cloud dependency, no vendor lock-in.

Desktop Apps

Native installers for Windows, macOS, and Linux.

Docker

Self-host on any machine — local server, VPS, or cloud VM.

$
curl -fsSL https://dbconvert.nyc3.digitaloceanspaces.com/downloads/streams/latest/docker-install.sh | sh

Cloud Images

1-click images for AWS, Azure, GCP, DigitalOcean, Hetzner, and Vultr.

Start exploring, querying, and replicating

The IDE is free. Streams run on a pay-as-you-go plan.