Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bongnv/saga
A Saga implementation in Go
https://github.com/bongnv/saga
Last synced: about 1 month ago
JSON representation
A Saga implementation in Go
- Host: GitHub
- URL: https://github.com/bongnv/saga
- Owner: bongnv
- License: mit
- Created: 2018-03-09T18:02:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T10:33:20.000Z (almost 7 years ago)
- Last Synced: 2023-07-28T20:54:12.165Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saga
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e7abb59c0b764604bf57cb1e33772751)](https://app.codacy.com/app/vanbong/saga?utm_source=github.com&utm_medium=referral&utm_content=bongnv/saga&utm_campaign=badger)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/b7ddfaa9065e43d6aaff8d1681a6ebb9)](https://www.codacy.com/app/vanbong/saga?utm_source=github.com&utm_medium=referral&utm_content=bongnv/saga&utm_campaign=Badge_Coverage)
[![Build Status](https://travis-ci.org/bongnv/saga.svg?branch=master)](https://travis-ci.org/bongnv/saga)
[![GoDoc](https://godoc.org/github.com/bongnv/saga?status.svg)](https://godoc.org/github.com/bongnv/saga)
[![Go Report Card](https://goreportcard.com/badge/github.com/bongnv/saga)](https://goreportcard.com/report/github.com/bongnv/saga)A Saga pattern in Go