Build with ArkFlow
A pipeline in ArkFlow is a declarative YAML description of data flowing from an input, through processors (and optionally buffers), to an output — all backed by a columnar (Apache Arrow) data model. The same description compiles to one unified execution kernel whether it runs as a single stream, a local job DAG, or a slice of a distributed job.
The full component catalog lives under Components in the sidebar, and the SQL dialect is documented separately under SQL.