-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52cd903
commit 0946865
Showing
3 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,36 @@ | ||
# Week 11: NoSQL Databases | ||
# Week 11: Strong Consistency | ||
|
||
## Learning Objectives | ||
|
||
To DO | ||
1. Explain the two phase commit protocol | ||
|
||
2. Define serialization and linearizability | ||
|
||
3. Explain the RAFT Comsensus Algorithm | ||
|
||
## Module Outline | ||
|
||
TO DO | ||
|
||
## Lectures | ||
|
||
TO DO | ||
|
||
## Mandatory Reading | ||
|
||
1. Chapter 13 of course book - Distributed Database Implementations | ||
1. Chapter 12 and 13 of course book - Distributed Database Implementations | ||
|
||
## Optional Reading | ||
|
||
1. [A nice explanation of the complexities of consistent hashing in practise](https://ably.com/blog/implementing-efficient-consistent-hashing) | ||
1. [Comparing Riak with the original Dynamo paper](https://docs.riak.com/riak/kv/2.2.2/learn/dynamo/) | ||
2. [Comparing Riak with the original Dynamo paper](https://docs.riak.com/riak/kv/2.2.2/learn/dynamo/) | ||
3. [MongoDB 4.2 Architecture](https://info-mongodb-com.s3.us-east-1.amazonaws.com/MongoDB_Architecture_Guide.pdf) | ||
4. [CAP Theorem explained](https://dzone.com/articles/understanding-the-cap-theorem) | ||
|
||
## Labs | ||
|
||
### Lab 11. : Consistent Hashing Exerise | ||
|
||
[Study and extend a simple consistent hashing implementation](https://gortonator.github.io/bsds-6650/labs/lab-11) | ||
|
||
[Back to Course Home Page](https://gortonator.github.io/bsds-6650/) | ||
|