Skip to content

A microservice for coordinating stateful workload on partitions of data

License

Notifications You must be signed in to change notification settings

bespinian/ackbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A microservice for coordinating stateful workload on partitions of data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published