Jonathans stuff RSS Feed
 
 
 
 

Posts tagged example

New YQL build out, includes a new microformat table

Check out the change log for some of the highlights.
One of the new tables is pretty cool, as requested;) :

select * from microformats where url=’http://wait-till-i.com’

Try it in the console, under “data”, or just run it from the public entrypoint directly.
Whats so interesting about the table, apart from the great microformat data it spits out, is [...]

A social YQL query…and pipes

While we’re still putting the finishing touches to YQL’s launch, I’d like to share a query that highlights a lot of interesting aspects of the service:

SELECT * FROM social.profile WHERE guid IN
(SELECT guid FROM social.connections WHERE owner_guid=me)
| sort(field=”nickname”)

Some things worth noting:

me is a shorthand method to express your “guid”, [...]

Categories

Archives



Blogroll

Meta

 Subscribe in a reader