Create system diagrams with Go
github.com
Create system diagrams with Go
1–10 of 70 posts
Re: Create system diagrams with Go
#2Re: Create system diagrams with Go
#3gcp.Database.Sql(diagram.NodeLabel("Database"))
What does the NodeLabel type provide that you would not gain with just the string?
Re: Create system diagrams with Go
#4I really don't see the point in having to write a Go snippet to describe the architecture: in the end you're providing only data as an input.
I guess I'll try to do what I just described because I feel like this could have a lot of potential for my system diagrams
Re: Create system diagrams with Go
#5The result looks nice. I think this type of diagramming need to be as straightforward as possible, with as little typing as possible. I see you use many different types. For example gcp.Database.Sql(diagram.NodeLabel("Database")) What does the NodeLabel type provide that you would not gain with just the string?
Re: Create system diagrams with Go
#6Very nice, but IMHO this should be the engine behind a file that could easily be parsed such as YML / JSON. I really don't see the point in having to write a Go snippet to describe the architecture: in the end you're providing only data as an input. I guess I'll try to do what I just described because I feel like this could have a lot of potential for my system diagrams
Re: Create system diagrams with Go
#7Very nice, but IMHO this should be the engine behind a file that could easily be parsed such as YML / JSON. I really don't see the point in having to write a Go snippet to describe the architecture: in the end you're providing only data as an input. I guess I'll try to do what I just described because I feel like this could have a lot of potential for my system diagrams
Re: Create system diagrams with Go
#8The result looks nice. I think this type of diagramming need to be as straightforward as possible, with as little typing as possible. I see you use many different types. For example gcp.Database.Sql(diagram.NodeLabel("Database")) What does the NodeLabel type provide that you would not gain with just the string?
Re: Create system diagrams with Go
#9The result looks nice. I think this type of diagramming need to be as straightforward as possible, with as little typing as possible. I see you use many different types. For example gcp.Database.Sql(diagram.NodeLabel("Database")) What does the NodeLabel type provide that you would not gain with just the string?