Skip to content

Examples

Worked, end-to-end scenarios that show how Plasma's pieces compose into a real solution. Where the tutorial teaches you to author one capability step by step, these show the shape of a whole solution — which components, which layers, which channels — and the patterns that hold them together.

Each example is deployable with the same compose → up pipeline; the snippets highlight the connective tissue rather than repeat every file (see Build for the authoring detail).

  • Ingest & react — pull data from an external system with a connector, then let a choreography of agents detect and notify. Patterns: connectors · ECST · join vs divide · alerting.
  • Streaming analytics — turn a firehose of raw events into a live metric in the Cognition layer, then query it. Patterns: cross-layer relays · DIKW · metrics · Trino.

All scenarios use neutral, generic domains — adapt the entity and thresholds to yours.