golang-cqrs
is aiming to be a simple CQRS library for Go, with simple implementations of Commands, Queries and Events, with UNIX philosophy in mind.
- Naive Commands Implementation
- Naive Queries Implementation
- Naive Events Implementation
- Auto Configure Implementation
- Add tests