-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document types of supported queries and semantics #5723
Comments
Yes. This is the missing doc: https://doc.akka.io/docs/akka/current/persistence-query-leveldb.html But since all |
On mobile now but I'll transfer this issue to the central repo. We should definitely cover this in more detail. |
Moved this over. Part of the 1.5 roadmap is making CQRS a more central theme of Akka.NET and Akka.Persistence.Query is the driver for that, so we'll do our best to reflect that. |
Please describe what you are trying to understand
I've got an application using Persistence to SQL Server. I am attempting to project events into a more query-friendly SQL Server structure.
What did these pages not make clear?
On the Persistence Query page, the docs state:
As far as I can tell, that means I should check this repo. However, this repo does not appear to say anything about the types of queries and semantics it supports, or any documentation of persistent views.
How can we do it better?
Usage documentation for this plugin around creating a persistent query or materialized view, perhaps with an example, would be phenomenal. I assume many like me may be encountering these topics for the first time and may require a little more hand-holding in terms of achieving an objective.
The text was updated successfully, but these errors were encountered: