Building an eventsourcing database from scratch
Go to file
xuu 6a510bf258
Go Bump / bump (push) Successful in 34s Details
Go Test / build (push) Successful in 33s Details
vulncheck
2024-04-06 18:42:02 -06:00
.gitea/workflows chore: add push to GH 2023-10-04 16:40:07 -06:00
.github/workflows chore: add push to GH 2023-10-04 16:45:25 -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
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.go chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -06:00
ev_test.go chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -06:00
go.mod vulncheck 2024-04-06 18:42:02 -06:00
go.sum vulncheck 2024-04-06 18:42:02 -06:00

README.md

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>