ql.io and open source querying

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: jon

Post on 04-Feb-2016

27 views

Category:

Documents


0 download

DESCRIPTION

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. ql.io: The Problem is API Overload. ql.io: Open Standard Foundation. ql.io: Using the System. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: ql.io and Open Source Querying

ql.io and Open Source QueryingGet More from APIs with Less

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

Page 2: ql.io and Open Source Querying

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

ql.io: The Problem is API Overload

Page 3: ql.io and Open Source Querying

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

ql.io: Open Standard Foundation

Page 4: ql.io and Open Source Querying

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

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

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

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

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

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

ql.io: The Link

Page 10: ql.io and Open Source Querying

Thanks Everyone!http://slidesha.re/qlio_where_2012

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