[][src]Function tdiag::commands::graph::listen_and_render

pub fn listen_and_render(
    timely_configuration: Configuration,
    sockets: Vec<Option<TcpStream>>,
    output_path: &Path
) -> Result<(), DiagError>

Creates an html file that renders a timely dataflow graph.

  1. Listens to incoming connection from a timely-dataflow program with logging enabled;
  2. runs a differential-dataflow program to reconstruct the source computation's dataflow graph;
  3. writes an html file that renders the dataflow graph.

This module includes graph/dataflow-graph.html as a static resource.