Serialize to DOT #3

Open
opened 2025-12-29 03:06:07 +00:00 by scossu · 1 comment
Owner

Add API function to serialize a graph or a resource to the DOT format, so that a visualization can be generated.

A resource should display only the immediate outbound neighborhood by default. An option should be added to include inbound connections, and another one to recurse into all connections included.

A graph is always displayed in full.

Add API function to serialize a graph or a resource to the DOT format, so that a visualization can be generated. A resource should display only the immediate outbound neighborhood by default. An option should be added to include inbound connections, and another one to recurse into all connections included. A graph is always displayed in full.
Author
Owner

This could be implemented as an writer-only codec.

This could be implemented as an writer-only codec.
Sign in to join this conversation.
No description provided.