Skip to main content

Compare users and orders (Postgres + MySQL)

Time-windowed metrics

Bring in a CSV alongside a database

DuckDB can read CSV/JSON/Parquet directly via HTTP/S3—handy for temporary joins without loading data.

Materialize a subset into DuckDB

Materialization is optional; most queries can run fully federated without persisting.