/golang-cqrs

Simple CQRS implementation in Golang

Primary LanguageGo

Motivation

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.

TODO

  • Naive Commands Implementation
  • Naive Queries Implementation
  • Naive Events Implementation
  • Auto Configure Implementation
  • Add tests