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

Add native support for Golang, Python, and JavaScript Azure SDKs #2623

Open
asteurer opened this issue Jul 9, 2024 · 3 comments
Open

Add native support for Golang, Python, and JavaScript Azure SDKs #2623

asteurer opened this issue Jul 9, 2024 · 3 comments

Comments

@asteurer
Copy link

asteurer commented Jul 9, 2024

Although we have the ability to make HTTP calls to the Azure service endpoints, it would be much easier to be able to import the various SDKs directly.

@itowlson
Copy link
Contributor

itowlson commented Jul 9, 2024

Another possible strategy is to implement the wasi-cloud-core interfaces e.g. https://github.com/WebAssembly/wasi-blobstore. Cf https://github.com/WebAssembly/wasi-cloud-core

@asteurer
Copy link
Author

asteurer commented Jul 9, 2024

Is that more or less what was done here, but for KV? https://github.com/fermyon/spin-go-sdk/tree/main/kv

@itowlson
Copy link
Contributor

itowlson commented Jul 9, 2024

Sort of, although that is a custom interface (we have a PR #2486 for wasi-keyvalue but it's stalled on the world rev stuff). But yes, you can back that onto a hosted Redis, or onto Azure Cosmos DB. (And if there's a specific AWS service we should back it into, then do raise an issue.) And when #2486 lands, it will inherit all those back ends.

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

No branches or pull requests

2 participants