This PR moves the existing couchbase provider under examples/wasi-keyvalue where we can refer to it and offer the implementation as an example for folks looking to access couchbase from an existing component that uses wasi:keyvalue.
The provider at the root of the repository now has empty handlers for all of the wasmcloud:couchbase/document interface, which @ritesh089 is looking to implement.
In addition to the functionality in the provider.go file, we should also update the wadm.yaml at the root of the repository to link on wasmcloud:couchbase/document
This PR moves the existing couchbase provider under
examples/wasi-keyvalue
where we can refer to it and offer the implementation as an example for folks looking to access couchbase from an existing component that useswasi:keyvalue
.The provider at the root of the repository now has empty handlers for all of the
wasmcloud:couchbase/document
interface, which @ritesh089 is looking to implement.In addition to the functionality in the
provider.go
file, we should also update thewadm.yaml
at the root of the repository to link onwasmcloud:couchbase/document