dgraph-lambda-go
dgraph-lambda-go copied to clipboard
DGraph-Lambda-Go Next
I'm currently actively working on bringing WASM to DGraph Lambda. You can read about it here.
With the next version of DGraph-Lambda-Go, creating embedded as well as external lambdas with WASM should become a breeze.
The goal is to provide a plug and play solution to write standalone wasm from Go, Rust and AssemblyScript by generating necessary code. You only write your resolvers and use the compiler of choice (tinygo, wasm-pack, asc) to compile the wasm ready for upload.
For external servers a wasmer-go host will be embedded within the usual web server and ready to be hosted on any server.