gitwtfhub

wtf is quack?

hannes/quack — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2024-06-05

3ShellAudience · developerComplexity · 4/5DormantSetup · moderate

TL;DR

A starter template for building DuckDB extensions, pre-configured project structure, example code, tests, and automated multi-platform builds.

Mindmap

mindmap
  root((quack))
    What it does
      DuckDB extension template
      Example quack function
      Prebuilt project structure
    Tech stack
      C++
      Shell
      DuckDB
      GitHub Actions
    Use cases
      Add SQL functions
      Connect data pipelines
      Add statistical functions
      Distribute extensions
    Audience
      Database developers
      Data engineers
      Researchers
    Setup
      Clone template
      Write extension code
      Automated builds to S3

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Build a custom SQL function for a specific industry or workload.

REASON 2

Connect DuckDB directly to an internal data pipeline or proprietary format.

REASON 3

Add statistical functions needed for a research analysis.

REASON 4

Package and distribute a DuckDB extension for others to install.

What's in the stack?

C++ShellDuckDBGitHub ActionsAmazon S3

How it stacks up

hannes/quackmalept/github-action-gh-pagesruphy/publiccode.yml
Stars333
LanguageShellShellShell
Last pushed2024-06-052025-08-142018-06-26
MaintenanceDormantQuietDormant
Setup difficultymoderatemoderateeasy
Complexity4/52/51/5
Audiencedeveloperdeveloperpm founder

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 1h+

Some C++ experience helps, and distributing extensions requires setting up cloud storage and CI.

Yoink these prompts

Prompt 1
Help me clone this DuckDB extension template and get the example quack() function running locally.
Prompt 2
Show me how to write a new SQL function extension using this template's project structure.
Prompt 3
Walk me through writing SQL tests to verify a new DuckDB extension I'm building here.
Prompt 4
Explain how the GitHub Actions workflows in this repo build and upload extension binaries to S3.
Prompt 5
Help me set up this template so I can add a custom data type to DuckDB.

Frequently asked questions

wtf is quack?

A starter template for building DuckDB extensions, pre-configured project structure, example code, tests, and automated multi-platform builds.

What language is quack written in?

Mainly Shell. The stack also includes C++, Shell, DuckDB.

Is quack actively maintained?

Dormant — no commits in 2+ years (last push 2024-06-05).

How hard is quack to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is quack for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.