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.
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
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.
Platform Features
When you're ready to scale, DataNova gives you everything you need.
Start local. Scale when ready.
Get in touch to learn more about DataNova and how it can simplify your analytics workflow.
Contact Us