Install

DuckDB Installation – DuckDB

On MacOS:

brew install duckdb

Then run duckdb to get into the CLI:

duckdb
v1.0.0 1f98600c2c
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D show tables;
┌─────────┐
│  name   │
│ varchar │
├─────────┤
│ 0 rows  │
└─────────┘
D

GitHub - mehd-io/duckdb-playground-tutorial: A collection of DuckDB queries for tutorial/getting started purpose GitHub - kyaukyuai/jaffle_shop_duckdb_superset: Modern Data Stack in a box with dbt-duckdb and Apache Superset GitHub - dbt-labs/jaffle_shop_duckdb: Get started with dbt in less than 1 minute from `git clone` to `dbt docs serve` for free! GitHub - dbt-labs/jaffle-shop: 🥪🦘 An open source sandbox project exploring dbt workflows via a fictional sandwich shop’s data.

Dbt Core Jaffle Shop Tutorial — Restack A Guide to dbt cloud with the Jaffle Shop Project | by Pradosh K | Medium