/event

Primary LanguageGoMIT LicenseMIT

event

Description

A simple event-sourcing library with an embeddable event-store based on sqlite3.

Examples

  • examples/user shows an example on how the library may be used in an event-sourcing scenario. This includes the definition of domain events and an aggregate, the saving and loading of this aggregate and creating projections.