Explore, Query, and Replicate Data

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

Data Explorer in light theme

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 — no ETL pipeline, no staging database.

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

Desktop for local work. Docker for servers. Same UI and workflow.

Desktop Apps

Native installers for Windows, macOS, and Linux.

Docker

Self-hosted deployment with Docker Compose.

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

Cloud Images

Marketplace-friendly when needed. Deploy to AWS, Azure, GCP, or DigitalOcean.

Start exploring, querying, and replicating

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