SQL pro WWW
select* from html where url="http://
www.novinky.cz"
select * from html where url="http://
www.novinky.cz" and xpath='//h3'
11.
HTML obsah
select contentfrom html where url="http://
www.novinky.cz" and xpath='//h3/a'
úplná podpora XPath
12.
Joiny a láSQL
select * from search.web where query in (select
content from html where url="http://
www.novinky.cz" and xpath='//h3/a')
13.
Podpora dalších služeb
select * from search.web where query in (select
content from html where url="http://
www.novinky.cz" and xpath='//h3/a')
select * from geo.placefinder where query in
(select content from html where url="http://
www.novinky.cz" and xpath='//h3/a')
14.
... a formátů
select * from json where url="http://
search.twitter.com/search.json?q=bigclean" AND
itemPath = "json.results.from_user"
select * from json where url="https://
graph.facebook.com/search?q=ODS&type=post"
15.
I mikroformátů
select* from microformats where url='http://
twitter.com/josefslerka'
4. Google FusionaTables
http://www.google.com/fusiontables
webová služba pro zpracování a vizualizaci
velkých datových souborů (CSV až 100MB)
obsahuje geoparsering
je zcela zadarmo
má SQL-like API