quacklake
A DuckLake data catalog based on quack, deployed to Cloudflare
File Explorer
Download Latest Version (.zip)- authn-authz.md
- cognito-e2e.md
- entraid-e2e-md
- getting-started.md
- local-development.md
- quack-ducklake.md
- quacklake-compressed.png
- quacklake-full.png
- create-jwt.sh
- register-cognito-idp.sh
- setup-cognito-user.sh
- setup-cognito.sh
- teardown.sh
- test-ducklake-r2-smoke.sh
- test-ducklake-smoke.sh
- auth.ts
- authz.ts
- catalog.ts
- crypto.ts
- ducklake-data-path.ts
- ducklake-metadata.ts
- env.ts
- file-listing.ts
- index.ts
- openapi.ts
- quack-imports.ts
- quack-values.ts
- r2-temp-credentials.ts
- registry.ts
- sql-compat.ts
- sql-names.ts
- sql-rewrite.ts
- sql-text.ts
- sql-types.ts
- auth.test.ts
- authz.test.ts
- file-listing.test.ts
- quack-values.test.ts
- quack-worker.test.ts
- sql-text.test.ts
- .gitignore
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- vite-plugin-polyglot-sql-sdk.ts
- vite.worker.config.ts
- vitest.config.ts
- wrangler.example.jsonc
# Installation Guide
1. Get the code
git clone https://github.com/tobilg/quacklake
Downloads the entire project code from GitHub to your computer.
cd quacklake
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm run typecheck
Type this command into your terminal and run it.
pnpm run test
Type this command into your terminal and run it.
pnpm run test:coverage
Type this command into your terminal and run it.
pnpm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
