https://github.com/3rs4lg4d0/goutbox
A Go implementation of the Transactional outbox pattern.
https://github.com/3rs4lg4d0/goutbox
go golang outbox-pattern
Last synced: 5 months ago
JSON representation
A Go implementation of the Transactional outbox pattern.
- Host: GitHub
- URL: https://github.com/3rs4lg4d0/goutbox
- Owner: 3rs4lg4d0
- License: mit
- Created: 2023-12-02T10:16:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T23:17:16.000Z (about 2 years ago)
- Last Synced: 2024-06-22T08:27:32.661Z (almost 2 years ago)
- Topics: go, golang, outbox-pattern
- Language: Go
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/3rs4lg4d0/goutbox/actions/workflows/ci.yaml)
[](https://codecov.io/gh/3rs4lg4d0/goutbox)
[](https://goreportcard.com/report/github.com/3rs4lg4d0/goutbox)
[](LICENSE)
# goutbox
A Go implementation of the [Transactional outbox](https://microservices.io/patterns/data/transactional-outbox.html) pattern.
## How it works
TODO.
## Installation
```bash
go get github.com/3rs4lg4d0/goutbox
```
## Usage
```go
// TODO.
```
You have a complete example [here](internal/example.go).
## Configuration
TODO.