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.
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-patternstogether withnova-boot-sql/nova-boot-messagingto 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.