A Databricks cost estimation tool that runs as a Databricks App with built-in SSO authentication.
Create, manage, and export detailed pricing estimates for 16 Databricks workload types across AWS, Azure, and GCP.
- 16 workload types — Jobs, All-Purpose, DBSQL, DLT, Model Serving, FMAPI, Vector Search, Lakebase, Databricks Apps, AI Parse, Shutterstock ImageAI
- AI assistant — Describe your workload in natural language, review the suggestion, and accept with one click
- Excel export — Full cost breakdowns with SKU details, discount calculations, and VM pricing
- Multi-cloud — AWS, Azure, and GCP with region-specific pricing
- One-command install — Provisions Lakebase, loads pricing data, and deploys the app automatically
git clone https://github.com/databrickslabs/lakemeter-oss.git
cd lakemeter-oss
./scripts/install.sh --profile <your-cli-profile>The installer provisions everything in ~15 minutes. You only need a Databricks CLI configured with a workspace profile.
Full documentation is available at databrickslabs.github.io/lakemeter-oss.
- User Guide — How to create estimates, configure workloads, use the AI assistant, and export
- Admin Guide — Installation, deployment inventory, and API reference
- Changelog — Release history
| Layer | Technology |
|---|---|
| Frontend | React, TypeScript, Tailwind CSS, Vite |
| Backend | FastAPI, SQLAlchemy, Pydantic |
| Database | Lakebase (managed PostgreSQL on Databricks) |
| AI | Claude via Databricks Foundation Model APIs |
| Hosting | Databricks Apps (SSO, managed compute) |
Copyright (2026) Databricks, Inc. This Software includes software developed at Databricks (https://www.databricks.com/) and its use is subject to the included LICENSE.md file.
Third-party dependency notices are provided in NOTICE.md.
