Eventsourcerer

This repository contains an exploration project on the subject of event-sourcing in Go(lang) and follows the pattern described in CQRS + Event Sourcing – Step by Step.

Banking example

Run the bank example

$ cd internal/example/bank
$ go run .

Good reads

https://github.com/ddd-crew https://github.com/ddd-crew/welcome-to-ddd https://leanpub.com/visualcollaborationtools https://github.com/ddd-crew/bounded-context-canvas