Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mehd-io/duckdb-playground-tutorial

A collection of DuckDB queries for tutorial/getting started purpose
https://github.com/mehd-io/duckdb-playground-tutorial

Last synced: 2 months ago
JSON representation

A collection of DuckDB queries for tutorial/getting started purpose

Awesome Lists containing this project

README

        

# DuckDB queries playground
This repo contains a collection of queries that can be run against DuckDB for the beginner tutorial [here](https://www.youtube.com/watch?v=ZX5FdqzGT1E).
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](https://www.kaggle.com/prasertk/netflix-daily-top-10-in-us)