SlideShare una empresa de Scribd logo
1 de 74
YQL: Master of Mix
Hello!!
IIT Madras
Mixing is amazing!!
Mix Chemicals
Classic result of mixing
Classic result of mixing




 Steel
Mix Drinks
Mix Music
DATA
DATA
I am Markandey Singh
  {JavaScript Hacker}
    I work at Yahoo!
YQL is Fun….
YQL is Yahoo! Query
     Language
YQL
            is a

 web service
which works on SQL like syntax
On Web
information is not structured
YQL makes easy to
access unstructured
       data
THIS IS YQL CONSOLE
SELECT A TABLE
SEE QUERY HERE
OUTPUT
TAKE AWAY QUERY
URL
URL output
http://query.yahooapis.com/{query}
URL output
     http://query.yahooapis.com/{query}




<xml>

</xml>
URL output
     http://query.yahooapis.com/{query}




<xml>                {
                      “json”:”json”
                     }
</xml>
JSON

{
 “name”: “markandey”
}
JSON with callback

foo ({
 “name”: “markandey”
});
YQL Console Demo
Lets see with example
Select * from

  interestingness
select * from flickr.photos.interestingness(20) where
api_key='0fbb2b721757f77a6a9d038f4649a2b'
select * from flickr.photos.interestingness(20) where
api_key='0fbb2b721757f77a6a9d038f4649a2b'
select * from flickr.photos.interestingness(20) where
   api_key='0fbb2b721757f77a6a9d038f4649a2b'




<img src=“
//farm{farm-id}.staticflickr.com/{server-id}/{id}_{secret}.jpg
“>
Here is the code
This is what you get
  http://bit.ly/yqlflickr
Flickr Demo
YQL With PHP

$session = curl_init($yql_query_url);
curl_setopt($session, CURLOPT_RETURNTRANSFER,true);
$json = curl_exec($session);
YQL With YUI

YUI().use('yql', function(Y) {

 Y.YQL('select * from weather.forecast where location=90210',
  function(r) {
      //r now contains the result of the YQL Query
      //use the YQL Developer console to learn
      //what data is coming back in this object
      //and how that data is structured.
  });

});
YQL has many Yahoo!
and non-yahoo tables
Page Scraping
Page Scraping   URL
Page Scraping    URL




                XPATH
Page Scraping

select * from html where
        url=“------"
            and
       xpath=“--------”;
Your site!!
URL


     select * from html where
url=“http://www.iitm.ac.in/csdept"
                 and
             xpath=“……..”;
XPATH


      select * from html where
 url=“http://www.iitm.ac.in/csdept"
                  and

xpath=“//div[@id="content"]/div/tab
              le[3]”;
ChromYQLip
 chromy-clip
YQL console demo
  Page scraping
This is what You get




http://bit.ly/searchiitm
Search demo
Content Analysis with YQL




        http://bit.ly/yqlcap
Picture me




 http://bit.ly/pikme
What else YQL can do????
You can create your own table



 Read more
 bit.ly/yqlODT
My random hello!! table
Table Demo
Store Secret on YQL


                   insert into
