https://github.com/kyuff/es
Library to work with Event Sourcing as a Persistence Layer in Go
https://github.com/kyuff/es
ddd domain-driven-design event-sourcing golang persistence
Last synced: about 1 month ago
JSON representation
Library to work with Event Sourcing as a Persistence Layer in Go
- Host: GitHub
- URL: https://github.com/kyuff/es
- Owner: kyuff
- License: mit
- Created: 2025-02-11T08:06:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-19T15:29:15.000Z (2 months ago)
- Last Synced: 2026-04-19T17:27:33.610Z (2 months ago)
- Topics: ddd, domain-driven-design, event-sourcing, golang, persistence
- Language: Go
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Event Sourcing in Go
[](https://github.com/kyuff/es/actions/workflows/go.yml)
[](https://goreportcard.com/report/github.com/kyuff/es/)
[](https://pkg.go.dev/github.com/kyuff/es)
[](https://codecov.io/gh/kyuff/es)
Library to work with Event Sourcing as a Persistence Layer in Go