Building an eventsourcing database from scratch
Go to file
xuu a1c569c3ee
All checks were successful
Go Test / build (push) Successful in 40s
Go Bump / bump (push) Successful in 25s
fix: add version bump
2023-09-30 21:10:17 -06:00
.gitea/workflows fix: add version bump 2023-09-30 21:10:17 -06:00
.github/workflows Create go.yml 2022-09-07 12:34:42 -06:00
driver fix: update go.sour.is/pkg 2023-09-29 10:21:29 -06:00
event chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -06:00
gql chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -06:00
internal/clean chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -06:00
.drone.yml build: update runner 2023-09-29 11:01:56 -06:00
.gitignore chore: update .gitignore 2023-05-29 12:26:54 -06:00
ev_test.go chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -06:00
ev.go chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -06:00
go.mod fix: update go.sour.is/pkg 2023-09-29 10:21:29 -06:00
go.sum fix: update go.sour.is/pkg 2023-09-29 10:21:29 -06:00
LICENSE docs: add license 2023-03-18 20:28:00 -06:00
README.md chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -06:00

ev - Eventsourcing Playground

This project is learnings in building an eventstore and applications around it.

Feel free to explore.

For examples of use of this see <go.sour.is/tools>