Diagram Maker: Open sourcing IoT visualization
11–20 of 64 posts
Re: Diagram Maker: Open sourcing IoT visualization
#12Re: Diagram Maker: Open sourcing IoT visualization
#13Hopefully this will get traction and they will start to build in some of this intelligence and perspectives into the application (presumably as a plugin).
Re: Diagram Maker: Open sourcing IoT visualization
#14Why would you use this over diagrams.net/draw.io, which integrates with far more tools (Google Apps, Atlassian tools, Sphinx) and can take text input (Mermaid), and embed editable copies in other file formats like .svg/.png?
Re: Diagram Maker: Open sourcing IoT visualization
#15[0] https://github.com/uber/react-digraph [1] https://github.com/wbkd/react-flow
Re: Diagram Maker: Open sourcing IoT visualization
#16Re: Diagram Maker: Open sourcing IoT visualization
#17Why would you use this over diagrams.net/draw.io, which integrates with far more tools (Google Apps, Atlassian tools, Sphinx) and can take text input (Mermaid), and embed editable copies in other file formats like .svg/.png?
The target audience of this tool consists of application developers that want to create new applications that require their end users to author graph like structures. They can use this tool and avoid re-implementing basic interactive features like drag & drop, panel management, zooming, undo/redo, etc. Examples of such applications within AWS would be AWS IoT events & AWS IoT Things graph (existing customers), AWS St…
Re: Diagram Maker: Open sourcing IoT visualization
#18Tools like this can be very useful in supporting operational use cases in addition to documentation. The tricky part with cloud is how to effectively visualize infrastructure that is composed of a variety of services and attributes. If you have a VPC in each of two regions with dynamodb, s3, ecs, alb, third party providers with access via cross account roles, etc etc it gets tricky to sensibly lay out and demonstrate…
Think of, for example, Apache NiFi [1] but instead of the components being constrained to a single JVM execution, the components are realized as AWS or Azure services. That "operational view" of your architecture would be super neat, especially when statistics about each component can be visualized in real time.
Re: Diagram Maker: Open sourcing IoT visualization
#19Tools like this can be very useful in supporting operational use cases in addition to documentation. The tricky part with cloud is how to effectively visualize infrastructure that is composed of a variety of services and attributes. If you have a VPC in each of two regions with dynamodb, s3, ecs, alb, third party providers with access via cross account roles, etc etc it gets tricky to sensibly lay out and demonstrate…
Right. When a tool like this can actually "compose" a dataflow using cloud native components (lamdbas, messaging, storage) in real time, this has potential to be super powerful. Think of, for example, Apache NiFi [1] but instead of the components being constrained to a single JVM execution, the components are realized as AWS or Azure services. That "operational view" of your architecture would be super neat, especial…
Re: Diagram Maker: Open sourcing IoT visualization
#20Earlier quoted context omitted.
Right. When a tool like this can actually "compose" a dataflow using cloud native components (lamdbas, messaging, storage) in real time, this has potential to be super powerful. Think of, for example, Apache NiFi [1] but instead of the components being constrained to a single JVM execution, the components are realized as AWS or Azure services. That "operational view" of your architecture would be super neat, especial…
That's honestly eerily close to what is in my head with what we're building for Refinery. It's a rough nut to crack but we're trying! https://refinery.io