Skip to content

feat: impl persistent name lookup and storage#228

Merged
samcamwilliams merged 1 commit intomainfrom
feat/name-devices
Apr 16, 2025
Merged

feat: impl persistent name lookup and storage#228
samcamwilliams merged 1 commit intomainfrom
feat/name-devices

Conversation

@samcamwilliams
Copy link
Copy Markdown
Collaborator

This PR introduces two new devices:

  • name@1.0: A name resolution engine that uses a list of resolvers, found in the node message, to find the IDs and values associated with names. Each resolver must implement a lookup handler, which returns the value associated with the given key.
  • local-name@1.0: A name@1.0 compatible resolver that uses the node's cache stores to persist keys. It also implements an 'in-memory' store via the use of the node message.

@samcamwilliams samcamwilliams merged commit e4ee1fb into main Apr 16, 2025
@samcamwilliams samcamwilliams deleted the feat/name-devices branch April 16, 2025 21:05
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.

1 participant