protodot
Dependency graph generator
Transforms .proto files into visual representations of dependency graphs and protocol buffer structures.
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
410 stars
9 watching
40 forks
Language: Go
last commit: 11 months ago
Linked from 1 awesome list
clidependency-graphdotgogolanggraphgraphvizgraphviz-dot-languagegrpcpngportable-network-graphicsproto3protobufprotocprotocol-buffersscalable-vector-graphicssvgvisualization
Related projects:
Repository | Description | Stars |
---|---|---|
sourcegraph/prototools | Tools for generating documentation and JSON dumps from Protocol Buffers files | 167 |
gabotechs/dep-tree | A tool to visualize and analyze the complexity of codebases by depicting file dependencies as a 3D graph | 1,523 |
ondras/rollup-plugin-graph | Generates a module dependencies graph in the DOT language for use with Graphviz. | 31 |
thomasp85/ggraph | A grammar of graphics for relational data structures, extending ggplot2 to support network and graph visualization. | 1,076 |
lucasepe/modgv | Converts Go module graph output to Graphviz DOT language for visualization | 487 |
digikar99/asdf-dependency-graph | A utility for generating dependency graphs for Common Lisp systems | 8 |
jrfonseca/xdot.py | An interactive viewer for graphs written in Graphviz's dot language | 870 |
lisroach/protoxygen | A tool to document Google Protocol Buffers using Doxygen. | 10 |
moul/depviz | Automates the visual representation of dependencies across multiple projects and tools | 143 |
xflr6/graphviz | Provides a Python interface to generate and render graph descriptions in DOT language | 1,645 |
src-d/proteus | A tool to generate protocol buffer version 3 compatible .proto files from Go structs and functions | 735 |
clue/graph-composer | Creates and visualizes dependency graphs for software projects using GraphViz. | 928 |
juandopazo/es-dependency-graph | Utility for analyzing ES6 module dependencies from source code | 29 |
ioannad/asd-graph | Tools for visualizing Common Lisp system dependencies | 3 |
feross/p2p-graph | Real-time P2P network visualization with D3. | 286 |