Skip to content

MPizzotti/duckdb_databricks_uc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duckdb_databricks_uc

Barebone Bun/Node implementation for reading Databricks managed Unity Catalog in Azure with DuckDB.

Quickstart

  1. Copy the example env file:
    cp .env.example .env
  2. Fill in your Databricks values:
    • DATABRICKS_HOST
    • DATABRICKS_TOKEN
    • DATABRICKS_SCHEMAS
  3. Start the server with Bun:
    bun run server.ts
  4. Open http://localhost:3000

Notes

  • Secrets are loaded from .env.
  • The server runs on PORT and uses DUCKDB_PATH for the database file.
  • The page shows the first attached Unity Catalog table and renders query results as an HTML table.

About

Barebode nodejs implementation for reading Databricks managed unity catalog in Azure with DuckDB.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors