revoframework / Revo

Event Sourcing, CQRS and DDD framework for C#/.NET Core.
https://docs.revoframework.net/
MIT License
644 stars 70 forks source link

How can I get snapshot from aggregate ? #22

Closed RustamGulamov closed 3 years ago

RustamGulamov commented 3 years ago

Eventflow can get snapshot from aggregate. https://eventflow.readthedocs.io/Snapshots.html

Revo framework can work with snapshots ?

martinzima commented 3 years ago

Hello Rustam,

Revo does not support aggregate snapshots as of this moment, but it is definitely something I had thought about for some time. I have no specific date in the roadmap right now, but I would like to get this feature implemented by the end of Q2 2021.

Regards, MZ.

RustamGulamov commented 3 years ago

Ok, thanks. I will look forward to.

martinzima commented 3 years ago

Tracked by #24 now, closing here.