The main goal of this project is implementing a simplified version of Dynamo. There are three main pieces that are included: 1) Partitioning, 2) Replication, and 3) Failure handling. The main goal is to provide both availability and linearizability at the same time. In other words, the implementation always perform read and write operations successfully even under failures. At the same time, a read operation should always return the most recent value. Project provides you both availability and linearizability at the same time. The exception is partitioning and replication, which should be done exactly the way Dynamo does.
-
Notifications
You must be signed in to change notification settings - Fork 0
The main goal of this project is implementing a simplified version of Dynamo. There are three main pieces that are included: 1) Partitioning, 2) Replication, and 3) Failure handling. The main goal is to provide both availability and linearizability at the same time. In other words, the implementation always perform read and write operations succ…
License
imuqtadir/Simple-Dynamo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The main goal of this project is implementing a simplified version of Dynamo. There are three main pieces that are included: 1) Partitioning, 2) Replication, and 3) Failure handling. The main goal is to provide both availability and linearizability at the same time. In other words, the implementation always perform read and write operations succ…
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published