Spring Lake
The open lakehouse platform for your whole data team.
yourdomain.com/workspace/sql
Unity Catalog
📂catalogs
📁main
📁sales
📊orders
📊line_items
📊customers
Cluster StatusActive
Active Workers3 Nodes
orders.sql
-- Daily aggregation from Postgres raw ingestion
SELECT
date_trunc('day', order_date) AS order_day,
count(order_id) AS total_orders,
round(sum(revenue_usd), 2) AS daily_revenue
FROM main.sales.orders
GROUP BY 1
ORDER BY 1 DESC;
Spark Core: ActiveTime limit: 60s
Click "Run Query" to aggregate on Apache Spark.
- Unity Catalog & lakehouse governance built in
- Apache Spark SQL, notebooks & pipelines
- Self-hosted — your data never leaves your VPC
SL
Spring Lake
Your data platform
Contact your admin if you need access.