ipfs / go-ds-crdt

A distributed go-datastore implementation using Merkle-CRDTs.
Other
391 stars 42 forks source link

Add function to produce a dot-graph file from DAG #135

Closed hsanjuan closed 2 years ago

hsanjuan commented 2 years ago

The DotDAG() function writes a dot graph of the CRDT DAG to the provided writer. It can be use to visualize the DAG and inspect things like amount of branching.