Benthos Studio lets you plug and play various components to build a Data Streaming pipeline through a graphic interface.<p>It also allows you to mock inputs to emit dummy data and run the rest of the pipeline to inspect the output of each step.<p>The project is running <a href="https://www.benthos.dev/" rel="nofollow">https://www.benthos.dev/</a> under the hood.
I've been using Benthos for some one-off bulk ETL needs and it's been very easy to write a config to shovel data from here-to-there.<p>I'll keep an eye on Benthos Studio, though I confess I'd prefer a self-hostable version at some point.
I liked Yahoo! pipes and the idea of being able to glue things together on the internet, but unfortunately many web sites simply don't have good APIs to enable this. In my experience pipes workflows were also brittle since any site could easily break them.<p>The lack of stable API support on (many/most) web sites (and no incentive to provide it), the likely low user/developer base, the apparent lack of killer apps, and Yahoo! itself probably all combined to prevent pipes from becoming a big thing.
This looks nice! Which library are you using for rendering the node based UI? Or is it a custom solution? (just added benthos here: <a href="https://github.com/wbkd/awesome-node-based-uis" rel="nofollow">https://github.com/wbkd/awesome-node-based-uis</a>)