Skip to content

Commit

Permalink
add notes about intro to part 04
Browse files Browse the repository at this point in the history
  • Loading branch information
pmihaylov_bp committed Jul 30, 2022
1 parent c985dcb commit f456588
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Resiliency

The three fundamental scalability patterns discussed so far:
* functional decomposition - splitting a monolithic system into independent parts which composed provide the same functionality
* data partitioning - splitting data across several nodes
* replication - duplicating data across several nodes

All the patterns have one thing in common - they increase the number of moving parts in our system.


0 comments on commit f456588

Please sign in to comment.