Upgrade to Pro — share decks privately, control downloads, hide ads and more …

2012 O'Reilly Where: ql.io and Open Source Querying

2012 O'Reilly Where: ql.io and Open Source Querying

Presentation on ql.io (an eBay Node.js based querying system) at O'Reilly Where 2012 (San Francisco, CA)

Jonathan LeBlanc

April 03, 2012
Tweet

More Decks by Jonathan LeBlanc

Other Decks in Technology

Transcript

  1. ql.io  and  Open  Source  Querying   Get  More  from  APIs

     with  Less   Jonathan  LeBlanc   Developer  Evangelist:  X.commerce   Email:  [email protected]   Twi?er:  @jcleblanc   Github:  github.com/jcleblanc  
  2. X.Commerce  (eBay  Inc.)    Ÿ    h?p://www.x.com   ql.io:  Using

     the  System   Standalone  Server   Web  Endpoint  
  3. X.Commerce  (eBay  Inc.)    Ÿ    h?p://www.x.com   ql.io:  Quering

     the  Web  Endpoint     HTTP  GET   h?p://ql.io/q?s=QUERY      
  4. X.Commerce  (eBay  Inc.)    Ÿ    h?p://www.x.com   ql.io:  Using

     the  Standalone  Server   Node  Host   ql.io   Data   (internal)   Data   (external)  
  5. X.Commerce  (eBay  Inc.)    Ÿ    h?p://www.x.com     create

     table  TABLE_NAME                on  select  get  from  "h?p://api.com/?val1={val1}"                using  defaults  val1="VALUE",                                                                    val2="VALUE";       ql.io:  Create  Tables  to  Add  New  Data  
  6. X.Commerce  (eBay  Inc.)    Ÿ    h?p://www.x.com      

    select  *  from  TABLE_NAME                where  val1="VALUE"                and  val2="VALUE";   ql.io:  Obtain  Data  From  New  Tables  
  7. Thanks  Everyone!   hMp://slidesha.re/qlio_where_2012   Jonathan  LeBlanc   Developer  Evangelist:

     X.commerce   Email:  [email protected]   Twi?er:  @jcleblanc   Github:  github.com/jcleblanc