Runnable examples for core Weavegraph patterns.
cargo run --example <name> --features examplesUse --features postgres-migrations,examples for production_streaming when
running against a fresh database.
basic_nodes- Minimal node and graph setup.graph_execution- End-to-end graph execution and state updates.scheduler_fanout- Dependency fan-out and scheduler behavior.advanced_patterns- Conditional routing and richer orchestration patterns.
convenience_streaming-invoke_with_channelandinvoke_with_sinkshelpers.streaming_events- Runtime/event bus streaming pattern for services.event_backpressure- Handling lag and drop behavior under load.json_serialization- Emitting machine-readable event payloads.production_streaming- PostgreSQL-backed Axum SSE example for production deployments.
errors_pretty- Structured error collection and pretty output.
docs/QUICKSTART.mddocs/STREAMING.mddocs/OPERATIONS.mddocs/MIGRATION.md