Hybrid method 2: Manual Wasm mount
Export the Wasm modules from Spark
curl --location --request POST 'https://excel.myenvironment.coherent.global/mytenant/api/v4/export' \ --header 'Content-Type: application/json' \ --header 'x-synthetic-key: 22f68e51-b04b-4a46-b0aa-a629a8a3fca8' \ --header 'x-tenant-name: mytenant' \ --data '{ "file_filter": "onpremises", "inputs": { "services": ["Folder A/Service A", "Folder A/Service B"] } }'curl --location 'https://excel.myenvironment.coherent.global/mytenant/api/v4/export/fea5ba57-675b-4a16-be5e-cb6648f59b4b/status' \ --header 'x-synthetic-key: 22f68e51-b04b-4a46-b0aa-a629a8a3fca8' \ --header 'x-tenant-name: mytenant'mytenant ├── Folder A │ ├── Service A │ │ ├── 0.1.0 │ │ │ ├── 3deb2c18-fc05-44d9-b77b-119758a7ef91.zip │ │ │ ├── DefaultValidations.json │ │ │ ├── ModelMetadata.json │ │ │ └──WASMMetadata.json │ ├── Service B │ │ ├── 1.0.0 │ │ │ ├── c16d9b89-92c4-430f-a30e-9b04805fcb78.zip │ │ │ ├── DefaultValidations.json │ │ │ ├── ModelMetadata.json │ │ │ └──WASMMetadata.json │ ├── ... └── ...
Run Wasm modules using the nodegen-server
nodegen-serverEnvironment variable
Last updated