YQL hosted     yql.storage.admin
 storage         (name, value)
             values (“value-name”,”value")
Store Secret on YQL




YQL hosted
 storage
Store Secret on YQL



             execute select   update
YQL hosted
 storage
Keys Demo
You Can Also Access
Google Spreadsheet
     via YQL
You need to publish
spreadsheet to the web
You need to publish
    spreadsheet to the web


https://docs.google.com/spreadsheet/pub?key=
0AgGxPO1AxEhldFZDNzAzQldLSGp2MzVGVXdlUnIxeUE
&output=html
You need to publish
    spreadsheet to the web


https://docs.google.com/spreadsheet/pub?key=
0AgGxPO1AxEhldFZDNzAzQldLSGp2MzVGVXdlUnIxeUE
&output=CSV
You need to publish
    spreadsheet to the web


https://docs.google.com/spreadsheet/pub?key=
0AgGxPO1AxEhldFZDNzAzQldLSGp2MzVGVXdlUnIxeUE
&output=CSV


select * from csv where url=’….'
Siri vs fake
Siri Demo
2 More Things
Foo
http://bit.ly/foocode
Foo Demo
CodeFoo plugin for Sublime Text 2




        http://bit.ly/codefoo2
Codefoo demo
Reach me



@markandey

Más contenido relacionado

Destacado

YQL (IITK PPT)
YQL (IITK PPT)YQL (IITK PPT)
YQL (IITK PPT)
markandey
 
Select * from internet
Select * from internetSelect * from internet
Select * from internet
markandey
 
10 things you can't do without YQL
10 things you can't do without  YQL10 things you can't do without  YQL
10 things you can't do without YQL
markandey
 
Online Social Networks And The 2 C Is Competitive Intelligence &amp; Collab...
Online Social Networks And The 2 C Is   Competitive Intelligence &amp; Collab...Online Social Networks And The 2 C Is   Competitive Intelligence &amp; Collab...
Online Social Networks And The 2 C Is Competitive Intelligence &amp; Collab...
Dr. Rob Duncan
 
Dundee University HackU 2013 - YQL
Dundee University HackU 2013 - YQLDundee University HackU 2013 - YQL
Dundee University HackU 2013 - YQL
smartads
 

Destacado (10)

YQL (IITK PPT)
YQL (IITK PPT)YQL (IITK PPT)
YQL (IITK PPT)
 
Haroldsmithart
HaroldsmithartHaroldsmithart
Haroldsmithart
 
The Big Power of Small Favors: Using Linked In For Relationship Building
The Big Power of Small Favors: Using Linked In For Relationship BuildingThe Big Power of Small Favors: Using Linked In For Relationship Building
The Big Power of Small Favors: Using Linked In For Relationship Building
 
Aikido of Del Mar
Aikido of Del MarAikido of Del Mar
Aikido of Del Mar
 
Select * from internet
Select * from internetSelect * from internet
Select * from internet
 
10 things you can't do without YQL
10 things you can't do without  YQL10 things you can't do without  YQL
10 things you can't do without YQL
 
Online Social Networks And The 2 C Is Competitive Intelligence &amp; Collab...
Online Social Networks And The 2 C Is   Competitive Intelligence &amp; Collab...Online Social Networks And The 2 C Is   Competitive Intelligence &amp; Collab...
Online Social Networks And The 2 C Is Competitive Intelligence &amp; Collab...
 
The role of online social networks in inter-firm collaborative innovation and...
The role of online social networks in inter-firm collaborative innovation and...The role of online social networks in inter-firm collaborative innovation and...
The role of online social networks in inter-firm collaborative innovation and...
 
Dundee University HackU 2013 - YQL
Dundee University HackU 2013 - YQLDundee University HackU 2013 - YQL
Dundee University HackU 2013 - YQL
 
LinkedIn Inter-firm Relationships: Collaborative Asset or Competitive Risk
LinkedIn Inter-firm Relationships: Collaborative Asset or Competitive RiskLinkedIn Inter-firm Relationships: Collaborative Asset or Competitive Risk
LinkedIn Inter-firm Relationships: Collaborative Asset or Competitive Risk
 

Similar a YQL: Master Of the Mix

Netvibes UWA workshop at ParisWeb 2007
Netvibes UWA workshop at ParisWeb 2007Netvibes UWA workshop at ParisWeb 2007
Netvibes UWA workshop at ParisWeb 2007
Netvibes
 
Real-time search in Drupal. Meet Elasticsearch
Real-time search in Drupal. Meet ElasticsearchReal-time search in Drupal. Meet Elasticsearch
Real-time search in Drupal. Meet Elasticsearch
Alexei Gorobets
 
Jarv.us Showcase — SenchaCon 2011
Jarv.us Showcase — SenchaCon 2011Jarv.us Showcase — SenchaCon 2011
Jarv.us Showcase — SenchaCon 2011
Chris Alfano
 

Similar a YQL: Master Of the Mix (20)

YQL: Hacking on steroids - Yahoo! Open Hack Day 2012
YQL: Hacking on steroids - Yahoo! Open Hack Day 2012YQL: Hacking on steroids - Yahoo! Open Hack Day 2012
YQL: Hacking on steroids - Yahoo! Open Hack Day 2012
 
YQL & Yahoo! Apis
YQL & Yahoo! ApisYQL & Yahoo! Apis
YQL & Yahoo! Apis
 
Web services and JavaScript
Web services and JavaScriptWeb services and JavaScript
Web services and JavaScript
 
SEA Open Hack - YQL
SEA Open Hack - YQLSEA Open Hack - YQL
SEA Open Hack - YQL
 
Yql hacku iitd_2012
Yql hacku iitd_2012Yql hacku iitd_2012
Yql hacku iitd_2012
 
Reactive Type safe Webcomponents with skateJS
Reactive Type safe Webcomponents with skateJSReactive Type safe Webcomponents with skateJS
Reactive Type safe Webcomponents with skateJS
 
Yql with geo
Yql with geoYql with geo
Yql with geo
 
YDN KR Tech Talk : Pipes 와 YQL 활용하기
YDN KR Tech Talk : Pipes 와 YQL 활용하기YDN KR Tech Talk : Pipes 와 YQL 활용하기
YDN KR Tech Talk : Pipes 와 YQL 활용하기
 
YQL & Yahoo! APIs - Open Hack India 2011
YQL & Yahoo! APIs - Open Hack India 2011YQL & Yahoo! APIs - Open Hack India 2011
YQL & Yahoo! APIs - Open Hack India 2011
 
Reactive Type-safe WebComponents
Reactive Type-safe WebComponentsReactive Type-safe WebComponents
Reactive Type-safe WebComponents
 
Hack Day EU 2011 YQL
Hack Day EU 2011 YQLHack Day EU 2011 YQL
Hack Day EU 2011 YQL
 
當ZK遇見Front-End
當ZK遇見Front-End當ZK遇見Front-End
當ZK遇見Front-End
 
A Quick Introduction to YQL
A Quick Introduction to YQLA Quick Introduction to YQL
A Quick Introduction to YQL
 
Patterns Are Good For Managers
Patterns Are Good For ManagersPatterns Are Good For Managers
Patterns Are Good For Managers
 
Netvibes UWA workshop at ParisWeb 2007
Netvibes UWA workshop at ParisWeb 2007Netvibes UWA workshop at ParisWeb 2007
Netvibes UWA workshop at ParisWeb 2007
 
Google App Engine in 40 minutes (the absolute essentials)
Google App Engine in 40 minutes (the absolute essentials)Google App Engine in 40 minutes (the absolute essentials)
Google App Engine in 40 minutes (the absolute essentials)
 
Real-time search in Drupal. Meet Elasticsearch
Real-time search in Drupal. Meet ElasticsearchReal-time search in Drupal. Meet Elasticsearch
Real-time search in Drupal. Meet Elasticsearch
 
Things you can use (by the Yahoo Developer Network and friends)
Things you can use (by the Yahoo Developer Network and friends)Things you can use (by the Yahoo Developer Network and friends)
Things you can use (by the Yahoo Developer Network and friends)
 
Jarv.us Showcase — SenchaCon 2011
Jarv.us Showcase — SenchaCon 2011Jarv.us Showcase — SenchaCon 2011
Jarv.us Showcase — SenchaCon 2011
 
Frontin like-a-backer
Frontin like-a-backerFrontin like-a-backer
Frontin like-a-backer
 

Último

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Último (20)

Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 

YQL: Master Of the Mix