Yahoo Pipes clone script?

2019-04-13 14:52发布

Yahoo Pipes lack of processing power and cannot works well with website from far east. I need to process complex regex from far multiple locations, hundreds of posts every minutes, which Yahoo Pipes fail to generate the result.

Is there any codes or script act like Yahoo Pipes which I can use it in my own server?

2条回答
等我变得足够好
2楼-- · 2019-04-13 15:03

Pipe2py is a compiler script that will generate a Python equivalent of a Yahoo Pipe given the URL of the pipe:

https://github.com/ggaughan/pipe2py/

(Note that not all Pipes blocks have yet been implemented.)

A "hosted" version of Pipe2Py is also available on Google App Engine: http://pipes-engine.appspot.com/

查看更多
时光不老,我们不散
3楼-- · 2019-04-13 15:12

My inclination would be to use something like LWP with Perl

http://metacpan.org/pod/LWP

查看更多
登录 后发表回答