Skip to content
Snippets Groups Projects
Commit 81831a98 authored by Irene Y Zhang's avatar Irene Y Zhang
Browse files

changing directory names

parent a621b25d
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,11 @@ The repo is structured as follows:
- /ir - implementation of inconsistent replication protocol
- /store
- /tapir - implementation of TAPIR designed to work with IR
- /occstore - implementation of an OCC-based 2PC transactional
- /common - common data structures, backing stores and interfaces for all of stores
- /tapirstore - implementation of TAPIR designed to work with IR
- /strongstore - implementation of both an OCC-based and locking-based 2PC transactional
storage system, designed to work with VR
- /lockstore - implementation of a strict two-phase locking 2PC
transactional storage system, designed to work with VR
- /qwstore - implementation of an eventually consistent storage
- /weakstore - implementation of an eventually consistent storage
system, using quorum writes for replication
## Compiling & Running
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment