Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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-08-03T17:17:32.502Z (5 months ago)
- Topics: distributed-transactions, go, golang, saga, saga-pattern, transaction
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 246
- 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
[![GoDoc](https://godoc.org/github.com/lysu/go-saga?status.svg)](https://godoc.org/github.com/lysu/go-saga)
[![Build Status](https://travis-ci.org/lysu/go-saga.svg?branch=master)](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).