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

Marten-Based Repositories #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tsutomi
Copy link
Member

@tsutomi tsutomi commented Oct 18, 2023

Implementations of the Repository model that addresses the MartenDB:

  • MartenEventRepository - An interface to the Event Streams managed by Marten, by considering aggregates as entities, replaying the streams to form the entity, or unwrapping the events registered to the uncommitted ones
  • MartenDocumentRepository - Interfaces the MartenDB feature of the DocumentDB to create a more traditional repository model

…repository for MartenDB and a more traditional repository for MarteDB documents (results also of projections)
@tsutomi tsutomi added the enhancement New feature or request label Oct 18, 2023
@tsutomi tsutomi self-assigned this Oct 18, 2023
@tsutomi tsutomi linked an issue Oct 18, 2023 that may be closed by this pull request
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug E 2 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 21 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event Sourcing Repositories
1 participant