Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tapir
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
syslab
tapir
Commits
d89913ff
Commit
d89913ff
authored
9 years ago
by
Irene Y Zhang
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.cs.washington.edu:syslab/tapir
parents
e4820fb7
03df86b7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+24
-0
24 additions, 0 deletions
README.md
with
24 additions
and
0 deletions
README.md
0 → 100644
+
24
−
0
View file @
d89913ff
# TAPIR
This repository includes code implementing several replicated and
transactional key-value stores.
The repo is structured as follows:
-
/lib - the transport library for communication between nodes. This
includes UDP based network communcation as well as the ability to
simulate network conditions on a local machine, including packet
delays and reorderings.
-
/replication
-
/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment