Skip to content

Refactor/nameservice protocol#858

Merged
zonotope merged 21 commits intomainfrom
refactor/nameservice-protocol
Oct 15, 2024
Merged

Refactor/nameservice protocol#858
zonotope merged 21 commits intomainfrom
refactor/nameservice-protocol

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.

🗃️

@zonotope zonotope mentioned this pull request Oct 4, 2024
Base automatically changed from refactor/store-protocol to main October 15, 2024 07:47
@zonotope zonotope merged commit 12742ef into main Oct 15, 2024
@zonotope zonotope deleted the refactor/nameservice-protocol branch October 15, 2024 07:48
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