From 03df86b7f01e213e9ddf32c4016dab40de410f03 Mon Sep 17 00:00:00 2001 From: Irene Zhang <iyzhang@cs.washington.edu> Date: Tue, 23 Jun 2015 09:36:24 -0700 Subject: [PATCH] Updating readme file --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b74da28..22992cb 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,11 @@ The repo is structured as follows: - /vr - implementation of viewstamped replication protocol - /ir - implementation of inconsistent replication protocol -- +- /store + - /tapir - implementation of TAPIR designed to work with IR + - /occstore - implementation of an OCC-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 + system, using quorum writes for replication -- GitLab