Handbook
This handbook is organized as a practical learning path.
Recommended reading order
- Quickstart
- From Zero to Production
- Building business logic
- PURISTA ecosystem
- OpenTelemetry
- Deploy & Scale
- Integrations
If you are new to PURISTA
Follow this minimal path:
- Create a service and first command.
- Add one subscription reacting to an event.
- Expose one command as REST endpoint.
- Add one state/config/secret store usage.
- Run tests for service, command, and subscription.
If you are migrating an existing app
Focus first on:
If you are adding AI agents
Start with AI agents, then read Queues and Streams. Agents use normal PURISTA queues, workers, commands, and streams under the hood.
