Skip to content
PACKAGES

Adapters

Legacy TypeScript website content. Shared public website, blog, protocol, guide, and language-neutral docs ownership now lives in ~/src/graphrefly under D563. This page is retained here only as migration/reference material while the TS API generator still lives in website/.

Adapters are where GraphReFly meets external systems. They convert events, streams, and transport payloads into graph-native message flow.

  • 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.
  • 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.

Use the Integration Matrix to locate a specific connector and then jump into its API reference.