ackbar

command module
v0.0.0-...-d96dfc6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

README

ackbar

A microservice for coordinating stateful workload on partitions of data

It's a trap!

Clone the repository

git clone git@github.com: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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL