Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jen20/go-event-sourcing-sample
- Owner: jen20
- Created: 2015-02-09T01:10:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T22:12:53.000Z (6 months ago)
- Last Synced: 2025-01-13T17:10:35.540Z (12 days ago)
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 86
- Watchers: 4
- Forks: 35
- 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`