Skip to content

Implemented a Dynamo-style key-value storage with Partitioning, Replication, and Failure handling, that provides Availability and Linearizability at the same time across multiple Android devices.

Notifications You must be signed in to change notification settings

dani-amirtharaj/SimpleDynamoDB

Repository files navigation

SimpleDynamoDB

Implemented a Dynamo-style key-value storage with Partitioning, Replication, and Failure handling, that provides Availability and Linearizability at the same time across multiple Android devices. Users will be able to read and write data successfully even under device failures, with read operations always returning the most recent value.

Please refer Project Specification.pdf for more details.

About

Implemented a Dynamo-style key-value storage with Partitioning, Replication, and Failure handling, that provides Availability and Linearizability at the same time across multiple Android devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages