Skip to content

systemslab/docker-baseball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages