sago

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

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

Go to latest
Published: Dec 31, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

README

sago

Implementation of SAGA and Event Sourcing pattern in Go.

sago design

Run

Run broker - redis

docker run \
    --name redis \
    -p 6379:6379 \
    redis --requirepass topsecret

Run order service

go run main.go

Run clients against service

go run client/order/client.go

Simulate customer SAGA

go run client/customer/client.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
client

Jump to

Keyboard shortcuts

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