name: streaming-and-execution description: Incremental/streaming computation and query execution — DBSP, dataflow, windows, operators, deterministic replay.
streaming and execution
Category skill (blueprint pack). The description above is the only thing the
router sees — broad and generic on purpose. The fat detail lives in the
blueprints below; open the one that matches and read it in full.
Governs its own form per .claude/rules/rules-are-small-carved-sentences-pointing-to-docs.md
and .claude/rules/mirror-beacon-register-discipline.md (carved sentence = hub /
Beacon; blueprint = satellite / Mirror). The directory is an independent shipping unit.
Blueprints
streaming-incremental-expert— DBSP / Timely Dataflow — delta-stream composition, retraction-native IVM, standing queries, watermarks, frontiers.streaming-window-expert— Windowed streaming — tumbling/hopping/session windows, watermarks, late events, retraction-native deltas.push-pull-dataflow-expert— Push vs pull dataflow — operator direction, streaming vs materialise, back-pressure, Zeta push-default.rx-expert— Reactive Extensions (Rx.NET) — IObservable, schedulers, hot/cold, back-pressure, operators, Reaqtor, delta streams.volcano-iterator-expert— Volcano/iterator model — open/next/close, pull-based pipeline, blocking operators, bushy/left-deep trees.morsel-driven-expert— Morsel-driven parallelism — cache-sized work units, NUMA scheduling, work-stealing, DST-safe Hyper/Umbra pipelines.vectorised-execution-expert— "Vectorised execution — SIMD dispatch, columnar morsels, operator fusion, AVX-512, Apache Arrow, branchless kernels."execution-model-expert— Execution model — Volcano vs vectorised vs morsel-driven vs JIT-codegen vs push/pull vs streaming/incremental.deterministic-simulation-theory-expert— DST — seeded replayable simulation, ISimulationEnvironment, entropy guards, FoundationDB/TigerBeetle, hot-path binding.algebra-owner— Zeta.Core operator algebra — Z-sets, D/I/z^-1/H operators, retractions, chain rule, nested fixpoints, differentials.