2025-06-26T19:01:34Z

Design a Graph Layout Ontology.

Dorian Taylor

Precomputing the graph visualization layout will need some kind of intermediate representation.

Preemptively compute the Sugiyama layout on the server side (asynchronously, of course) when the subgraph in question is changed, which can be cached and shipped out whole over the wire.

Sense Atlas Front End

Store layout data computed on the client side in local storage across requests; invalidate and recompute it if the server responds with new data.