Skip to content

Internal microservice saga framework for golang

License

Notifications You must be signed in to change notification settings

violetpay-org/go-saga

Repository files navigation

go-saga

Test

go-saga is a Go library for distributed transactions management between microservices using the Saga pattern.

image

Getting Started

  • Description for entire system is available at here. Korean version is also available.
  • API Documentation is available at pkg.go.dev.
  • The example directory contains a simple example of how to use the library.

If you have any questions, just ask!

Installation

go get github.com/violetpay-org/go-saga

License

This project is licensed under the MIT License - see the LICENSE file for details.