Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 874 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 874 Bytes

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.