CPSSD / rabble

Rabble is a federated blogging platform built with ActivityPub
MIT License
7 stars 1 forks source link

Add a tool that renders directed graph of GRPC services #592

Closed devoxel closed 5 years ago

devoxel commented 5 years ago

Closes #591

Fairly straigtforward, to use it you need graphviz and the python library. I didn't bother adding these dependencies to the build or anything, since it's just a little documentation script.

dot

graph_output_dot gv

circo

graph_output_circo gv

fdb

graph_output_fdp gv

neato

graph_output_neato gv

sfdb

graph_output_sfdp gv

twopi

graph_output_twopi gv