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

Refactor/nameservice protocol #858

Open
wants to merge 17 commits into
base: refactor/store-protocol
Choose a base branch
from

Conversation

zonotope
Copy link
Contributor

@zonotope zonotope commented Aug 5, 2024

This patch adds a "storage-backed" nameservice (better name suggestions welcome!) to replace the file, memory, and s3 nameservice implementations. The storage-backed nameservice uses a generic store that implements the fluree.db.storage/Storage protocol, so we can decide where the storage-backed nameservice stores its data based on what kind of storage implementation we pass to it.

These changes are based on #876 (despite the numbering) so please review that first if you haven't already.

@zonotope zonotope requested a review from a team August 24, 2024 15:30
@zonotope zonotope self-assigned this Aug 24, 2024
@zonotope zonotope marked this pull request as ready for review August 24, 2024 15:30
Copy link
Contributor

@dpetran dpetran left a comment

Choose a reason for hiding this comment

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

🗃️

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

Successfully merging this pull request may close these issues.

2 participants