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
670
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
150
Crafting a Great Webhooks Experience
johnsheehan
2
510
Scale-Oriented Architecture with Microservices
johnsheehan
2
330
Crafting a Great Webhooks Experience
johnsheehan
0
170
The rise of distributed applications.
johnsheehan
2
440
Zen and the Art of API Maintenance
johnsheehan
2
2.4k
Building API integrations you can live with.
johnsheehan
0
100
Free API debugging and testing tools you should know about.
johnsheehan
5
830
Modern Tools for Modern Applications
johnsheehan
1
180
Other Decks in Technology
See All in Technology
Microsoft Fabric vs Databricks vs (Snowflake) -若手エンジニアがそれぞれの強みと違いを比較してみた- "A Young Engineer's Comparison of Their Strengths and Differences"
reireireijinjin6
1
140
Terraform にコントリビュートしていたら Azure のコストをやらかした話 / How I Messed Up Azure Costs While Contributing to Terraform
nnstt1
1
210
PagerDuty×ポストモーテムで築く障害対応文化/Building a culture of incident response with PagerDuty and postmortems
aeonpeople
3
550
Winning at PHP in Production in 2025
beberlei
1
270
テストって楽しい!開発を加速させるテストの魅力 / Testing is Fun! The Fascinating of Testing to Accelerate Development
aiandrox
0
160
Part2 GitHub Copilotってなんだろう
tomokusaba
1
500
10分で学ぶ、RAGの仕組みと実践
supermarimobros
0
860
Serverlessだからこそコードと設計にはこだわろう
kenichirokimura
2
340
LLM アプリケーションのためのクラウドセキュリティ - CSPM の実装ポイント-
osakatechlab
0
280
コードや知識を組み込む / Incorporating Codes and Knowledge
ks91
PRO
0
170
データベース04: SQL (1/3) 単純質問 & 集約演算
trycycle
PRO
0
700
MySQL InnoDB Data Recovery - The Last Resort
lefred
0
100
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Statistics for Hackers
jakevdp
798
220k
Documentation Writing (for coders)
carmenintech
71
4.8k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.4k
Navigating Team Friction
lara
185
15k
Producing Creativity
orderedlist
PRO
344
40k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
GraphQLとの向き合い方2022年版
quramy
46
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
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!