Skip to content

Handbook

This handbook is organized as a practical learning path.

  1. Quickstart
  2. From Zero to Production
  3. Building business logic
  4. PURISTA ecosystem
  5. OpenTelemetry
  6. Deploy & Scale
  7. Integrations

If you are new to PURISTA

Follow this minimal path:

  1. Create a service and first command.
  2. Add one subscription reacting to an event.
  3. Expose one command as REST endpoint.
  4. Add one state/config/secret store usage.
  5. Run tests for service, command, and subscription.

If you are migrating an existing app

Focus first on:

  1. Service builder
  2. Command builder
  3. Subscription builder
  4. Event bridges
  5. Deployment options

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.