A microservice for coordinating stateful workload on partitions of data
git clone [email protected]: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
ackbar
from the source code
go run .
kubectl apply -f k8s