Skip to main content

Create a new project

Install dependencies

Add to Cargo.toml:

Connect to III Engine

Create a connection to the III Engine:

Register a function

Register a function that can be called by other workers:

Call a function

Call functions registered by other workers:

Access context in functions

Use the context API to access logging and metadata:

Register a trigger

Triggers automatically invoke functions based on events:

Next Steps

Client API

Learn about the III struct and connection management

Functions

Deep dive into function registration and handlers

Triggers

Set up event-driven function invocations

Telemetry

Enable distributed tracing and metrics