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

Post on 26-Mar-2015

215 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

Transcript

ql.io and Open Source Querying

Get More from APIs with Less

Jonathan LeBlancDeveloper Evangelist: X.commerceEmail: jleblanc@x.comTwitter: @jcleblancGithub: github.com/jcleblanc

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

ql.io: The Problem is API Overload

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

ql.io: Open Standard Foundation

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

ql.io: Using the System

Standalone ServerStandalone ServerWeb EndpointWeb Endpoint

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

ql.io: Quering the Web Endpoint

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

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)

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

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

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

ql.io: The Link

Thanks Everyone!

http://slidesha.re/qlio_where_2012

Jonathan LeBlancDeveloper Evangelist: X.commerceEmail: jleblanc@x.comTwitter: @jcleblancGithub: github.com/jcleblanc

top related