iamkoch / conqueress

Experimental CQRS framework written in Golang. Based on Greg Young's "Simplest Possible Thing"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conqueress

Background

This is an attempt at a ports-and-adapters style CQRS framework for use with Go. It borrows heavily from the dot net space, and as such may not be the most idiomatic Go solution out there. That being said, I think it exhibits the core values of a hexagonally architected solution, especially with the hot-swappable persistence store.

About

Experimental CQRS framework written in Golang. Based on Greg Young's "Simplest Possible Thing"

License:MIT License


Languages

Language:Go 100.0%