fantastic voyage into the web of data

36
Christian Heilmann – Webmontag, Frankfurt/Main – August 2009 into the web of data

Upload: christian-heilmann

Post on 06-May-2015

1.668 views

Category:

Education


2 download

DESCRIPTION

My presentation at the webmontag in Frankfurt about decentralisation of data, using APIs and mixing the web with YQL.

TRANSCRIPT

Page 1: Fantastic Voyage into the Web of Data

Christian Heilmann – Webmontag, Frankfurt/Main – August 2009

into the web

of data

Page 2: Fantastic Voyage into the Web of Data

Developing the web vs. developing for the web.

Page 3: Fantastic Voyage into the Web of Data

Decentralised Data

Page 5: Fantastic Voyage into the Web of Data

CMS

Page 6: Fantastic Voyage into the Web of Data

CMS

Page 7: Fantastic Voyage into the Web of Data

CMS

Tags, Comments, Connections, Embeds

Page 9: Fantastic Voyage into the Web of Data

APIs

Page 10: Fantastic Voyage into the Web of Data

APIs

http://search.twitter.com/trends/current.json

Page 11: Fantastic Voyage into the Web of Data

API Issues

Page 12: Fantastic Voyage into the Web of Data

No need for rockstars

Page 13: Fantastic Voyage into the Web of Data

YQL http://developer.yahoo.com/yql/console/

Page 14: Fantastic Voyage into the Web of Data

YQL http://developer.yahoo.com/yql/console/

select {what} from {where} where {conditions}

Page 15: Fantastic Voyage into the Web of Data
Page 16: Fantastic Voyage into the Web of Data
Page 17: Fantastic Voyage into the Web of Data
Page 18: Fantastic Voyage into the Web of Data
Page 19: Fantastic Voyage into the Web of Data
Page 20: Fantastic Voyage into the Web of Data
Page 21: Fantastic Voyage into the Web of Data
Page 22: Fantastic Voyage into the Web of Data

For example: Frankfurt

Page 24: Fantastic Voyage into the Web of Data
Page 25: Fantastic Voyage into the Web of Data
Page 26: Fantastic Voyage into the Web of Data
Page 27: Fantastic Voyage into the Web of Data
Page 28: Fantastic Voyage into the Web of Data
Page 29: Fantastic Voyage into the Web of Data
Page 30: Fantastic Voyage into the Web of Data

select * from html where url="http://faz.de" and xpath="//h2 "

Page 31: Fantastic Voyage into the Web of Data

select * from google.translate where q in ( select a from html where url="http://faz.de" and xpath="//h2") and target="en"

Page 32: Fantastic Voyage into the Web of Data

select title from twitter.user.timeline where title like "%http%" and id="codepo8" or id="ydn"

Page 33: Fantastic Voyage into the Web of Data

Flexibility๏mix and match APIs๏ filter results๏simplify authentication๏use in console or from

code๏minimal research of

documentation๏caching of results๏proxied on Yahoos

servers

Page 34: Fantastic Voyage into the Web of Data

Join theweb ofdata!

http://developer.yahoo.com/yql/guide/yql-opentables-chapter.html

Page 35: Fantastic Voyage into the Web of Data

Got you excited? Go for it!

Page 36: Fantastic Voyage into the Web of Data

Christian Heilmann

http://wait-till-i.com

http://developer-evangelism.com

http://twitter.com/codepo8

C h e e r s !