← Graph

aggregate_root

tool 5 connections

Ruby gem from Arkency (ships with rails_event_store) that provides a small module to build event-sourced aggregates — roughly four injected methods for applying and loading events. Used in the first implementation in the 'aggregates' repository. Krzywda notes that while convenient, including it still 'infects' the business class with a library dependency, which conflicts with his POJO ideal.

category
library
about
aggregate_root tool
First implementation relies on Arkency's aggregate_root module for event sourcing.
tool aggregate_root
related_to
aggregate_root is the gem Arkency ships for building event-sourced aggregates on top of rails_event_store.
uses
aggregate_root tool
One of the implementations in the repository uses the aggregate_root gem.
project Trezy
uses
aggregate_root tool
Bank-account and transaction-classification aggregates include the AggregateRoot module.
company Arkency
works_on
aggregate_root tool
aggregate_root is Arkency's own gem shipped with rails_event_store.

Provenance

Read by
29 extractions