dw3labs
Product

From laptop to data warehouse

DataNova is a virtual data warehouse platform. Start by querying local files on your machine, then scale to distributed compute warehouses when you need more power.

Start Local

Your data. Your machine. No setup.

With DataNova Studio, analyze CSV and Parquet files using DuckDB — directly on your laptop. No cloud accounts, no servers, no configuration files.

Write SQL, get results instantly. It's the fastest path from raw data to insight.

$ datanova-studio

# No servers. No cloud. Just SQL.

SELECT region, SUM(revenue)

FROM 'sales_2024.parquet'

GROUP BY region

ORDER BY 2 DESC;

-- 3 rows returned in 12ms

CREATE WAREHOUSE analytics

WITH (size = 'M', auto_suspend = 300);

-- Warehouse created.

USE WAREHOUSE analytics;

SELECT * FROM lakehouse.events

WHERE ts > now() - interval '7' day;

-- 2.4M rows in 1.8s

Scale When Ready

One command to full power

When your data outgrows your laptop, spin up virtual warehouses with familiar SQL. Choose a size from XS to XL, and DataNova provisions the compute for you.

Idle warehouses auto-suspend to save costs. Queries automatically resume them — you never pay for idle time.

DataNova Studio

A desktop SQL client built for modern data workflows. Works offline, connects to the cloud, and puts AI at your fingertips.

Offline Analytics
Query local CSV and Parquet files using DuckDB. No network, no latency, no limits on your local data.
AI Chat Assistant
Ask questions in natural language. The AI reads your schema, generates SQL, and can plot charts from results.
Canvas Dashboards
Drag-and-drop dashboard builder with bar, line, area, and pie charts. Export to PDF when you're done.
Visual Data Modeling
Build SQL pipelines visually. Drag source, filter, join, and aggregate nodes onto a canvas and generate SQL.

Platform Features

When you're ready to scale, DataNova gives you everything you need.

Virtual Warehouses
Isolated compute environments from XS to XL. Create, resize, or drop them with SQL.
Auto-Suspend & Resume
Idle warehouses pause automatically. Queries wake them back up. Pay only for what you use.
Enterprise Auth
SSO and OIDC integration. Secure access control for teams and organizations.
PostgreSQL Compatible
Connect with any PostgreSQL-compatible tool — psql, DBeaver, Metabase, Tableau, and more.
REST API
Programmatic access for web apps and automation. Full SQL execution via HTTP.
Built for Reliability
Written in Rust, powered by Trino, orchestrated on Kubernetes. Fast, safe, scalable.

Start local. Scale when ready.

Get in touch to learn more about DataNova and how it can simplify your analytics workflow.

Contact Us