Function mz_dataflow::server::serve
source · [−]pub fn serve(
config: Config
) -> Result<(Server, BoundaryHook<LocalStorageClient>, LocalComputeClient), Error>
Expand description
Initiates a timely dataflow computation, processing materialized commands.
It uses the default EventLinkBoundary to host both compute and storage dataflows.