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

feat: add ParticipantContextStore #224

Conversation

paullatzelsperger
Copy link
Member

@paullatzelsperger paullatzelsperger commented Jan 16, 2024

What this PR changes/adds

Adds a ParticipantContextStore interface, and one implementation each for in-mem and Postgres.

Why it does that

Preparatory work for subsequent development steps.

Further notes

A common base class for in-mem CRUD stores InMemoryEntityStore has been created. To that end, another interface Identifiable was added, which all entities must implement.

Linked Issue(s)

Closes #223

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger added the enhancement New feature or request label Jan 16, 2024
@paullatzelsperger paullatzelsperger force-pushed the feat/223_participantcontextstore branch 4 times, most recently from a298678 to 3f4d23f Compare January 16, 2024 12:33
Copy link
Contributor

@jimmarino jimmarino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few stylistic comments

@paullatzelsperger paullatzelsperger merged commit b139186 into eclipse-edc:main Jan 16, 2024
12 checks passed
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.

Implement ParticipantContextStore
3 participants