Adapters
Legacy TypeScript website content. Shared public website, blog, protocol, guide, and language-neutral docs ownership now lives in
~/src/graphreflyunder D563. This page is retained here only as migration/reference material while the TS API generator still lives inwebsite/.
Adapters are where GraphReFly meets external systems. They convert events, streams, and transport payloads into graph-native message flow.
Typical use cases
Section titled “Typical use cases”- Ingest infrastructure signals (for example from Kafka or OTel) into a graph pipeline.
- Emit graph outcomes to external delivery channels (for example SSE, storage, or transport systems).
- Bridge existing evented systems without rewriting orchestration logic.
Design notes
Section titled “Design notes”- Prefer adapters when integrating systems.
- Keep business logic in graph nodes; adapters should stay thin and transport-focused.
- Use recipes for full workflows, adapters pages for “connect to X” docs.
Next step
Section titled “Next step”Use the Integration Matrix to locate a specific connector and then jump into its API reference.