A microservice for coordinating stateful workload on partitions of data
git clone git@github.com:bespinian/ackbar.git
cd ./ackbar- Run a local instance of Redis in Docker
docker run --name ackbar-redis -d -p 6379:6379 redis
export REDIS_CONNECTION_STRING="localhost:6379"- Run
ackbarfrom the source code
go run .kubectl apply -f k8s