Chronik v0.1.10 API Reference

Modules

A lightweight EventSourcing/CQRS micro framework for Elixir

The Chronik.Aggregate is the base for all aggregates in Chronik

Chronik.Aggregate.Multi can be used to generate a single commmand that affects multiple entities

Misc utilities and helpers used by Chronik

A structure that represents a record of a domain event in the Chronik.Store or on the Chronik.PubSub

Chronik.Projection is a read-only model connected to Chronik.PubSub

This module writes all the events received to a local file

This module is just an Echo projection to standard output

Chronik.PubSub adapter contract and API

Chronik event Store API

Utility module for debugging