Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mehd-io/duckdb-playground-tutorial
- Owner: mehd-io
- Created: 2023-04-03T15:03:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T09:07:02.000Z (6 months ago)
- Last Synced: 2024-05-29T21:39:41.045Z (6 months ago)
- Size: 136 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)