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: 3 months ago
JSON representation
A small sample of Event Sourcing in Go
- Host: GitHub
- URL: https://github.com/jen20/go-event-sourcing-sample
- Owner: jen20
- Created: 2015-02-09T01:10:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T22:12:53.000Z (9 months ago)
- Last Synced: 2025-01-20T23:12:36.560Z (3 months ago)
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 87
- Watchers: 4
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - jen20/go-event-sourcing-sample - A small sample of Event Sourcing in Go (Go)
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`