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
680
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
160
Crafting a Great Webhooks Experience
johnsheehan
2
510
Scale-Oriented Architecture with Microservices
johnsheehan
2
340
Crafting a Great Webhooks Experience
johnsheehan
0
170
The rise of distributed applications.
johnsheehan
2
450
Zen and the Art of API Maintenance
johnsheehan
2
2.4k
Building API integrations you can live with.
johnsheehan
0
110
Free API debugging and testing tools you should know about.
johnsheehan
5
840
Modern Tools for Modern Applications
johnsheehan
1
180
Other Decks in Technology
See All in Technology
白金鉱業Meetup_Vol.19_PoCはデモで語れ!顧客の本音とインサイトを引き出すソリューション構築
brainpadpr
2
470
Welcome to the LLM Club
koic
0
130
讓測試不再 BB! 從 BDD 到 CI/CD, 不靠人力也能 MVP
line_developers_tw
PRO
0
1.1k
kubellが挑むBPaaSにおける、人とAIエージェントによるサービス開発の最前線と技術展望
kubell_hr
1
390
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
53
31k
エンジニア向け技術スタック情報
kauche
0
110
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
2
180
Create a Rails8 responsive app with Gemini and RubyLLM
palladius
0
140
AWS CDK 実践的アプローチ N選 / aws-cdk-practical-approaches
gotok365
4
460
Microsoft Build 2025 技術/製品動向 for Microsoft Startup Tech Community
torumakabe
1
200
キャディでのApache Iceberg, Trino採用事例 -Apache Iceberg and Trino Usecase in CADDi--
caddi_eng
0
170
Snowflake Summit 2025全体振り返り / Snowflake Summit 2025 Overall Review
mtpooh
2
180
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
Facilitating Awesome Meetings
lara
54
6.4k
Building Adaptive Systems
keathley
43
2.6k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
700
Practical Orchestrator
shlominoach
188
11k
Speed Design
sergeychernyshev
31
1k
Docker and Python
trallard
44
3.4k
RailsConf 2023
tenderlove
30
1.1k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.7k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
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!