# `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.