Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Prev Next

The VAST DataEngine Runtime relays events, context information, and responses between VAST DataEngine and your function. The VAST DataEngine Runtime SDK is a python SDK that handles event processing as single events or batches, conditional routing of events to functions in a pipeline, deployment and visualization of OpenTelemetry logging and tracing, access to secrets and environment variables that are configured in the pipeline or specific function, and collection and measurement of custom metrics.

The DataEngine runtime is accessible from within functions that you initialize with VAST DataEngine as described in the VAST Cluster VAST DataEngine User Guide. The runtime extracts its configuration from environment variables configured for each deployed pipeline or function. Explicit installation of the runtime SDK supports custom dependencies.