Building an eventsourcing database from scratch
Go to file
Jon Lundy 111b24435d
All checks were successful
continuous-integration/drone/push Build is passing
Add skip for e2e tests
2023-05-29 09:50:17 -06:00
.github/workflows Create go.yml 2022-09-07 12:34:42 -06:00
app updates to ev and webfinger 2023-05-29 09:48:24 -06:00
cmd updates to ev and webfinger 2023-05-29 09:48:24 -06:00
internal updates to ev and webfinger 2023-05-29 09:48:24 -06:00
pkg updates to ev and webfinger 2023-05-29 09:48:24 -06:00
.air.toml updates to ev and webfinger 2023-05-29 09:48:24 -06:00
.drone.yml Add skip for e2e tests 2023-05-29 09:50:17 -06:00
.gitignore feat: webfinger auth delegation. add webfinger-cli 2023-01-15 17:00:25 -07:00
ev_test.go fix: webfinger redirects 2023-04-06 12:37:10 -06:00
ev.go feat(locker): add check for nested calls 2023-03-19 08:40:14 -06:00
go.mod fix(peers): fixing sort on results for real 2023-03-19 08:11:23 -06:00
go.sum fix(peers): fixing sort on results for real 2023-03-19 08:11:23 -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.