cqrs
Golang (Go) from a Rubyist’s (with rails) perspective – Writing An Event Store Part 1
Introduction After doing some research on various CQRS and Event Sourcing libraries / frameworks for golang, I decided to write my own event store which is capable of being the central place for communicating and storing events. As long as a process has access to the underlying store (e.g kafka) Read more…