Sign inSign up

michaelsevilla/baseball

By michaelsevilla

Updated almost 11 years ago

A container for benchmarking the baseball consistency semantics

Image
0

244

michaelsevilla/baseball repository overview

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.

Tag summary

Content type

Image

Digest

Size

241 MB

Last updated

almost 11 years ago

docker pull michaelsevilla/baseball