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:

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

Embed Size (px)

Citation preview

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

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: 2012 O'Reilly Where: ql.io and Open Source Querying

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

ql.io: The Problem is API Overload

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

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

ql.io: Open Standard Foundation

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

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

ql.io: Using the System

Standalone ServerWeb Endpoint

Page 5: 2012 O'Reilly Where: 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: 2012 O'Reilly Where: ql.io and Open Source Querying

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

ql.io: Using the Standalone Server

Node Hostql.io

Data (internal)

Data (external)

Page 7: 2012 O'Reilly Where: 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: 2012 O'Reilly Where: 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: 2012 O'Reilly Where: ql.io and Open Source Querying

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

ql.io: The Link

Page 10: 2012 O'Reilly Where: 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