Skip to content

ComputeFunctionLanguage

Language runtime for compute function code.

URI: ComputeFunctionLanguage

Permissible Values

Value Meaning Description
node.js None Node
golang None GO runtime
python None Python runtime
jre None Java runtime
other None Other/Unspecified language

Slots

Name Description
supportedLanguage Language for writing compute function

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#compute-function-configuration

LinkML Source

name: ComputeFunctionLanguage
description: Language runtime for compute function code.
from_schema: https://w3id.org/gaia-x/development#compute-function-configuration
permissible_values:
  node.js:
    text: node.js
    description: Node.js runtime (javascript)
  golang:
    text: golang
    description: GO runtime
  python:
    text: python
    description: Python runtime
  jre:
    text: jre
    description: Java runtime
  other:
    text: other
    description: Other/Unspecified language