Template Gallery

Jump-start your data workflows with pre-built templates. Choose from our collection of professional templates designed for common data processing tasks.

Most Popular

Payment Reconciliation
892 uses
Revenue Trend Analysis
734 uses
Data Quality Audit
612 uses
Showing 9 templates
4 nodes3 connections
analytics
892

Payment Reconciliation

Compare two payment sources and identify discrepancies using full outer join

duckdbsqlreconciliation+3 more
3 mins
intermediate
2 nodes1 connections
analytics
734

Revenue Trend Analysis

Monthly revenue trends with month-over-month growth using DATE_TRUNC and window functions

duckdbsqlrevenue+3 more
3 mins
intermediate
2 nodes1 connections
data processing
612

Data Quality Audit

Check for nulls, duplicates, invalid formats, and get an overall quality score

duckdbsqldata-quality+3 more
2 mins
beginner
2 nodes1 connections
analytics
567

Customer RFM Analysis

Segment customers by Recency, Frequency, and Monetary value using window functions

duckdbsqlrfm+3 more
3 mins
intermediate
3 nodes2 connections
analytics
423

Inventory Sync Check

Reconcile inventory between two systems to identify stock discrepancies

duckdbsqlinventory+3 more
3 mins
beginner
2 nodes1 connections
data processing
156

CSV Data Cleaner

Remove duplicates, handle missing values, and standardize columns with a single SQL query

duckdbsqlcleaning+2 more
2 mins
beginner
3 nodes2 connections
etl
278

Multi-Source Data Joiner

Combine two or three datasets on common columns using SQL joins

duckdbsqljoin+3 more
3 mins
intermediate
2 nodes1 connections
reporting
189

Pivot Table Report

Create crosstab reports using DuckDB native PIVOT for fast aggregation

duckdbsqlpivot+3 more
3 mins
intermediate
4 nodes3 connections
etl
423

ETL Pipeline

Extract-Transform-Load with dual streams: detail-level and summary-level transformations

duckdbsqletl+3 more
5 mins
advanced