Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Twitter Streaming API #bcruhr3
Timo Schilling
March 21, 2010
Technology
0
55
Twitter Streaming API #bcruhr3
Timo Schilling
March 21, 2010
Tweet
Share
More Decks by Timo Schilling
See All by Timo Schilling
Rails from "good" to fast - Colognerb
timoschilling
0
78
iBeacon
timoschilling
0
28
Other Decks in Technology
See All in Technology
Who owns the Service Level?
chaspy
5
590
ZOZOTOWNのProduction Readiness Checklistと信頼性向上の取り組み / Improvement the reliability of ZOZOTOWN with Production Readiness Checklist
akitok_
4
1.2k
【OCHaCafe#5】その Pod 突然落ちても大丈夫ですか?
k6s4i53rx
2
110
ニフティでSRE推進活動を始めて取り組んできたこと
niftycorp
2
110
プロダクトグロースと技術のベースアップを両立させるRettyのアプリ開発スタイル / Achieve Product Growth and Tech Update
imaizume
1
250
Red Hat Summit 2022 の概要とオススメセッションのご紹介
rhpej
1
200
Accelerating ZOZOTOWN Modernization with Istio
yokawasa
0
210
Nutanix_Meetup_20220511
keigotomomatsu
0
130
Research Paper Introduction #98 "NSDI 2022 recap"
cafenero_777
0
180
Babylon.js で簡単 WebXR
yuhara0928
1
270
Steps toward self-service operations in eureka
fukubaka0825
0
350
We’re all on the path of growth 🌱
mosky
1
350
Featured
See All Featured
Web development in the modern age
philhawksworth
197
9.3k
The Straight Up "How To Draw Better" Workshop
denniskardys
225
120k
Pencils Down: Stop Designing & Start Developing
hursman
112
9.8k
The World Runs on Bad Software
bkeepers
PRO
56
5.2k
Automating Front-end Workflow
addyosmani
1351
200k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
3
420
Fashionably flexible responsive web design (full day workshop)
malarkey
396
62k
Six Lessons from altMBA
skipperchong
14
1.3k
A better future with KSS
kneath
225
15k
Building Better People: How to give real-time feedback that sticks.
wjessup
343
17k
Intergalactic Javascript Robots from Outer Space
tanoku
261
25k
Imperfection Machines: The Place of Print at Facebook
scottboms
253
11k
Transcript
20.03.2010 Push it! Timo Schilling 1
Pullen ✤ Email ✤ RSS ✤ Twitter 2
Pushen ✤ Chat ✤ iPhone ✤ HTTP persistent connection 3
HTTP Persistent Connection ✤ HTTP 1.1 keep-alive ✤ Unterstützung ✤
Client ✤ Server 4
Multiple Connections ✤ Verbindungsaufbau ✤ Datenübertragung ✤ Verbindungstrennung 5
Persistent Connection ✤ Verbindungsaufbau ✤ Datenübertragung ✤ ... ✤ Verbindungstrennung
6
Vergleich Multiple vs. Persistent 7
Vorteile ✤ Firewall ✤ weniger Server last ✤ weniger Latenz
✤ HTTP Pipelining ✤ Daten Pushen (ohne Interval Pullen) 8
✤ XMPP Protokoll ✤ Jabber ✤ Google Talk / Wave
✤ Twitter Streaming API ✤ TwitterJunkie ✤ LiveWall Implementierungen
Twitter Streaming API ✤ Einführung April 2009 ✤ Funktionen wie
die REST API ✤ Echtzeit
Twitter Streaming API Aufbau ✤ API Endpoint http://stream.twitter.com/1/ ✤ Authentifizierung
✤ Beispiel ✤ $ curl http://stream.twitter.com/1/statuses/sample.json -u NAME ✤ Response JSON
Twitter Junkie ✤ Open Source ✤ Cocoa / Objective-C ✤
Growl ✤ http://bit.ly/TwitterJunkie 12
Ende 13
Fragen? 14