Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 648 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 648 Bytes

ackbar

A microservice for coordinating stateful workload on partitions of data

It's a trap!

Clone the repository

git clone [email protected]:bespinian/ackbar.git
cd ./ackbar

Run locally

  1. Run a local instance of Redis in Docker
docker run --name ackbar-redis -d -p 6379:6379 redis
export REDIS_CONNECTION_STRING="localhost:6379"
  1. Run ackbar from the source code
go run .

Run in Kubernetes

kubectl apply -f k8s