Quick Start¶
Get up and running with Honey Duck in under 5 minutes.
Prerequisites¶
- Python 3.11+
- uv package manager
Installation¶
# Clone the repository
git clone https://github.com/CogappLabs/honey-duck.git
cd honey-duck
# Install dependencies
uv sync
# Optional: Enable persistent run history
cp .env.example .env
Run the Pipeline¶
Option 1: Dagster UI (Recommended)¶
Open http://localhost:3000 and click "Materialize all".
Option 2: CLI¶
Verify Output¶
Check that the pipeline created output files:
Next Steps¶
- Tutorial - Build your first asset
- Best Practices - Production guidelines
- API Reference - Complete API documentation