Logo LightLogo Dark

Reactor

Elixir CILicense: MITHex version badge

Reactor is a dynamic, concurrent, dependency resolving saga orchestrator.

Woah. That’s a lot. Let’s break it down:

saga pattern

Sponsors

Thanks to Alembic Pty Ltd for sponsoring a portion of this project’s development.

Installation

The package can be installed by adding reactor to your list of dependencies in mix.exs:

def deps do
  [
    {:reactor, "~> 0.14.0"}
  ]
end

Documentation

Documentation for the latest release will be available on hexdocs and for the main branch.

Contributing

Licence

reactor is licensed under the terms of the MIT license. See the LICENSE file in this repository for details.