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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
John Sheehan
May 21, 2015
Technology
2
760
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
180
Crafting a Great Webhooks Experience
johnsheehan
2
550
Scale-Oriented Architecture with Microservices
johnsheehan
2
360
Crafting a Great Webhooks Experience
johnsheehan
0
210
The rise of distributed applications.
johnsheehan
2
480
Zen and the Art of API Maintenance
johnsheehan
2
2.5k
Building API integrations you can live with.
johnsheehan
0
130
Free API debugging and testing tools you should know about.
johnsheehan
5
860
Modern Tools for Modern Applications
johnsheehan
1
210
Other Decks in Technology
See All in Technology
開発チームとQAエンジニアの新しい協業モデル -年末調整開発チームで実践する【QAリード施策】-
kaomi_wombat
0
250
Phase12_総括_自走化
overflowinc
0
1.6k
Laravelで学ぶOAuthとOpenID Connectの基礎と実装
kyoshidaxx
4
1.9k
Cursor Subagentsはいいぞ
yug1224
2
100
大規模ECサイトのあるバッチのパフォーマンスを改善するために僕たちのチームがしてきたこと
panda_program
1
400
SSoT(Single Source of Truth)で「壊して再生」する設計
kawauso
2
370
AI時代のIssue駆動開発のススメ
moongift
PRO
0
270
Blue/Green Deployment を用いた PostgreSQL のメジャーバージョンアップ
kkato1
0
150
Why we keep our community?
kawaguti
PRO
0
290
DDD×仕様駆動で回す高品質開発のプロセス設計
littlehands
6
2.5k
AWS Systems Managerのハイブリッドアクティベーションを使用したガバメントクラウド環境の統合管理
toru_kubota
1
170
「お金で解決」が全てではない!大規模WebアプリのCI高速化 #phperkaigi
stefafafan
5
2.3k
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
72
12k
Navigating Team Friction
lara
192
16k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
160
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
120
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.2k
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
86
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
130
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
660
The Cost Of JavaScript in 2023
addyosmani
55
9.8k
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!