nova-boot-data-patterns 0.1.1

CQRS, event sourcing and saga patterns for Nova
docs.rs failed to build nova-boot-data-patterns-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.