Team, I am unable to decode Akka Persistence on the Query Side: The Conclusion(https://groups.google.com/forum/#!topic/akka-user/MNDc9cVG1To) entirely.
Correct me if I am wrong, the discussion hints at making use of akka streams for querying in CQRS systems. I want to understand how history of events can be useful for querying. Querying I mean, business specific querying or complex reporting spanning multiple aggreagate roots. As I understand any querying will require *current state*. I am unable to fathom, how streams of events can be used for responding to queries. Will queries, fetch the events from streams, replay them in run time and prepare state? Please provide a use case or practical example to make us understand. If your example can include multiple aggregate roots, it will be even better. -Prakhyat M M -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
