Today I built a new tap:
tap-jaffle-shop, 🚀 which builds upon the brand new
jafgen library from dbt-labs.
dbt
The tap generates sample data, with an input parameter for number of years which allows you to build larger or smaller sample datasets. It should be a nice starting point for POCs and tutorials - with the one caveat that it doesn't support "incremental" streams, due to the data being fully and randomly generated on each invocation.
I plan to get this added to the hub next week, but the longer-term plan is to integrate it with an end-to-end Jaffle Shop project, in the style of MDS-in-a-Box, with dbt, DuckDB, and Evidence all pre-configured in a Codespace.