I'm inclined to agree with Edward Tufte - the 3D part doesn't add any information to the diagrams, so it is superfluous
OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
51–60 of 86 posts
Re: OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
#52"beautiful" here is definitely subjective. I only see a diagram and it looks like from PowerPoint presentation from the marketing team to the sales team. Why JS world frequently uses "beautiful" or "modern" to describe its project? Often that hides something else.
You can just not post if your criticism is mean spirited.
Re: OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
#53If you care, Snowflake launched a product called Openflow less than a month ago. Yours will probably be very difficult to discover.
Re: OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
#54It's a bit confusing to see "openflow" diagrams that include network components, that have nothing to do with OpenFlow. https://en.wikipedia.org/wiki/OpenFlow It is unrelated, right? Just a name clash with an overlapping domain?
Hahahah yes so funnily enough my dad works with the IETF, and I showed him this project and he said "I was really confused why you called it that when that's a standard" Might be due a rebrand already!
Re: OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
#55I've not done anything special here, just wrapped the community edition of ISOFLOW https://github.com/markmanx/isoflow and made it dead easy to set up and run. You can now export and load JSON backups of your diagrams allowing you to essentially have as many as you want, which the community version of ISOFLOW restricts. Enjoy!
I'm not very familiar with Node.js. Any idea where in isoflow's code are the graphics for those 3D-style icons? Are they SVG or what? Is it possible to add custom icons?
(yes, svg within base64 within markdown)
Re: OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
#56Earlier quoted context omitted.
I'm not very familiar with Node.js. Any idea where in isoflow's code are the graphics for those 3D-style icons? Are they SVG or what? Is it possible to add custom icons?
I was curious also. The SVGs for the isoflow library of icons is in node_modules/@isoflow/isopacks/dist/isopacks.md (yes, svg within base64 within markdown)
They did.
Re: OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
#57It's a bit confusing to see "openflow" diagrams that include network components, that have nothing to do with OpenFlow. https://en.wikipedia.org/wiki/OpenFlow It is unrelated, right? Just a name clash with an overlapping domain?
Hahahah yes so funnily enough my dad works with the IETF, and I showed him this project and he said "I was really confused why you called it that when that's a standard" Might be due a rebrand already!
Re: OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
#58I've not done anything special here, just wrapped the community edition of ISOFLOW https://github.com/markmanx/isoflow and made it dead easy to set up and run. You can now export and load JSON backups of your diagrams allowing you to essentially have as many as you want, which the community version of ISOFLOW restricts. Enjoy!
Re: OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
#59I am unclear exactly, what is this doing on top of Isoflow? Seems like Isoflow is doing a lot of the heavy lifting here?
No you're absolutely right, isoflow is doing 90% of the work here, I'm not hiding that, they just don't have a ready to use version like this of their community pack. That's all this is.