Components
ArkFlow ships 41 registered components across six kinds. Every page in this section is machine-checked against the live component registry: the type names, configuration schemas, and examples you see here cannot silently drift from the binary.
Discovering components from the CLI
The registry is also queryable from the binary — see the CLI reference:
arkflow components list # everything, grouped by kind
arkflow components list --kind codec --format json
arkflow components show input kafka # one component's schema + example
The generated component inventory is the same export, rendered as a table.