How-to guides
Focused guides that each walk through one task end to end. Each assumes you’ve finished the tutorial and can already build and run a worker.
Guides
Section titled “Guides”- Function patterns — scalar, table, table-in-out, aggregate and buffering, with a complete worker for each. (Start here.)
- Running a worker — the JVM flags that are not optional, why
launch:matters, the four transports, and the shared-memory path on JDK 22+. - Expose a catalog — present the worker as a database: schemas, function-backed tables, views.
Next steps
Section titled “Next steps”- New here? Start with the tutorial.
- Want the “why” behind the API? See Concepts — shared across every SDK.
- Need exact signatures? See the API Reference.