Storevent is a framework that simplify event sourcing. It makes it easy to build an entity reducer to aggregate your events into a state. It also provides different interfaces and packages that helps you build your event store.
The base package @storevent/stovevent provides interfaces that you can use to build custom implementation for your event store.
You can also decide to use a packages that provides an implementation for Postgres, MongoDB, etc.... See Available Packages List
Todo list:
- Provide better documentation and tutorials
- Remove test files from build with a separate tsconfig.
- Start implementing for Mongo DB