Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Glue 2015: Microservices - More than just a buz...
Search
John Sheehan
May 21, 2015
Technology
2
730
Glue 2015: Microservices - More than just a buzzword.
John Sheehan
May 21, 2015
Tweet
Share
More Decks by John Sheehan
See All by John Sheehan
My Favorite API Tools (Other than Runscope)
johnsheehan
0
170
Crafting a Great Webhooks Experience
johnsheehan
2
520
Scale-Oriented Architecture with Microservices
johnsheehan
2
340
Crafting a Great Webhooks Experience
johnsheehan
0
180
The rise of distributed applications.
johnsheehan
2
460
Zen and the Art of API Maintenance
johnsheehan
2
2.4k
Building API integrations you can live with.
johnsheehan
0
120
Free API debugging and testing tools you should know about.
johnsheehan
5
850
Modern Tools for Modern Applications
johnsheehan
1
190
Other Decks in Technology
See All in Technology
Spec Driven Development入門/spec_driven_development_for_learners
hanhan1978
1
850
Master Dataグループ紹介資料
sansan33
PRO
1
3.8k
Databricks Free Editionで始めるMLflow
taka_aki
0
810
なぜ新機能リリース翌日にモニタリング可能なのか? 〜リードタイム短縮とリソース問題を「自走」で改善した話〜 / data_summit_findy_Session_2
sansan_randd
1
130
Pythonで構築する全国市町村ナレッジグラフ: GraphRAGを用いた意味的地域検索への応用
negi111111
7
2.2k
どうなる Remix 3
tanakahisateru
1
290
SREのキャリアから経営に近づく - Enterprise Risk Managementを基に -
shonansurvivors
1
750
AIエージェントは「使う」だけじゃなくて「作る」時代! 〜最新フレームワークで楽しく開発入門しよう〜
minorun365
PRO
8
1.4k
ソフトウェアエンジニアとデータエンジニアの違い・キャリアチェンジ
mtpooh
1
600
Zabbix Conference Japan 2025 ダッシュボードコンテストLT
katayamatg
0
120
Oracle Cloud Infrastructure:2025年10月度サービス・アップデート
oracle4engineer
PRO
0
110
最近読んで良かった本 / Yokohama North Meetup #10
mktakuya
0
1.1k
Featured
See All Featured
Facilitating Awesome Meetings
lara
57
6.6k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.3k
Agile that works and the tools we love
rasmusluckow
331
21k
Thoughts on Productivity
jonyablonski
73
4.9k
Optimizing for Happiness
mojombo
379
70k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Balancing Empowerment & Direction
lara
5
720
BBQ
matthewcrist
89
9.9k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
Site-Speed That Sticks
csswizardry
13
950
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Transcript
Microservices: Blah, blah, blah... John Sheehan Co-founder, CEO @Runscope
None
API Performance Monitoring
40,000+ developers use Runscope
MICROSERVICES "Simultaneously existing on all points in the hype lifecycle."
Glue 2014: 0 Glue 2015: 12!
None
None
None
None
None
"Microservices is just SOA."
Some of what's new in software development since SOA was
cool: Node.js DevOps Docker AWS GitHub JSON APIs NoSQL Go Stack Overflow Hadoop jQuery CI/CD
MICROSERVICES = SOA 2.0 + DevOps
MICROSERVICE ARCHITECTURE (MSA) A style of service-oriented architecture that emphasizes
decentralization and deliverability. MICROSERVICE Self-contained service with single “job to be done” and exposed via an API. The atomic unit of an MSA.
We are not Netflix
MICROSERVICES at Runscope
2 YEARS AGO 3 internal services 5 people shipping code
TODAY 60+ internal services 11 people shipping code
MICROSERVICES LESSONS LEARNED
Invest in Infrastructure MICROSERVICE LESSON LEARNED
7,789 Deployments in 2014 50+ Per work day
If you don't invest in INFRASTRUCTURE don't invest in MICROSERVICES
None
None
None
None
Pick Right Stack for Each Service MICROSERVICE LESSON LEARNED
Don't Share Datastores Between Services MICROSERVICE LESSON LEARNED
Embrace the Network! MICROSERVICE LESSON LEARNED
Failure is not an Exception MICROSERVICE LESSON LEARNED
Isolate Breakage MICROSERVICE LESSON LEARNED
Pick a Uniform Interface MICROSERVICE LESSON LEARNED
Build Client Tools MICROSERVICE LESSON LEARNED
• Service discovery • service://identity/... • Retry failed GETs •
Run HTTP requests asynchronously • Log with Runscope Traffic Inspector Smart Client
Make it Easy to Create New Services MICROSERVICE LESSON LEARNED
Built-in healthcheck/heartbeat endpoints Automatic, realm-aware service registry Common logging and
metrics framework Simplified dependency management Smart Service
Test Across Teams at Service Boundaries MICROSERVICE LESSON LEARNED
Monitor Everything MICROSERVICE LESSON LEARNED
✓ Availability ✓ Performance ✓ Correctness Any Public or Private
API API Testing & Monitoring
We’re hiring!