Building an eventsourcing database from scratch
Go to file
2023-01-09 11:30:02 -07:00
.github/workflows Create go.yml 2022-09-07 12:34:42 -06:00
app refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
cmd refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
internal refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
pkg refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
.air.toml refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
.gitignore refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
ev_test.go refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
ev.go refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
go.mod feat: updates to peerfinder app 2022-11-20 10:34:00 -07:00
go.sum feat: updates to peerfinder app 2022-11-20 10:34:00 -07:00
gqlgen.yml refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
Makefile refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
README.md feat: add projection layer to eventstore 2022-09-06 10:35:14 -06:00

ev - Eventsourcing Playground

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

Feel free to explore.