Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

dapr key value implementation#374

Draft
devigned wants to merge 2 commits into
deislabs:mainfrom
devigned:dapr-kv
Draft

dapr key value implementation#374
devigned wants to merge 2 commits into
deislabs:mainfrom
devigned:dapr-kv

Conversation

@devigned

@devigned devigned commented Mar 30, 2023

Copy link
Copy Markdown
Member

This PR adds a Dapr Key / Value implementation. It stores keys and values in the Dapr state store.

containerd/runwasi and the deislabs/containerd-wasm-shims do not currently support running wasm containers in the same pod as Linux containers, the intent is to run Dapr as a DaemonSet as demonstrated in https://github.com/salaboy/dapr-ambient.

  • initial implementation using the Dapr state store
  • unit tests for the implementation
  • integration tests to exercise the implementation

Signed-off-by: David Justice <david@devigned.com>
Signed-off-by: David Justice <david@devigned.com>
@Mossaka

Mossaka commented Apr 4, 2023

Copy link
Copy Markdown
Contributor

Could you please add the instructions to gh actions to install & setup Dapr for integration tests? Thanks!

@danbugs

danbugs commented Apr 12, 2023

Copy link
Copy Markdown
Collaborator

~tracked by #382

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants