A container for benchmarking the baseball consistency semantics
244
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.
Content type
Image
Digest
Size
241 MB
Last updated
almost 11 years ago
docker pull michaelsevilla/baseball