go-saga is a Go library for distributed transactions management between microservices using the Saga pattern.
- 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!
go get github.com/violetpay-org/go-saga
This project is licensed under the MIT License - see the LICENSE file for details.