duckdb-playground-tutorial icon indicating copy to clipboard operation
duckdb-playground-tutorial copied to clipboard

A collection of DuckDB queries for tutorial/getting started purpose

DuckDB queries playground

This repo contains a collection of queries that can be run against DuckDB for the beginner tutorial here. Everything is covered by the video tutorial!

Folder structure

duckdb_playground.sql : Playground queries for DuckDB CLI / Extensions
netflix_playground.sql : Analytics on netflix dataset
json_parsing.sql : JSON parsing examples
extensions.sql : Examples of using DuckDB extensions
data/ : contains all the data files to run the queries

About the Netflix dataset

The Netflix dataset is taken from Kaggle here