Node Weaver
● In Development
Node Weaver is an interactive graph-based workflow orchestrator that lets users visually design, connect, and execute complex data pipelines with drag-and-drop simplicity. Built on React and D3.js for a responsive node editor, it pairs with a Node.js backend and Redis to orchestrate real-time task scheduling and state management. The platform streamlines automation by turning abstract logic into scalable, event-driven flows.
Comments
Interesting that you're using Redis for both task scheduling and state management. Have you run into any issues with Redis persistence or failover when a pipeline is mid-execution?