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
Shared-nothing architectures and where to find ...
Search
Dimos Raptis
October 14, 2020
Technology
0
35
Shared-nothing architectures and where to find them
Dimos Raptis
October 14, 2020
Tweet
Share
More Decks by Dimos Raptis
See All by Dimos Raptis
Meeting Corda: A blockchain platform built for the JVM
dimosr
0
37
Bitcoin
dimosr
0
32
Dynamo
dimosr
0
830
Acceptance Testing in the microservices world
dimosr
0
210
Other Decks in Technology
See All in Technology
今から間に合う re:Invent 準備グッズと現地の地図、その他ラスベガスを周る際の Tips/reinvent-preparation-guide
emiki
1
280
dbtとAIエージェントを組み合わせて見えたデータ調査の新しい形
10xinc
7
1.8k
Kotlinで型安全にバイテンポラルデータを扱いたい! ReladomoラッパーをAIと実装してみた話
itohiro73
3
260
CloudComposerによる大規模ETL 「制御と実行の分離」の実践
leveragestech
0
180
OpenCensusと歩んだ7年間
bgpat
0
330
Databricks Free Editionで始めるMLflow
taka_aki
0
790
可観測性は開発環境から、開発環境にもオブザーバビリティ導入のススメ
layerx
PRO
4
2.7k
AWS re:Invent 2025事前勉強会資料 / AWS re:Invent 2025 pre study meetup
kinunori
0
1.1k
NOT A HOTEL SOFTWARE DECK (2025/11/06)
notahotel
0
3k
累計5000万DLサービスの裏側 – LINEマンガのKotlinで挑む大規模 Server-side ETLの最適化
ldf_tech
0
190
[Journal club] Thinking in Space: How Multimodal Large Language Models See, Remember, and Recall Spaces
keio_smilab
PRO
0
110
kotlin-lsp の開発開始に触発されて、Emacs で Kotlin 開発に挑戦した記録 / kotlin‑lsp as a Catalyst: My Journey to Kotlin Development in Emacs
nabeo
2
330
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Facilitating Awesome Meetings
lara
57
6.6k
Building an army of robots
kneath
306
46k
The Language of Interfaces
destraynor
162
25k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Raft: Consensus for Rubyists
vanstee
140
7.2k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
Embracing the Ebb and Flow
colly
88
4.9k
Leading Effective Engineering Teams in the AI Era
addyosmani
8
720
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Transcript
Shared-nothing architectures & where to find them Dimos Raptis London
Microservices Meetup – October 2020
Monolith Microservices billing users orders fulfilment Billing service Ordering service
Users service Fulfilment service sharing
Shared-nothing architectures *Published in 1985
Shared-nothing architectures • Based on the technique of partitioning •
They can have many benefits: • Scalability • Performance • Fault-tolerance • Additional coordination might be required in some cases
Load balancing
Distributed data stores
Distributed event logs
Distributed data processing
Overview
Pitfalls of shared-nothing architectures - Complexity (implementation / operational )
- Flexibility (restrictive programming model / weaker guarantees) - Cost
Find more: dimosr.github.io/shared-nothing-architectures 60% off at: bit.ly/3iGx2Bu
Q & A