Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Data Decay and the Illusion of the Present

Data Decay and the Illusion of the Present

By Dan Lynn @ API Strategy & Practice Conference
San Francisco, October 23-24-25, 2013

More Decks by API Strategy & Practice Conference

Other Decks in Technology

Transcript

  1. Keeps all your contacts in one place and keeps them

    automatically up to date. Based in Denver, Colorado CTO & Co-Founder [email protected] @danklynn
  2. - Washington Post (September 24, 2013) “Traders may have gotten

    last week’s Fed news 7 milliseconds early“
  3. Polling • Simple • But can lead to complex scheduling

    • Trades efficient use of resources for fresh data. GET /notifications?since=1382630675166
  4. Ping/Pull • XML-RPC • Facebook Realtime updates • Avoids scheduled

    polling • Consumer must host an endpoint • Moderate latency (3 hops) • Complex
  5. Push • Github service hooks • Content of change is

    pushed • Payload can be diff or full resource • Consumer must host an endpoint • Lowest latency (1 hop)