-
Notifications
You must be signed in to change notification settings - Fork 0
collin-kemper/GT_Store
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an implementation of a distributed key-value store based on Amazon DynamoDB. Nodes are implemented as separate processes and communicate via sockets. To implement the distributed key-value store, there is a single central manager that handles routing between an arbitrary number of storage processes. In this implementation, the swarm maintains strong consistency through a "write many" scheme that writes to all replicas of a given key. However, performance is maintained by having reads query a single node. This makes the system robust against node failure, but does not make it robust against corruption or other Byzantine failure.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published