Building an eventsourcing database from scratch
Go to file
2023-09-29 10:07:24 -06:00
.github/workflows Create go.yml 2022-09-07 12:34:42 -06:00
driver chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -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 chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -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 chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -06:00
go.sum chore: move apps to go.sour.is/tools 2023-09-29 10:07:24 -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>