Building an eventsourcing database from scratch
Go to file
2023-07-22 08:52:15 -06:00
.ansible Add '.ansible/playbook.yml' 2023-05-29 10:28:30 -06:00
.github/workflows Create go.yml 2022-09-07 12:34:42 -06:00
app refactor: remove duplicate code and fmt 2023-07-22 08:52:15 -06:00
cmd refactor: remove duplicate code and fmt 2023-07-22 08:52:15 -06:00
internal refactor: remove duplicate code and fmt 2023-07-22 08:52:15 -06:00
pkg refactor: remove duplicate code and fmt 2023-07-22 08:52:15 -06:00
.air.toml updates to ev and webfinger 2023-05-29 09:48:24 -06:00
.drone.yml Update '.drone.yml' 2023-05-29 10:56:01 -06:00
.gitignore chore: update .gitignore 2023-05-29 12:26:54 -06:00
ev_test.go refactor: split go-pkg 2023-07-12 17:35:02 -06:00
ev.go refactor: split go-pkg 2023-07-12 17:35:02 -06:00
go.mod refactor: split go-pkg 2023-07-12 17:35:02 -06:00
go.sum refactor: split go-pkg 2023-07-12 17:35:02 -06:00
gqlgen.yml refactor: push commands in to cmd and ev to root as library 2023-01-09 11:30:02 -07:00
LICENSE docs: add license 2023-03-18 20:28:00 -06:00
Makefile updates to ev and webfinger 2023-05-29 09:48:24 -06: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.