1 / 10

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)

jcleblanc
Download Presentation

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

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc Github: github.com/jcleblanc

  2. ql.io: The Problem is API Overload X.Commerce (eBay Inc.)  http://www.x.com

  3. ql.io: Open Standard Foundation X.Commerce (eBay Inc.)  http://www.x.com

  4. ql.io: Using the System Web Endpoint Standalone Server X.Commerce (eBay Inc.)  http://www.x.com

  5. ql.io: Quering the Web Endpoint HTTP GET http://ql.io/q?s=QUERY X.Commerce (eBay Inc.)  http://www.x.com

  6. ql.io: Using the Standalone Server Data (internal) ql.io Node Host Data (external) X.Commerce (eBay Inc.)  http://www.x.com

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

  8. ql.io: Obtain Data From New Tables select * from TABLE_NAME where val1="VALUE" and val2="VALUE"; X.Commerce (eBay Inc.)  http://www.x.com

  9. ql.io: The Link X.Commerce (eBay Inc.)  http://www.x.com

  10. Thanks Everyone! http://slidesha.re/qlio_where_2012 Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc Github: github.com/jcleblanc

More Related