databuild/examples
Stuart Axelbrooke 8176a8261e
Some checks failed
/ setup (push) Has been cancelled
fix up want lineage view
2025-12-01 03:54:29 +08:00
..
multihop WIP 2025-11-28 12:48:54 +08:00
podcast_reviews fix up want lineage view 2025-12-01 03:54:29 +08:00
simple_python_dsl Make dsl generation work for submodules 2025-08-06 22:16:01 -07:00
README.md add ecomm example idea 2025-11-27 12:05:33 +08:00

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?