This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
Event sourcing #28
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Is your feature request related to a problem? Please describe.
This was identified by @coderbyheart while discussing how we could implement a shipments api in the toolbox. At the moment, our database model follows a classic design where:
Describe the solution you'd like
Study and document the viability of turning the toolbox into an event sourced implementation. Where we natively store immutable events as our source of truth. Then we build projections where the outcome would be similar to what we currently have at the moment.
In Elixir, the best library for this purpose is https://github.com/commanded/commanded
The text was updated successfully, but these errors were encountered: