DataFlowPatterns
Per-topic index for Developer/DataFlowPatterns/ — 7 note(s). See Developer Index for the full topic list and system_prompt for structure/conventions. See also README.md in this folder for the topic's scope/why/when.
FanIn
- Fundamentals — Fan-In: Aggregating Parallel Results Under Partial Failure
FanOut
- Fundamentals — Fan-Out: Dispatching One Input to Many Parallel Consumers
MapReduce-BatchAggregation
- Fundamentals — MapReduce: The Map/Reduce Programming Model for Batch Aggregation
- CaseStudies — Uber: Scaling Exact COUNT(DISTINCT) for High-Cardinality Metrics
Pipeline
- Fundamentals — Pipeline Pattern (Pipes and Filters)
ScatterGather
- Fundamentals — Scatter-Gather Pattern
- Challenges — Design a Real-Time Fraud Detection System