Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 627 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 627 Bytes

Provides all the dependencies for running Doug Terry's consistency schemes. Pulls code from the baseball-consistency repository. See that repo for more info. The following will start the the baseball servers:

docker run --name baseball -d michaelsevilla/baseball

Then start a bash shell in the container and run some experiments:

docker exec -it baseball /bin/bash
# For strong and eventual consistency:
java Clients.Client 

More details are in the README for the baseball-consistency repo.