CommandedAggregateless

Copy Markdown

Helpers for building aggregate-less Commanded workflows with validation, authorization, command routing, and read-store queries.

Installation

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

def deps do
  [
    {:commanded_aggregateless, "~> 1.0"}
  ]
end

Documentation is published at https://hexdocs.pm/commanded_aggregateless.