With YQL Execute, the Internet becomes your databasedeveloper.yahoo.net 27 pointstimtrueman17 years ago8 commentsSaveHideCopy link On HNComments−tectonic17yVery cool. How do you think this compares to http://parselets.com?−vicaya17yuggh, yet another xml api. Either use JSON or something like Thrift or ProtoBuf.−IsaacSchlueter17yLook closer.YQL can output results in either JSON or XML. It just uses XML for table definitions, and as one of several ways to extract data from web services.−sh1mmer17yAlso does JSONP for use in the front-end.It would be nice, vicaya, if you fact checked before throwing stones.−vicaya17yOne needs to deal with large amount of XML for non-pre-canned query. That's a fact.−vicaya17yWell, majority of the meat/bindings/scripts etc is written in XML. If you want to use something other than prewritten samples, you'll have to deal with XML. Period.−IsaacSchlueter17ySo you would not want to use any service that uses XML for any purpose, even if it could output its results in JSON?That seems irrational.−TweedHeads17yHmm, interesting...Papers for Web Query Language on Googlehttp://www.cs.toronto.edu/~websql/www-conf/wsql/PAPER267.htm...http://www.w3.org/TandS/QL/QL98/pp/wql.html
Comments
Very cool. How do you think this compares to http://parselets.com?
uggh, yet another xml api. Either use JSON or something like Thrift or ProtoBuf.
Look closer.
YQL can output results in either JSON or XML. It just uses XML for table definitions, and as one of several ways to extract data from web services.
Also does JSONP for use in the front-end.
It would be nice, vicaya, if you fact checked before throwing stones.
One needs to deal with large amount of XML for non-pre-canned query. That's a fact.
Well, majority of the meat/bindings/scripts etc is written in XML. If you want to use something other than prewritten samples, you'll have to deal with XML. Period.
So you would not want to use any service that uses XML for any purpose, even if it could output its results in JSON?
That seems irrational.
Hmm, interesting...
Papers for Web Query Language on Google
http://www.cs.toronto.edu/~websql/www-conf/wsql/PAPER267.htm...
http://www.w3.org/TandS/QL/QL98/pp/wql.html