1

I'm developing an application that uses Yahoo Pipes to get information.

The main problem is that Yahoo Pipes has 200 per 10 minutes limitation and it could be a limitation to my app.

I'm wondering if exists any framework to .Net with the same GUI, and tools

Thanks =)

rpf
  • 3,612
  • 10
  • 38
  • 47
  • Yahoo Pipes is a web service. You can talk to it from any language. So the Yahoo Pipes equivalent for C# is... Yahoo Pipes. – Joel Coehoorn Mar 27 '12 at 13:18
  • Great information you gave me... lol. I'm asking if exists any tool or framework like Yahoo Pipes for .Net ;) – rpf Mar 27 '12 at 13:26

3 Answers3

0

Yahoo Pipes can export a JSON definition of the blocks used to construct a particular pipe, and how they are wired together.... which means it's possible to user Yahoo Pipes as a visual design environment and export the JSON definition of a pipe, then compile it and run it elsewhere.

I don't know if there is a .NET implementation, but there is a Python compiler, pipe2py, that will create a Python equivalent of a Yahoo pipe and allow you to run it elsewhere. See also Exporting Yahoo Pipe Definitions, Compiling Them to Python, and Running Them in Scraperwiki, which describes how to compile Python equivalents of Yahoo Pipes in Scraperwiki.

psychemedia
  • 5,690
  • 7
  • 52
  • 84
0

BizTalk is nasty to work with and overly enterprisey for my liking, but it does have some similar functionality with a GUI for setting things up.

ilivewithian
  • 19,476
  • 19
  • 103
  • 165
0

http://www.popfly.ms/ just try ..whether it works ..i guess its been closed

SmartestVEGA
  • 8,415
  • 26
  • 86
  • 139