Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smartvokat/sagax

An implementation of the Saga pattern for distributed transactions in Elixir.
https://github.com/smartvokat/sagax

elixir saga-pattern transaction

Last synced: about 9 hours ago
JSON representation

An implementation of the Saga pattern for distributed transactions in Elixir.

Awesome Lists containing this project

README

        

![sagax](/.github/banner.png?raw=true)

# Sagax

**NOTE: It’s early, so there isn’t a whole lot here yet. We do not recommend to use it in production.**

An implementation of the Saga pattern for distributed transactions in Elixir.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sagax` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:sagax, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/sagax](https://hexdocs.pm/sagax).