rails_event_store
rails_event_store copied to clipboard
Projections - provide some design details
https://railseventstore.org/docs/projection/ It's not clear whether projections are in-memory, calculated ad-hoc/at project startup or are somehow persisted. However, having such information would be helpful to understand when to use them.