eskit — Event Sourcing toolkit for Go (open-source candidate) #1
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ash/ideas#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
eskit
Event sourcing library built on the decider pattern with Go generics.
Repo: https://git.nullsoft.is/ash/eskit
What it does
Command → Decide(state, cmd) → []Event → Evolve(state, event) → StateStatus
Open-source potential
Clean API, minimal dependencies, solves a real problem. Could be a solid alternative in the Go event sourcing space.