Packages

A library to execute actions in a traceable manner.

Current section

Files

Jump to
traktor README.md
Raw

README.md

# Traktor
`Traktor` is a library to execute actions in a traceable manner by applying a two-phase-commit pattern.
It is mainly defined by two behaviours:
- `Traktor.Action` for the business logic;
- `Traktor.Store` for the persistance layer.