Open SeanKilleen opened 2 years ago
Yes. This is the missing doc: https://doc.akka.io/docs/akka/current/persistence-query-leveldb.html
But since all SqlCommon
plugins are basically a port of the LevelDb plugin in the JVM, maybe this documentation should be added to the Akka.NET repo instead.
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.