couchbaselabs / wasmcloud-provider-couchbase

Wasmcloud Couchbase capabilities provider
Apache License 2.0
3 stars 7 forks source link

feat(*)!: initial impl of wasi kv couchbase provider #1

Closed brooksmtownsend closed 5 months ago

brooksmtownsend commented 5 months ago

This PR adds the initial implementation of the wasi-keyvalue interface for couchbase, including implementations for store and atomics. It also updates the README with some instructions to build and run the provider, given you've gone through the quickstart on the couchbase docs to set up a database server.

There's still a few TODOs and the code isn't perfect yet, but we can discuss all of that and make it better! To name a few things: