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

dapr key value implementation #374

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

devigned
Copy link
Member

@devigned devigned commented Mar 30, 2023

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

@Mossaka
Copy link
Member

Mossaka commented Apr 4, 2023

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

@danbugs
Copy link
Collaborator

danbugs commented Apr 12, 2023

~tracked by #382

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.

None yet

3 participants