ql.io and open source querying get more from apis with less jonathan leblanc developer evangelist:...

10
ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: [email protected] Twitter: @jcleblanc Github: github.com/jcleblanc

Upload: steven-ortega

Post on 26-Mar-2015

216 views

Category:

Documents


1 download

TRANSCRIPT

Page 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

ql.io and Open Source Querying

Get More from APIs with Less

Jonathan LeBlancDeveloper Evangelist: X.commerceEmail: [email protected]: @jcleblancGithub: github.com/jcleblanc

Page 2: Ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc

X.Commerce (eBay Inc.) http://www.x.com

ql.io: The Problem is API Overload

Page 3: Ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc

X.Commerce (eBay Inc.) http://www.x.com

ql.io: Open Standard Foundation

Page 4: Ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc

X.Commerce (eBay Inc.) http://www.x.com

ql.io: Using the System

Standalone ServerStandalone ServerWeb EndpointWeb Endpoint

Page 5: Ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc

X.Commerce (eBay Inc.) http://www.x.com

ql.io: Quering the Web Endpoint

HTTP GEThttp://ql.io/q?s=QUERY

Page 6: Ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc

X.Commerce (eBay Inc.) http://www.x.com

ql.io: Using the Standalone Server

Node HostNode Hostql.ioql.io

Data Data (internal)(internal)

Data Data (external)(external)

Page 7: Ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc

X.Commerce (eBay Inc.) http://www.x.com

create table TABLE_NAME on select get from "http://api.com/?val1={val1}" using defaults val1="VALUE", val2="VALUE";

ql.io: Create Tables to Add New Data

Page 8: Ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc

X.Commerce (eBay Inc.) http://www.x.com

select * from TABLE_NAME where val1="VALUE" and val2="VALUE";

ql.io: Obtain Data From New Tables

Page 9: Ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc

X.Commerce (eBay Inc.) http://www.x.com

ql.io: The Link

Page 10: Ql.io and Open Source Querying Get More from APIs with Less Jonathan LeBlanc Developer Evangelist: X.commerce Email: jleblanc@x.com Twitter: @jcleblanc

Thanks Everyone!

http://slidesha.re/qlio_where_2012

Jonathan LeBlancDeveloper Evangelist: X.commerceEmail: [email protected]: @jcleblancGithub: github.com/jcleblanc