Skip to content

quarylabs/quary_jaffle_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Quary project w/ DuckDB: jaffle_shop

jaffle_shop is a fictional ecommerce store. This Quary project transforms raw data from '.csv' with DuckDB into a customers and orders model ready for analytics.

template_duck_db

This repo is a self-contained playground Quary project. It is helpful for trying Quary and learning some of its core concepts.

What's in this repo?

This repo contains .csv data, including some (fake) raw data from a fictional app. The raw data consists of customers, orders, and payments, with the following entity-relationship diagram:

Opening this project

The beauty of Quary is that it's easy to start interacting with this project.

You can do this by clicking the period key . on your keyboard straight from this repository. It will take you to an in-browser version of vscode.

Once there, you can install the extension by either:

  • Clicking the Install button in the bottom right corner when VS Code asks you to install recommended extensions
  • Clicking on the extensions icon and installing the extensions from there in the Recommended tab

To get a feel for interacting with data models, head to customers.sql and hit the CMD+D (ctrl on Windows) shortcut to open the model documentation or the CMD+Enter (ctrl on Windows) shortcut to see the transformed data.


For more information on Quary:


What is a jaffle?

A jaffle is a toasted sandwich with crimped, sealed edges. Invented in Bondi in 1949, the humble jaffle is an Australian classic. The sealed edges allow jaffle-eaters to enjoy liquid fillings inside the sandwich, which reach temperatures close to the core of the earth during cooking.

Attribution notice

This template example project is copied and modified for Quary based upon DBT (Data Build Tool)'s project example. DBT/jaffle_shop is licensed under the Apache License 2.0.

Releases

No releases published

Packages

No packages published