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

chore: combine keyvalue provider into couchbase provider #27

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jamesstocktonj1
Copy link
Contributor

Description

  • combine the example/wasi-keyvalue with the root of the project (provider now exports the wrpc:keyvalue interface)
  • new project structure to separate the link creation from the wasmcloud:couchbase and wrpc:keyvalue handlers
  • add the http-keyvalue-counter-rust endpoint to the example wadm.yaml

New Project Structure

├── provider
│   ├── couchbase            // implements the wasmcloud:couchbase interfaces
│   ├── keyvalue             // implements the wrpc:keyvalue interfaces
│   └── provider.go          // handles link creation/deletion and couchbase connections
└── main.go

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.

1 participant