spiderlightning icon indicating copy to clipboard operation
spiderlightning copied to clipboard

dapr key value implementation

Open devigned opened this issue 1 year ago • 2 comments

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.

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

devigned avatar Mar 30 '23 19:03 devigned

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

Mossaka avatar Apr 04 '23 02:04 Mossaka

~tracked by #382

danbugs avatar Apr 12 '23 21:04 danbugs