A Malloy semantic model over a fictional e-commerce dataset (orders, users, products, inventory).
ecommerce.malloy— sources forusers,product,inventory_items,user_order_facts, and the top-levelorder_itemssource, with measures (total_sales,total_gross_margin, …) and a rich set of dashboard views.index.malloy— entry point that re-exports theorder_itemssource.
Data source: https://storage.googleapis.com/malloyyo/ecommerce/*.parquet
Open the folder in VS Code with the
Malloy extension,
or use the Malloyyo MCP server configured in .mcp.json.