Building an eventsourcing database from scratch
Go to file
Jon Lundy 700d6370f2
Fix join (#2)
* fix: baseurl join

* chore: update graphql gen
2022-09-07 12:26:14 -06:00
.gitsecret build: remove secret 2022-08-13 15:28:38 -06:00
app Fix join (#2) 2022-09-07 12:26:14 -06:00
internal Fix join (#2) 2022-09-07 12:26:14 -06:00
pkg feat: add projection layer to eventstore 2022-09-06 10:35:14 -06:00
.air.toml feat: inprogress 2022-08-23 21:24:13 -06:00
.gitignore fix: add baseURL to endpoints 2022-08-14 13:56:55 -06:00
go.mod Fix join (#2) 2022-09-07 12:26:14 -06:00
go.sum feat: inprogress 2022-08-23 21:24:13 -06:00
gqlgen.yml refactor: move graphql into individual services 2022-08-19 12:29:57 -06:00
httpmux.go feat: add projection layer to eventstore 2022-09-06 10:35:14 -06:00
local.mk.secret build: remove secret 2022-08-13 15:28:38 -06:00
main.go Fix join (#2) 2022-09-07 12:26:14 -06:00
Makefile feat: add projection layer to eventstore 2022-09-06 10:35:14 -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.