Brainstorm: IPVM Demos #295
Replies: 2 comments 1 reply
-
Here are a couple of ideas. Analyze an IPVM workflow with an IPVM workflowWe are adding tracing to IPVM Homestar to collect events that happen when running an IPVM workflow. We can extract this data and derive metrics from it. One interesting demo would be to run an IPVM workflow that analyzes event data and derives metrics from it. This demo would be interesting because it shows an example use case and it teaches about IPVM workflows at the same time. Network analyzer and visualizerWe plan to collect data on the nodes participating an IPVM workflow. It might be interesting to build a network analyzer and visualizer that displays information on the nodes while a workflow is in progress. For each node, we might display:
Likely more. There may also be some meta information, such as number or nodes and latency between nodes that we could display. |
Beta Was this translation helpful? Give feedback.
-
Ray tracingRay tracing is a technique used in rendering digital images. Parallel ray tracing renders in parallel on one machine or across multiple machines. As a reference point, Tachyon is one popular implementation: https://en.wikipedia.org/wiki/Tachyon_(software). The more parallelism and time spent on a ray trace, the better quality the render. We could run workflows where we render across multiple machines with varied time constraints to show how can renders can be improved through collaboration. This idea is a neat technical demo, but also has practical applications. For example, the auto industry uses ray tracing to render car concepts. Likely there other other industries that also use this technique. |
Beta Was this translation helpful? Give feedback.
-
Let's collect ideas for quick demos we can throw together that will (in no particular order):
These demos should be sized to fit in a 2 week sprint. The demos should make use of existing IPVM capabilities, or capabilities that are expected to land in the coming quarter. Seems natural that we'll start with simple demos and start to compose them into more complex demos over time.
Beta Was this translation helpful? Give feedback.
All reactions