Key-Value-Store-with-Con-gurable-Consistency-
Nehal-Pawar/Key-Value-Store-with-Con-gurable-Consistency-
Python
Borrowed designs from Dynamo and Cassandra's consistency level is configured by the client (ONE or QUORUM) .Located inconsistent data when handling read requests the coordinator contacts all replicas and performed read repair when configured as Cassandra .Stored “hint” locally if not all replicas succeeded like Hinted handoff technique when the server was configured as DynamoDB .Communication among different entities in the system is based on the Apache Thrift framework