Live data from Hacker News

Yahoo Pipes

en.wikipedia.org

11–20 of 97 posts

Re: Yahoo Pipes

#11
post #6

Pipes where awesome! The product seemed to have influenced a few products (off the top of my head): 1. IBM's Node Red [1] 2. AWS IoT Things Graph [2] I'm sure there are others? [1] https://nodered.org/ [2] https://aws.amazon.com/iot-things-graph/?nc=sn&loc=3&dn=6

Though not exactly the same thing, I like to think of these as spiritual successors:

https://ifttt.com/

https://zapier.com/

Re: Yahoo Pipes

#13
post #3

Pipes was such a good product and sorely missed. Is there anything equivalent to it today?

You can use modern scripting languages such as Python, Ruby and friends. They will never go out of fashion if you want to put together a pipeline (also known as workflow or script :-).

Re: Yahoo Pipes

#14
To scratch a similar itch today, I self-host (well, on Heroku) an instance of Huginn (https://github.com/huginn/huginn). It's a bit of a different model, but works nicely. It's also pretty straightforward to extend by adding your own agents (especially if you know ruby/rails, which it is written in).

Re: Yahoo Pipes

#17
post #6

Pipes where awesome! The product seemed to have influenced a few products (off the top of my head): 1. IBM's Node Red [1] 2. AWS IoT Things Graph [2] I'm sure there are others? [1] https://nodered.org/ [2] https://aws.amazon.com/iot-things-graph/?nc=sn&loc=3&dn=6

Though not exactly the same thing, I like to think of these as spiritual successors: https://ifttt.com/ https://zapier.com/

Apart from those, I’d suggest to take a look to Integromat. Their “http module” (a UI for a curl-like service) is really handy when you want to interact with a 3rd party service that hasn’t been integrated yet.

Re: Yahoo Pipes

#20
post #3

Pipes was such a good product and sorely missed. Is there anything equivalent to it today?

You can use modern scripting languages such as Python, Ruby and friends. They will never go out of fashion if you want to put together a pipeline (also known as workflow or script :-).

I really don't think Python qualifies as an equivalent replacement for Pipes.
Post reply on HN