Introducing DuckLake Inspector: A Local Browser and Health Checker for DuckLake Catalogs
DuckLake Inspector — a local browser and health checker for DuckLake catalogs 🦆 I’ve been spending my weekends exploring DuckLake and kept wanting something that sits between the DuckDB CLI and a full BI tool for inspecting lake_meta.db files. So I built one. DuckLake Inspector lets you point to a local DuckLake metadata DB and explore it through a Next.js UI with table-level tabs for:
Schema
Stats
Snapshots
Files
Preview
Health
It also includes a catalog-wide /audit page that runs hygiene checks for:
Small files
Snapshot bloat
Partition skew
Orphan files
For each finding, it generates copy-paste DuckLake remediation SQL so you can inspect and clean things up safely. There’s also an optional executive summary powered by Claude or GPT if you add an API key in .env.local. One-command Docker run. Repo: github.com/prabhacloud/ducklake-inspector Feedback and PRs are welcome. I’m especially interested in what analyzers people would find useful next — I’m currently thinking about column-level cost, delete-file inspection, and a snapshot time-travel slider.
.png)