Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jen20/go-event-sourcing-sample

A small sample of Event Sourcing in Go
https://github.com/jen20/go-event-sourcing-sample

Last synced: 5 days ago
JSON representation

A small sample of Event Sourcing in Go

Awesome Lists containing this project

README

        

###Event Sourcing in Go

This is the repository for the code which accompanies my post on Event Sourcing in Go. The original post is [here](http://jen20.com/2015/02/08/event-sourcing-in-go.html).

To build and run:

- `make`
- `./goes`

To clean generated code and the binary:

- `make clean`