zilverline / sequent

CQRS & event sourcing framework for Ruby
https://www.sequent.io
MIT License
541 stars 58 forks source link

Add migrate:dryrun task for performance testing of projectors #404

Closed erikrozendaal closed 7 months ago

erikrozendaal commented 7 months ago

This task replays all events for the selected projectors without persisting any results (so it works with a PostgreSQL read-only session).