Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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).