Skip to content

🥪💾 A sample of data from the `jaffle-shop-generator` that powers the Jaffle Shop spanning one year.

Notifications You must be signed in to change notification settings

dbt-labs/jaffle-shop-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🥪Jaffle Shop Data 💾

This repo contains a sample of data generated via the jaffle-shop-generator that powers the Jaffle Shop dbt tutorial project.

It's a 1 year sample spanning from 2016 to 2017, and includes the following tables:

  • raw_customers: customers who have placed orders
  • raw_orders: orders placed by customers for food and drinks
  • raw_items: the individual items that make up an order
  • raw_products: the products that are available to order
  • raw_stores: the stores where orders are placed
  • raw_supplies: the supplies that are used to make products

Usage

You can clone this repo or download it as a zip file. The data is all CSVs for easy use in dbt. If you're using it with the Jaffle Shop project, just copy the jaffle-data directory into your jaffle-shop project directory, then run a dbt seed. More detailed instructions are in the jaffle-shop repo.

cp -R jaffle-data /path/to/jaffle-shop/
cd /path/to/jaffle-shop
dbt seed

About

🥪💾 A sample of data from the `jaffle-shop-generator` that powers the Jaffle Shop spanning one year.

Resources

Stars

Watchers

Forks