ddd
DDD building blocks that pair naturally with CQRS.
cqrs adds CQRS scaffolding to your Go service with a command/query bus and separated read and write models.
Use cqrs when read and write patterns diverge significantly — complex query needs that don’t fit your write model, or performance optimization that requires separate read stores. Pairs naturally with ddd for domain-driven design.
verikt new my-service --language go --cap cqrs# or add to an existing service:verikt add cqrsddd
event-bus
repository