1 / 14

X University Georgia Tech: ql.io and Identity

X.commerce University talk on ql.io and identity (PayPal Access) for Georgia Tech (January 20th - 22nd, 2012)

jcleblanc
Download Presentation

X University Georgia Tech: ql.io and Identity

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. X University: ql.io and Identity Open Source Projects at eBay and PayPal Jonathan LeBlanc Developer Evangelist jleblanc@x.com @jcleblanc

  2. What We’re Going to Cover…Briefly http://ql.io http://x.com/identity X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  3. ql.io: Foundations Built on a server-side JavaScript foundation X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  4. ql.io: How to Obtain Data Sources Step 1 Wrap an API in the "create table" syntax Step 2 Use the "select" statement to get data from that new table, or multiple tables. X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  5. ql.io: Create Tables to Add New Data create table TABLE_NAME on select get from "API_URL" using defaults value1="VALUE", value2="VALUE"; X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  6. ql.io: Obtain Data From New Tables select * from TABLE_NAME where value1="VALUE”; X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  7. ql.io: The Test Console Test Console: http://ql.io/console X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  8. ql.io: More Data Sources More tables are available at https://github.com/jcleblanc/ql.io-tables X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  9. PayPal Access: Another Identity Service? { "name": "Jonathan LeBlanc", "email": "jleblanc@x.com" } X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  10. PayPal Access: Foundations Built on top of OAuth 2 X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  11. PayPal Access: The Identity Core X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  12. PayPal Access: User Buying History Documentation: https://www.x.com/identity Segmentation Data • Average spending value • Frequency of online transactions • Recent transactions • Level of purchasing activity X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  13. PayPal Access: Recommended Products Documentation: https://www.x.com/identity Product Recommendation Service • Similar Products • Related Products X.commerce University: Georgia Tech http://www.x.com | @x_commerce

  14. Summing it all up ql.io Mashing up multiple data sources easily PayPal Access Building extensive commerce identity solutions X.commerce University: Georgia Tech http://www.x.com | @x_commerce

More Related