A graphical representation of a topology described in TOSCA
If you have graphviz installed, you can launch the main.go in toscaviewer and connect to localhost
export GOPATH=somepath
go get github.com/owulveryck/toscaviewer
cd $GOPATH/src/github.com/owulveryck/toscaviewer/toscaviewer
go run main.go
- The graphviz program to generate the svg
- bootstrap (included)
- [http://www.gorillatoolkit.org/pkg/mux](the gorilla web toolkit) (go gettable)