Barebone Bun/Node implementation for reading Databricks managed Unity Catalog in Azure with DuckDB.
- Copy the example env file:
cp .env.example .env
- Fill in your Databricks values:
DATABRICKS_HOSTDATABRICKS_TOKENDATABRICKS_SCHEMAS
- Start the server with Bun:
bun run server.ts
- Open
http://localhost:3000
- Secrets are loaded from
.env. - The server runs on
PORTand usesDUCKDB_PATHfor the database file. - The page shows the first attached Unity Catalog table and renders query results as an HTML table.