nova-boot-data-patterns 0.1.1

CQRS, event sourcing and saga patterns for Nova
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# `nova-boot-data-patterns`

Purpose

- Higher-level data patterns: CQRS, Event Sourcing primitives, and Saga orchestration helpers built on top of Nova plugins.

Quick start

- Use `nova-boot-data-patterns` together with `nova-boot-sql`/`nova-boot-messaging` to implement commands, events, and sagas.

Highlights

- Command/query separation helpers.
- Event sourcing building blocks and simple saga coordinator.

Docs & examples

- See crate source and `example/` for pattern examples.