Skip to content
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

Open
SeanKilleen opened this issue Mar 13, 2022 · 3 comments
Open

Document types of supported queries and semantics #5723

SeanKilleen opened this issue Mar 13, 2022 · 3 comments

Comments

@SeanKilleen
Copy link
Contributor

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:

Each read journal must explicitly document which types of queries it supports. Refer to your journal's plugins documentation for details on which queries and semantics it supports.

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.

@SeanKilleen SeanKilleen changed the title Document types of supported queries Document types of supported queries and semantics Mar 13, 2022
@ismaelhamed
Copy link
Member

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.

@Aaronontheweb
Copy link
Member

On mobile now but I'll transfer this issue to the central repo. We should definitely cover this in more detail.

@Aaronontheweb Aaronontheweb transferred this issue from akkadotnet/Akka.Persistence.SqlServer Mar 16, 2022
@Aaronontheweb
Copy link
Member

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.

@Aaronontheweb Aaronontheweb added this to the 1.5.0 milestone Mar 16, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.0, 1.5.1 Mar 2, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.1, 1.5.2 Mar 15, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.2, 1.5.3 Apr 6, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.3, 1.5.4, 1.5.5 Apr 20, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.5, 1.5.6, 1.5.7 May 4, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.7, 1.5.8 May 17, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.8, 1.5.9 Jun 15, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.9, 1.5.11 Jul 25, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.20, 1.5.21 Apr 29, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.21, 1.5.22, 1.5.23 May 28, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.23, 1.5.24, 1.5.25 Jun 6, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.25, 1.5.26 Jun 14, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.26, 1.5.27 Jun 27, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.27, 1.5.28 Jul 25, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.28, 1.5.29 Sep 4, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.29, 1.5.30, 1.5.31 Oct 1, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.31, 1.5.32 Nov 14, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.32, 1.5.33 Dec 4, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.33, 1.5.34 Dec 24, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.34, 1.5.35 Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants