From 704ec0b6f38c81baa52eccc1e0dd6a2c4a0ad3c5 Mon Sep 17 00:00:00 2001 From: Stuart Axelbrooke Date: Thu, 27 Nov 2025 12:05:33 +0800 Subject: [PATCH] add ecomm example idea --- examples/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..c9e50ad --- /dev/null +++ b/examples/README.md @@ -0,0 +1,17 @@ + +# Examples + +- `multihop` - Simple as possible demonstration of a graph with two partitions alpha and beta, where beta depends on alpha. + +## Ideas + +### E-Commerce Search Ranker +- Search to detail page behavior to conversion to return pipeline +- Add in "profile resolution" step to capture dep type? (e.g. person signs in at checkout) +- "input" partitioning: date, country (different infra/laws/products/culture), customer? (what if its for shopify) +- search ranking modeling flow: TDC, train, inference (simple linear model) +- cross-customer product fraud alliance to qualify products (excuse to have fan-in-and-out pattern - "opt in") +- sessionizing/preprocessing impressions +- returns happen later, and handling them in an atomic, final way +- performance metrics aggregates +- what does multiple paths back to the same partition? \ No newline at end of file