https://github.com/lysu/go-saga
Implements saga-pattern in Go, another way to distribute transaction.
https://github.com/lysu/go-saga
distributed-transactions go golang saga saga-pattern transaction
Last synced: 1 day ago
JSON representation
Implements saga-pattern in Go, another way to distribute transaction.
- Host: GitHub
- URL: https://github.com/lysu/go-saga
- Owner: lysu
- Archived: true
- Created: 2015-10-13T15:24:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T11:53:02.000Z (over 4 years ago)
- Last Synced: 2024-11-12T20:46:10.911Z (6 months ago)
- Topics: distributed-transactions, go, golang, saga, saga-pattern, transaction
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 245
- Watchers: 7
- Forks: 58
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- go-awesome - go-saga - Saga distributed transaction implementation (Open source library / Database)
README
# go-saga
[](https://godoc.org/github.com/lysu/go-saga)
[](https://travis-ci.org/lysu/go-saga)Implements sagas-pattern in go, make distribute transaction easier.
### Getting started
- API documentation and examples are available via [godoc](https://godoc.org/github.com/lysu/go-saga).