rails_event_store icon indicating copy to clipboard operation
rails_event_store copied to clipboard

A Ruby implementation of an Event Store based on Active Record

Results 129 rails_event_store issues
Sort by recently updated
recently updated
newest added

Since we have introduced AggregateRoot::Repository it is easy to pass event store as a dependency there. No need to use AggregateRoot::Configuration and default_event_store. Make it explicte which event store is...

This is WIP. - [ ] add the same argument to RailsEventStore::Client - [ ] decide on the naming of `after_store_callback` About the second point, options were enlisted here: https://github.com/RailsEventStore/rails_event_store/issues/290#issuecomment-505631048...

Distributed Rails Event Store did not yet have a proper introduction. It currently lives in `contrib/` and received no documentation. Possible direction: - show which usecases fit DRES - explain...

documentation